[libcxx-commits] [libcxxabi] [libcxxabi][demangle] Fix the cp-to-llvm.sh sync script to copy all headers (PR #166572)
Michael Buch via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 5 09:07:54 PST 2025
Michael137 wrote:
Bootstrap CI failure seems unrelated:
```
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp:391:5: error: no matching function for call to 'setExplicitlyUnknownBranchWeightsIfProfiled'
391 | setExplicitlyUnknownBranchWeightsIfProfiled(*BR, *BR->getFunction(),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/ProfDataUtils.h:200:1: note: candidate function not viable: no known conversion from 'Function' to 'StringRef' for 2nd argument
200 | setExplicitlyUnknownBranchWeightsIfProfiled(Instruction &I, StringRef PassName,
| ^ ~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp:3206:3: error: no matching function for call to 'setExplicitlyUnknownBranchWeightsIfProfiled'
3206 | setExplicitlyUnknownBranchWeightsIfProfiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/ProfDataUtils.h:200:1: note: candidate function not viable: no known conversion from 'Function' to 'StringRef' for 2nd argument
200 | setExplicitlyUnknownBranchWeightsIfProfiled(Instruction &I, StringRef PassName,
| ^ ~~~~~~~~~~~~~~~~~~
2 errors generated.
```
https://github.com/llvm/llvm-project/pull/166572
More information about the libcxx-commits
mailing list