[llvm] [SelectionDAG][Test] Temporarily disable test on Darwin (PR #173836)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 29 01:56:57 PST 2025
arsenm wrote:
Tests should not be added to "Generic" codegen; there is no such thing. For this case you should move the test to X86, use an explicit triple, and make an additional xfailed copy in AArch64 that demonstrates the crash
https://github.com/llvm/llvm-project/pull/173836
More information about the llvm-commits
mailing list