diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-09-13 13:13:50 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-09-13 13:13:50 +0000 |
commit | 64c901d2b11e75a89f8f69a03f55e67f59b617b5 (patch) | |
tree | 95b4ebde843dc847d47a9979c3e544fb94e4b3ab /llvm/test/DebugInfo/X86/nodebug.ll | |
parent | 45be5cf0edd40426b6e8814d9b6814a6b62c722e (diff) | |
download | bcm5719-llvm-64c901d2b11e75a89f8f69a03f55e67f59b617b5.tar.gz bcm5719-llvm-64c901d2b11e75a89f8f69a03f55e67f59b617b5.zip |
[MC/Dwarf] Unclamp DWARF linetables format on Darwin.
In r319995, we fixed the line table format to version 2 on Darwin
because dsymutil didn't yet understand the new format which caused test
failures for the LLDB bots. This has been resolved in the meantime so
there's no reason to keep this limitation.
rdar://problem/35968332
llvm-svn: 342136
Diffstat (limited to 'llvm/test/DebugInfo/X86/nodebug.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/nodebug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/nodebug.ll b/llvm/test/DebugInfo/X86/nodebug.ll index 2aff40146cd..0eccb89c9da 100644 --- a/llvm/test/DebugInfo/X86/nodebug.ll +++ b/llvm/test/DebugInfo/X86/nodebug.ll @@ -24,7 +24,7 @@ ; Expect no line table entry since there are no functions and file references in this compile unit ; CHECK: .debug_line contents: ; CHECK: Line table prologue: -; CHECK: total_length: 0x00000019 +; CHECK: total_length: 0x0000001a ; CHECK-NOT: file_names[ @i = external global i32 |