mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
02dc9d91dc
Store a non-zero value to ref.d.a and use ref.d.b to store the symbol index. This means that ref.p is never null, which was confusing llvm-nm. Fixes PR40497 Differential Revision: https://reviews.llvm.org/D57373 llvm-svn: 352551
5 lines
118 B
INI
5 lines
118 B
INI
if not 'X86' in config.root.targets:
|
|
config.unsupported = True
|
|
|
|
config.suffixes = ['.ll', '.s', '.test', '.yaml']
|