OSDN Git Service

Switch llc from ParseBitcodeFile to ParseIRFile. This lets llc
authorDan Gohman <gohman@apple.com>
Wed, 2 Sep 2009 19:35:19 +0000 (19:35 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 2 Sep 2009 19:35:19 +0000 (19:35 +0000)
commit778b06bbcecbe52125dddcb06e898806b1e2b3c7
tree737165bc94e20ec43d660dae5bcf13f6038df53d
parent5c4e17c5ecda6cf8f628d85c73461f84c8fdb29b
Switch llc from ParseBitcodeFile to ParseIRFile. This lets llc
transparently read either LLVM Assembly or LLVM Bitcode files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80829 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llc/Makefile
tools/llc/llc.cpp