summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-specialized-mdnode.ll
Commit message (Collapse)AuthorAgeFilesLines
* AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith2015-01-131-0/+4
This adds assembly and bitcode support for `MDLocation`. The assembly side is rather big, since this is the first `MDNode` subclass (that isn't `MDTuple`). Part of PR21433. (If you're wondering where the mountains of testcase updates are, we don't need them until I update `DILocation` and `DebugLoc` to actually use this class.) llvm-svn: 225830
OpenPOWER on IntegriCloud