Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 04/11] clang: Merge llvm/clang family recipes from meta-clang
Date: Thu, 24 Apr 2025 10:03:50 -0700	[thread overview]
Message-ID: <91383b9d-3775-44bb-a79f-e875865216fa@gmail.com> (raw)
In-Reply-To: <2dn5sjqkea3lnf5z662xc6urbgewdmynwarnghbuwwaxpnvdyi@heehdshhztm5>


[-- Attachment #1.1.1: Type: text/plain, Size: 4344 bytes --]

On 4/24/25 2:18 AM, Dmitry Baryshkov wrote:
> On Thu, Apr 24, 2025 at 12:20:38AM -0700, Khem Raj wrote:
>> This can ensure that meta-clang does not carry them and can rely on core layer
>> while mesa can use them too.
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>   .../clang/clang-cross-canadian_git.bb              |  36 ++
>>   meta/recipes-devtools/clang/clang-cross_git.bb     |  39 ++
>>   meta/recipes-devtools/clang/clang-crosssdk_git.bb  |  34 ++
>>   ...ind-libunwind-headers-when-LIBCXXABI_LIBU.patch |  60 +++
>>   ...er-rt-support-a-new-embedded-linux-target.patch | 309 +++++++++++++
>>   ...-Simplify-cross-compilation.-Don-t-use-na.patch |  44 ++
>>   ...LibraryInfo-Undefine-libc-functions-if-th.patch |  90 ++++
>>   ...allow-env-override-of-exe-and-libdir-path.patch |  71 +++
>>   ...-clang-driver-Check-sysroot-for-ldso-path.patch |  75 ++++
>>   ...iver-tools.cpp-Add-lssp_nonshared-on-musl.patch |  32 ++
>>   .../0008-clang-Prepend-trailing-to-sysroot.patch   |  39 ++
>>   ...inside-the-target-sysroot-for-compiler-ru.patch |  41 ++
>>   ...ang-Define-releative-gcc-installation-dir.patch |  47 ++
>>   ...pthread-and-ldl-along-with-lunwind-for-st.patch |  35 ++
>>   ..._EXECUTABLE-when-cross-compiling-for-nati.patch |  24 +
>>   .../0013-Check-for-atomic-double-intrinsics.patch  |  34 ++
>>   ...configure-for-packages-using-find_package.patch | 117 +++++
>>   ...esource-dir-location-for-cross-toolchains.patch |  50 +++
>>   ...r-Add-dyld-prefix-when-checking-sysroot-f.patch |  79 ++++
>>   .../0017-clang-Use-python3-in-python-scripts.patch |  35 ++
>>   ...4-set-Yocto-based-GCC-install-search-path.patch |  70 +++
>>   ...-anchor-for-adding-OE-distro-vendor-names.patch |  32 ++
>>   ...-Do-not-use-backtrace-APIs-on-non-glibc-l.patch |  68 +++
>>   ...86-triple-for-non-debian-multiarch-linux-.patch |  28 ++
>>   ...0022-libunwind-Added-unw_backtrace-method.patch |  56 +++
>>   ...-Do-not-use-install-relative-libc-headers.patch |  34 ++
>>   .../0024-Fix-lib-paths-for-OpenEmbedded-Host.patch |  79 ++++
>>   ...library-search-path-for-OpenEmbedded-Host.patch |  84 ++++
>>   .../0026-lldb-Link-with-libatomic-on-x86.patch     |  33 ++
>>   ...027-compiler-rt-Enable-__int128-for-ppc32.patch |  73 +++
>>   ...-Do-not-use-cmake-infra-to-detect-libzstd.patch |  62 +++
>>   ...ler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch |  46 ++
>>   ...-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch |  43 ++
>>   ...s-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch |  81 ++++
>>   ...vm-Add-OE-specific-ABI-triple-for-N32-ABI.patch |  78 ++++
>>   ...d-libunwind.pc.in-and-llvm-config-scripts.patch |  90 ++++
>>   ...py-respect-LLVM_LIBDIR_SUFFIX-like-other-.patch |  92 ++++
>>   ...r-rt-Do-not-pass-target-to-clang-compiler.patch |  29 ++
>>   .../clang/clang/0036-Fix-build-on-ppc64-musl.patch |  97 ++++
>>   ...d-a-build-option-to-disable-building-dexp.patch |  85 ++++
>>   ...mitter-sort-ClassInfo-lists-by-name-as-we.patch |  31 ++
>>   .../clang/clang/spirv-internal-build.patch         |  30 ++
>>   .../clang/clang/spirv-shared-library.patch         |  25 ++
>>   meta/recipes-devtools/clang/clang_git.bb           | 497 +++++++++++++++++++++
>>   meta/recipes-devtools/clang/common-clang.inc       |  24 +
>>   meta/recipes-devtools/clang/common-source.inc      |  17 +
>>   meta/recipes-devtools/clang/common.inc             |  85 ++++
>>   .../clang/compiler-rt-sanitizers_git.bb            | 139 ++++++
>>   meta/recipes-devtools/clang/compiler-rt_git.bb     | 135 ++++++
>>   meta/recipes-devtools/clang/libcxx_git.bb          | 119 +++++
>>   meta/recipes-devtools/clang/llvm-project-source.bb |  12 +
>>   .../recipes-devtools/clang/llvm-project-source.inc |  99 ++++
>>   .../recipes-devtools/clang/nativesdk-clang-glue.bb |  36 ++
>>   meta/recipes-devtools/clang/openmp_git.bb          |  67 +++
>>   54 files changed, 3867 insertions(+)
> 
> Generic comment which I forgot to write in the first review email. By
> the end of the series there are 23 Pending patches out out 40 (I'm not
> counting SPIRV patches). Is there a plan to move them into OE-Spefic /
> Submitted?
> 

Definitely yes, some of them were submitted prior to llvm started using 
github so I plan to get this sorted in this release cycle.

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2613 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 203 bytes --]

  reply	other threads:[~2025-04-24 17:03 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-24  7:20 [PATCH 00/11] clang-merge: Bring clang recipes from meta-clang Khem Raj
2025-04-24  7:20 ` [PATCH 01/11] cmake-native.bbclass: Abstraction to use cmake with native toolchains Khem Raj
2025-04-24 10:48   ` [OE-core] " Alexander Kanavin
2025-04-25  0:38     ` Khem Raj
2025-04-24  7:20 ` [PATCH 02/11] llvm: Renamed to clang Khem Raj
2025-04-24  9:05   ` Dmitry Baryshkov
2025-04-24 16:59     ` Khem Raj
2025-04-24  7:20 ` [PATCH 03/11] maintainers.inc: Add myself as maintainer for clang family of recipes Khem Raj
2025-04-24  7:20 ` [PATCH 04/11] clang: Merge llvm/clang family recipes from meta-clang Khem Raj
2025-04-24  9:05   ` Dmitry Baryshkov
2025-04-25  1:29     ` Khem Raj
2025-04-25  8:42       ` Dmitry Baryshkov
2025-04-25 14:46         ` Khem Raj
2025-04-25 17:25           ` Dmitry Baryshkov
2025-04-24  9:18   ` Dmitry Baryshkov
2025-04-24 17:03     ` Khem Raj [this message]
2025-04-24  7:20 ` [PATCH 05/11] kernel-arch.bbclass: Do not use weak assignment for TOOLCHAIN Khem Raj
2025-04-24  7:20 ` [PATCH 06/11] clang: remove LLVM_LDFLAGS from llvm-config --ldflags output Khem Raj
2025-04-24  9:10   ` Dmitry Baryshkov
2025-04-24 18:20     ` Khem Raj
2025-04-24  7:20 ` [PATCH 07/11] clang.inc: Remove duplicate RANLIB setting Khem Raj
2025-04-24  7:20 ` [PATCH 08/11] clang: multilib-header fix for llvm-config.h Khem Raj
2025-04-24  9:06   ` Dmitry Baryshkov
2025-04-24 18:20     ` Khem Raj
2025-04-24  7:20 ` [PATCH 09/11] openmp: Omit time stamps from generated files Khem Raj
2025-04-24  7:20 ` [PATCH 10/11] sstatesig: Handle special case of llvm-project-source shared-workdir Khem Raj
2025-04-24  9:11   ` Dmitry Baryshkov
2025-04-24 18:21     ` Khem Raj
2025-04-24  7:20 ` [PATCH 11/11] multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES Khem Raj
2025-04-24 10:04 ` [PATCH 00/11] clang-merge: Bring clang recipes from meta-clang Dmitry Baryshkov
2025-04-25  0:44   ` Khem Raj
2025-04-25  8:45     ` Dmitry Baryshkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=91383b9d-3775-44bb-a79f-e875865216fa@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox