diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-20 02:55:27 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-20 02:55:27 +0000 |
| commit | ba1186c23e31207c2e11866beb978bd966a45e19 (patch) | |
| tree | 470ffbca9cead6699e1a473abb6da02cd62fa032 /llvm/lib/Target/Alpha | |
| parent | 9d0402b1eb50024df06cc521102e86278d43c8c2 (diff) | |
| download | bcm5719-llvm-ba1186c23e31207c2e11866beb978bd966a45e19.tar.gz bcm5719-llvm-ba1186c23e31207c2e11866beb978bd966a45e19.zip | |
Use explicit add_subdirectory's for LLVM target sublibraries instead
of testing for its presence at cmake time.
This way the build automatically regenerates the makefiles when a svn
update brings in a new sublibrary.
llvm-svn: 126068
Diffstat (limited to 'llvm/lib/Target/Alpha')
| -rw-r--r-- | llvm/lib/Target/Alpha/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/CMakeLists.txt b/llvm/lib/Target/Alpha/CMakeLists.txt index c8bd8666198..454262ad631 100644 --- a/llvm/lib/Target/Alpha/CMakeLists.txt +++ b/llvm/lib/Target/Alpha/CMakeLists.txt @@ -24,3 +24,5 @@ add_llvm_target(AlphaCodeGen AlphaTargetMachine.cpp AlphaSelectionDAGInfo.cpp ) + +add_subdirectory(TargetInfo) |

