diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-18 22:06:14 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-18 22:06:14 +0000 |
commit | 5ed962656c8fa76d66466cd2c9827f44fc50244e (patch) | |
tree | 0f20f3884272240ed2212f38b41ad2c8594c72ae /llvm/lib/CodeGen | |
parent | 5bfec69b1d3c5e57db530e325f1a7fd19bf0fea4 (diff) | |
download | bcm5719-llvm-5ed962656c8fa76d66466cd2c9827f44fc50244e.tar.gz bcm5719-llvm-5ed962656c8fa76d66466cd2c9827f44fc50244e.zip |
Move library stuff out of the toplevel CMakeLists.txt file.
llvm-svn: 125968
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 9f48f332049..d7d0e1b3812 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -94,3 +94,6 @@ add_llvm_library(LLVMCodeGen VirtRegMap.cpp VirtRegRewriter.cpp ) + +add_subdirectory(SelectionDAG) +add_subdirectory(AsmPrinter) |