summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/rust/rust-llvm
Commit message (Collapse)AuthorAgeFilesLines
* Revert "rust-llvm: Fix build with clang-18"Khem Raj2024-08-201-352/+0
| | | | This reverts commit 292506c431f2037d35ccb7f4f957ce143b617450.
* rust-llvm: Fix build with clang-18Khem Raj2024-03-061-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>