mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
25abebf82b
While llvm-nm parses the -g option and has help that describes it as: -extern-only - Show only external symbols There is no code in the program to use the boolean valve it sets from the command line. rdar://23261095 llvm-svn: 251718
3 lines
67 B
INI
3 lines
67 B
INI
if not 'X86' in config.root.targets:
|
|
config.unsupported = True
|