| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 292506c431f2037d35ccb7f4f957ce143b617450.
|
|
|
|
|
|
|
|
|
| |
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>
|
|
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>
|