[llvm] [RuntimeLibCalls] Consistently disable unavailable libcalls (PR #116214)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 07:31:21 PST 2024
nikic wrote:
> Thanks for looking into this. The CI shows an XCore test failing but only on Windows.
I've fixed this by using `-mtriple` instead of `-march` in that test. `-march` keeps the rest of the Windows triple, which isn't something that makes sense for xcore.
https://github.com/llvm/llvm-project/pull/116214
More information about the llvm-commits
mailing list