mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
a70c36a148
Now that the libObect support for wasm is better we can have readobj and nm produce more useful output too. Differential Revision: https://reviews.llvm.org/D31514 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300365 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
111 B
INI
5 lines
111 B
INI
if not 'X86' in config.root.targets:
|
|
config.unsupported = True
|
|
|
|
config.suffixes = ['.s', '.test', '.yaml']
|