Allow llvmc to take .bc files as input.

llvm-svn: 81452
This commit is contained in:
Mikhail Glushenkov 2009-09-10 17:04:32 +00:00
parent 7f737c0015
commit d5107d1333
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ def CompilationGraph : CompilationGraph<[
Edge<"root", "llvm_gcc_m">,
Edge<"root", "llvm_gcc_mxx">,
Edge<"root", "llvm_as">,
Edge<"root", "llc">,
Edge<"llvm_gcc_c", "llc">,
Edge<"llvm_gcc_cpp", "llc">,