[LLParser] Make the line field of DIMacro(File) optional.
authorAdrian Prantl <aprantl@apple.com>
Thu, 22 Dec 2016 00:29:00 +0000 (00:29 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 22 Dec 2016 00:29:00 +0000 (00:29 +0000)
commit58c19106429a98c3f3f5c7d36282774432326784
tree1b3d3663404392e8a0c68741f36dd08796d6c50b
parentb5ca17f817c066766424a91c2eed97ba4d52eba2
[LLParser] Make the line field of DIMacro(File) optional.

Otherwise these records do not survive roundtrips.

llvm-svn: 290291
llvm/lib/AsmParser/LLParser.cpp
llvm/test/Assembler/DIMacroFile.ll [new file with mode: 0644]