[PATCH] D30917: Revert "Debug Info: Add basic support for external types references."

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 15:40:49 PDT 2017


aprantl created this revision.

This reverts commit r242302. External type refs of this form were
never used by any LLVM frontend so this is effectively dead code.
(They were introduced to support clang module debug info, but in the
end we came up with a better design that doesn't use this feature at
all.)


Repository:
  rL LLVM

https://reviews.llvm.org/D30917

Files:
  include/llvm/IR/DIBuilder.h
  include/llvm/IR/DebugInfoFlags.def
  include/llvm/IR/DebugInfoMetadata.h
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.h
  lib/IR/DIBuilder.cpp
  test/DebugInfo/X86/externaltyperef.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30917.91634.patch
Type: text/x-patch
Size: 8088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170313/a83888cf/attachment.bin>


More information about the llvm-commits mailing list