summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorAli Tamur <tamur@google.com>2019-03-25 21:09:07 +0000
committerAli Tamur <tamur@google.com>2019-03-25 21:09:07 +0000
commitfdce82a814c05b1f89ae50c494845b27ec043891 (patch)
treef1eb5306630129c5eddd9e46289e6ac27a70dafd /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parente3959de26867d65410d4d5e1fc8c9c8f5bb2951a (diff)
downloadbcm5719-llvm-fdce82a814c05b1f89ae50c494845b27ec043891.tar.gz
bcm5719-llvm-fdce82a814c05b1f89ae50c494845b27ec043891.zip
Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."
This reverts commit 312ab05887d0e2caa29aaf843cefe39379a98d36. My commit broke the build; I will revert and find out what happened. llvm-svn: 356951
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 226014cf0bb..0e0a5b24864 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();
OpenPOWER on IntegriCloud