diff options
-rwxr-xr-x | test/llvm_autogenerated/llvm-to-s.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/llvm_autogenerated/llvm-to-s.py b/test/llvm_autogenerated/llvm-to-s.py index ae73c167b..aea7d722c 100755 --- a/test/llvm_autogenerated/llvm-to-s.py +++ b/test/llvm_autogenerated/llvm-to-s.py @@ -56,6 +56,7 @@ def main(args): BLACKLIST = ['inline-asm', # inline asm containing invalid syntax 'returned', # external global symbol 'vtable', # external global symbol + 'offset-folding', # external global symbol ] if name_noext in BLACKLIST: continue |