Skip to content

Commit

Permalink
LSV/test/AArch64: add missing lit.local.cfg; fix build (llvm#102607)
Browse files Browse the repository at this point in the history
Follow up on 199d6f2 (LSV: document hang reported in llvm#37865) to fix the
build when omitting the AArch64 target. Add the missing lit.local.cfg.
  • Loading branch information
artagnon authored and bwendling committed Aug 15, 2024
1 parent a6e514b commit 1aa6503
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
if not "AArch64" in config.root.targets:
config.unsupported = True

0 comments on commit 1aa6503

Please sign in to comment.