diff options
author | Ali Tamur <tamur@google.com> | 2019-03-26 20:05:27 +0000 |
---|---|---|
committer | Ali Tamur <tamur@google.com> | 2019-03-26 20:05:27 +0000 |
commit | 02e96648d75bcd04ad8b4a9e976c8ff8d1a9419e (patch) | |
tree | e353f6e7d239fcf8401a7ea35bf4415cc68f7c60 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | cea954802817b60e16f89044a9f3ba29cea3a443 (diff) | |
download | llvm-02e96648d75bcd04ad8b4a9e976c8ff8d1a9419e.zip llvm-02e96648d75bcd04ad8b4a9e976c8ff8d1a9419e.tar.gz llvm-02e96648d75bcd04ad8b4a9e976c8ff8d1a9419e.tar.bz2 |
Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5.""
This reverts commit rL357020.
The commit broke the test llvm/test/tools/llvm-objdump/embedded-source.test
on some builds including clang-ppc64be-linux-multistage,
clang-s390x-linux, clang-with-lto-ubuntu, clang-x64-windows-msvc,
llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast (and others).
llvm-svn: 357026
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 226014c..0e0a5b2 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -319,7 +319,6 @@ DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), InfoHolder(A, "info_string", DIEValueAllocator), SkeletonHolder(A, "skel_string", DIEValueAllocator), - SplitTypeUnitFileTable(A->getDwarfVersion()), IsDarwin(A->TM.getTargetTriple().isOSDarwin()) { const Triple &TT = Asm->TM.getTargetTriple(); |