Files
clang-p2996/llvm/test/tools/llvm-dwp/WebAssembly/lit.local.cfg
Philip Pfaffe da489946a9 [llvm-dwp] Automatically set the target triple
The llvm-dwp tool hard-codes the target triple to x86. Instead, deduce the
target triple from the object files being read.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D93749
2021-01-25 11:58:54 +01:00

5 lines
101 B
INI

if not 'WebAssembly' in config.root.targets:
config.unsupported = True
config.suffixes = ['.s']