Add LLVMDIMetadataGetTag to retrieve any DINode's DWARF tag.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
What's the actual use-case for this? I'm afraid that this might expose something that is more an implementation detail and would make the C API more brittle.
Comment Actions
I've only seen it used to discriminate between different kinds of DIScopes. If it's really an implementation detail, I can abandon this patch.