CMake: Added Tool.cpp to tools/llvmc/driver.

llvm-svn: 60670
This commit is contained in:
Oscar Fuentes 2008-12-07 17:01:16 +00:00
parent bd53583426
commit 8c78391c8a
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ add_llvm_tool(llvmc
CompilationGraph.cpp
llvmc.cpp
Plugin.cpp
Tool.cpp
)