mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
c688dd181f
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 llvm-svn: 300365
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']
|