This is an archive of the discontinued LLVM Phabricator instance.

Revert "Debug Info: Add basic support for external types references."
ClosedPublic

Authored by aprantl on Mar 13 2017, 3:40 PM.

Details

Summary

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.)

Diff Detail

Repository
rL LLVM

Event Timeline

aprantl created this revision.Mar 13 2017, 3:40 PM
dblaikie accepted this revision.Mar 13 2017, 3:46 PM

Don't think it needs review, so far as I can tell - dead code's good to remove. Thanks! :)

This revision is now accepted and ready to land.Mar 13 2017, 3:46 PM
probinson edited edge metadata.Mar 13 2017, 3:52 PM

Yes, thanks!

This revision was automatically updated to reflect the committed changes.
llvm/trunk/lib/IR/DIBuilder.cpp