1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

[WebAssembly] Add missing lit.local.cfg

This commit is contained in:
Thomas Lively 2020-08-13 16:33:52 -07:00
parent f94f2b195d
commit b9bb96a9cb

View File

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