1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[NFC] make XCOFF dwarf dump test run only on PowerPC target.

This commit is contained in:
Chen Zheng 2021-03-17 21:58:09 -04:00
parent 45a2a59fa5
commit ee92fab59b

View File

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