diff options
| author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-09-13 23:59:48 +0000 |
|---|---|---|
| committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-09-13 23:59:48 +0000 |
| commit | 93c9b2ea936e92f0c53b18e60fe654cc8d91c4cf (patch) | |
| tree | 2fb5e0a55579f73d2fc3401329c0ee4a01c34610 /llvm/lib/CompilerDriver | |
| parent | c597fd3b4a1b85adee86baddaeb54afcdee3f894 (diff) | |
| download | bcm5719-llvm-93c9b2ea936e92f0c53b18e60fe654cc8d91c4cf.tar.gz bcm5719-llvm-93c9b2ea936e92f0c53b18e60fe654cc8d91c4cf.zip | |
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
This reverts commit r113632
Conflicts:
cmake/modules/AddLLVM.cmake
llvm-svn: 113819
Diffstat (limited to 'llvm/lib/CompilerDriver')
| -rw-r--r-- | llvm/lib/CompilerDriver/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CompilerDriver/CMakeLists.txt b/llvm/lib/CompilerDriver/CMakeLists.txt index afe6665ddf2..153dd443cbf 100644 --- a/llvm/lib/CompilerDriver/CMakeLists.txt +++ b/llvm/lib/CompilerDriver/CMakeLists.txt @@ -1,3 +1,4 @@ +set(LLVM_LINK_COMPONENTS support system) set(LLVM_REQUIRES_EH 1) add_llvm_tool(llvmc |

