1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[llvm-mca] Adding local lit config file for X86 targets

This commit is contained in:
Wolfgang Pieb 2021-01-22 09:51:59 -08:00
parent 2e16ddcdc8
commit 6d6459c7b0

View File

@ -0,0 +1,2 @@
if not 'X86' in config.root.targets:
config.unsupported = True