Skip to content

Commit

Permalink
LSV/test/AArch64: add missing lit.local.cfg; fix build (#102607)
Browse files Browse the repository at this point in the history
Follow up on 199d6f2 (LSV: document hang reported in #37865) to fix the
build when omitting the AArch64 target. Add the missing lit.local.cfg.
  • Loading branch information
artagnon authored Aug 9, 2024
1 parent a15de17 commit fff78a5
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 fff78a5

Please sign in to comment.