Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust-llvm: Fix build with clang-18 | Khem Raj | 2024-03-06 | 2 | -0/+355 |
| | | | | | | | | | backport a patch to fix build failure seen with clang-18 /mnt/b/yoe/master/build/tmp/work/x86_64-linux/rust-llvm-native/1.74.1/rustc-1.74.1-src/src/llvm-project/llvm/tools/sancov/sancov.cpp:521:42: error: chosen constructor is explicit in copy-initialization 521 | return SpecialCaseList::createOrDie({{ClIgnorelist}}, | ^~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | rust-llvm,rust: Use libc++ when RUNTIME = "llvm" | Khem Raj | 2022-08-30 | 2 | -0/+7 |
Use clang to do native builds as well this ensures that concerned dependencies are not asking for different runtime Signed-off-by: Khem Raj <raj.khem@gmail.com> |