summaryrefslogtreecommitdiffstats
path: root/classes/clang.bbclass
Commit message (Expand)AuthorAgeFilesLines
* clang.bbclass: Do not lose TUNE_CCARGS_MARCH_OPTS when rewriting big.LITTLE mcpuKhem Raj2024-03-191-5/+13
* clang: Use +nocrypto with -mcpu for rpi3/rpi4Khem Raj2024-03-191-0/+4
* clang.bbclass: Stage along with gcc toolchainKhem Raj2023-11-121-1/+1
* clang.bbclass: fix a typoMing Liu2023-10-301-1/+1
* clang.bbclass: Use llvm-strip on all architecturesKhem Raj2023-10-251-2/+1
* meta-clang: Replace RUNTIME with TC_CXX_RUNTIMEKhem Raj2023-10-251-9/+9
* clang.bbclass: Simplify check when to enable lldKhem Raj2023-08-311-2/+1
* recipe_sysroot_check_ld_is_lld: Do not create symlink for allarch recipesKhem Raj2023-08-121-0/+1
* clang.bbclass: Use llvm-strip for rv32/rv64Khem Raj2023-06-161-1/+2
* recipe_sysroot_check_ld_is_lld: Use STAGING_BINDIR_TOOLCHAIN to find compiler...Khem Raj2023-06-111-1/+1
* clang.bbclass: Check for INHIBIT_DEFAULT_DEPS in creating ld->lld symlinkKhem Raj2023-06-091-1/+2
* clang.bbclass: create lld symbolic link in sysroot when ld-is-lld is setMing Liu2023-05-161-0/+10
* clang.bbclass: Remove gcc specific -fcanon-prefix-mapKhem Raj2023-04-281-1/+4
* Revert "toolchain-clang: Specify -ffile-compilation-dir to omit absolute file...Khem Raj2022-10-101-2/+0
* clang.bbclass: Allow creating src-pkgsKhem Raj2022-10-071-1/+0
* clang.bbclass: Remove -mno-relaxKhem Raj2022-09-121-4/+0
* clang.bbclass: Add a comment to describe RUNTIME combinationsKhem Raj2022-09-121-0/+1
* Do not use llvm-strip for nowKhem Raj2022-08-301-1/+1
* toolchain-clang: Specify -ffile-compilation-dir to omit absolute file paths i...Khem Raj2022-08-121-0/+2
* clang.bbclass: Use BASELIB instead of base_libdir in YOCTO_ALTERNATE_LIBDIRKhem Raj2022-04-241-1/+1
* clang: Enable altivec again for ppc32Khem Raj2022-04-241-4/+0
* clang.bbclass: Do not export llvm-config variablesKhem Raj2022-03-291-6/+4
* clang.bbclass: Export YOCTO_ALTERNATE_LIBDIR and YOCTO_ALTERNATE_EXE_PATHKhem Raj2022-03-241-0/+9
* clang.bbclass: Be mindful of multilibs when adding tools dependenciesKhem Raj2022-03-181-2/+2
* clang: Avoid double libcxx in BASE_DEFAULT_DEPSEsben Haabendal2022-03-171-1/+1
* clang.bbclass: Remove commented codeKhem Raj2022-03-131-4/+0
* clang: Use -mno-altivec for ppc 7400Khem Raj2022-03-131-7/+11
* clang: Upgrade to latest on 14.xKhem Raj2022-03-101-6/+7
* Revert "clang: Use GNU objdump on mips"Khem Raj2022-03-031-3/+0
* clang: Use GNU objdump on mipsKhem Raj2022-02-241-0/+3
* clang: set POPULATESYSROOTDEPS so that strip is presentRoss Burton2022-02-231-0/+3
* clang.bbclass: Use llvm provided binutils when using toolchain-clangKhem Raj2022-02-211-0/+5
* clang.bbclass: Fix typo about big.LITTLE tune optionsyangpeng19952022-02-201-1/+1
* clang: Remove unintended dependency on gcc-runtimeEsben Haabendal2022-02-151-1/+3
* clang: support android runtimeHsia-Jun(Randy) Li2021-12-151-3/+4
* Use GCC runtime on ppc32 and armv5Khem Raj2021-12-091-0/+4
* nativesdk-clang: Fix build when using RUNTIME = llvmKhem Raj2021-09-271-0/+1
* clang.bbclass: Convert libc-klibc override to new syntaxKhem Raj2021-08-041-1/+1
* recipes: Fix remaining override conversionKhem Raj2021-08-031-1/+1
* Manually finish conversionMartin Jansa2021-08-031-4/+4
* meta-clang: Convert to new override syntaxSigned-off-by: Martin Jansa2021-08-031-51/+51
* clang: Depend on clang runtime when using RUNTIME = "llvm" for native packagesKhem Raj2021-07-081-0/+1
* libcxx: Fix native buildKhem Raj2021-06-251-11/+13
* Use libgcc instead of compiler-rt on klibc appsKhem Raj2021-06-141-0/+2
* clang: Do not force libgcc libunwind in rv32 and rv64Khem Raj2021-06-101-2/+0
* clang.bbclass: Limit using clang to target recipes onlyKhem Raj2021-06-081-9/+9
* clang.bbclass: Adjust for clang default changesKhem Raj2021-06-081-7/+11
* replace --rtlib with -rtlibKhem Raj2021-05-191-3/+3
* Replace --stdlibc=libc++ with -stdlibc=libc++Khem Raj2021-05-191-2/+2
* clang.bbclass: Define CMAKE_CLANG_TIDY directly using ${HOST_PREFIX}clang-tidyKhem Raj2021-04-231-4/+1