Skip to content

Commit

Permalink
[llvm][AArch64] Restore lit cfg for TypePromotion tests
Browse files Browse the repository at this point in the history
Accidentally deleted in 20d7505.

As seen in failures on https://lab.llvm.org/buildbot/#/builders/171/builds/10952.
  • Loading branch information
DavidSpickett committed Mar 1, 2022
1 parent 20d7505 commit 7c77d41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/test/Transforms/TypePromotion/AArch64/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
if not 'AArch64' in config.root.targets:
config.unsupported = True

1 comment on commit 7c77d41

@sparker-arm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, cheers!

Please sign in to comment.