1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test/CodeGen/AArch64/GlobalISel/lit.local.cfg
Ahmed Bougacha 58edf5dc7e [AArch64][GlobalISel] Replace test REQUIRES with lit.local.cfg. NFC.
I forgot the REQUIRES once (see r277486).
Let's prevent it from happening again.

llvm-svn: 277499
2016-08-02 19:04:29 +00:00

3 lines
86 B
INI

if not 'global-isel' in config.root.available_features:
config.unsupported = True