summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/GraphWriter.cpp
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-04-16 16:36:23 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-04-16 16:36:23 +0000
commit02083539a328f9457365c400a82b496ef6de66a8 (patch)
tree200e8cf841fdce7a3b1d5115373ec921d7f44a8e /llvm/lib/Support/GraphWriter.cpp
parente851e0426298980173ae9d486d068beab5fa1274 (diff)
downloadbcm5719-llvm-02083539a328f9457365c400a82b496ef6de66a8.tar.gz
bcm5719-llvm-02083539a328f9457365c400a82b496ef6de66a8.zip
DebugInfo: Remove DIDescriptor from the DIBuilder API
As a step toward killing `DIDescriptor` and its subclasses, remove it from the `DIBuilder` API. Replace the subclasses with appropriate pointers from the new debug info hierarchy. There are a couple of possible surprises in type choices for out-of-tree frontends: - Subroutine types: `MDSubroutineType`, not `MDCompositeTypeBase`. - Composite types: `MDCompositeType`, not `MDCompositeTypeBase`. - Scopes: `MDScope`, not `MDNode`. - Generic debug info nodes: `DebugNode`, not `MDNode`. This is part of PR23080. llvm-svn: 235111
Diffstat (limited to 'llvm/lib/Support/GraphWriter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud