Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized.
authorMichael Gottesman <mgottesman@apple.com>
Tue, 5 Feb 2013 05:57:38 +0000 (05:57 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Tue, 5 Feb 2013 05:57:38 +0000 (05:57 +0000)
commita2de37c897556fbd1f94a3ed84ad27accd8f8deb
treeaf34d39baab0faa1b905d84b643c765f734e9aed
parent91b978e15774039f991cf91048dc4cc74726744b
Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174340 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/AsmWriter.cpp
test/Assembler/externally-initialized.ll [new file with mode: 0644]