diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-09-14 17:27:03 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-09-14 17:27:03 +0000 |
commit | 82959cd5d8051eae241d09b014539db9c20bc240 (patch) | |
tree | 800bc350566ce019143164cdbbd8b8e114d41738 /llvm/test/DebugInfo/Generic/empty.ll | |
parent | 6efd082c01223609117303256dc3a08b143901dd (diff) | |
download | bcm5719-llvm-82959cd5d8051eae241d09b014539db9c20bc240.tar.gz bcm5719-llvm-82959cd5d8051eae241d09b014539db9c20bc240.zip |
Adapt more testcases for llvm-dwarfdump changes.
llvm-svn: 313275
Diffstat (limited to 'llvm/test/DebugInfo/Generic/empty.ll')
-rw-r--r-- | llvm/test/DebugInfo/Generic/empty.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/Generic/empty.ll b/llvm/test/DebugInfo/Generic/empty.ll index 122b48cf2d1..3488fe5aeca 100644 --- a/llvm/test/DebugInfo/Generic/empty.ll +++ b/llvm/test/DebugInfo/Generic/empty.ll @@ -12,9 +12,7 @@ ; CHECK: total_length: 0x00000019 ; CHECK-NOT: file_names[ -; CHECK: .debug_pubnames contents: -; CHECK-NOT: {{^}}0x - +; CHECK-NOT: .debug_pubnames contents: ; CHECK: contents: ; Don't emit DW_AT_addr_base when there are no addresses. |