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
5 lines
101 B
INI
5 lines
101 B
INI
if not 'WebAssembly' in config.root.targets:
|
|
config.unsupported = True
|
|
|
|
config.suffixes = ['.s']
|