mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 22:43:53 +00:00
![Sam Clegg](/assets/img/avatar_default.png)
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']
|