Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "rust-llvm: Fix build with clang-18" | Khem Raj | 2024-08-20 | 1 | -352/+0 |
| | | | | This reverts commit 292506c431f2037d35ccb7f4f957ce143b617450. | ||||
* | rust-llvm: Fix build with clang-18 | Khem Raj | 2024-03-06 | 1 | -0/+352 |
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> |