diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-10 10:52:19 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-10 10:52:19 +0000 |
| commit | 2f96171cb0793755ce64d1b7449a4cc4585a72d1 (patch) | |
| tree | c6ecde90cc74ed09c71265385c00e1eea6109124 /llvm/lib/Support | |
| parent | 3686e38c3d74df38092855a1d12398b5dee9f0a9 (diff) | |
| download | bcm5719-llvm-2f96171cb0793755ce64d1b7449a4cc4585a72d1.tar.gz bcm5719-llvm-2f96171cb0793755ce64d1b7449a4cc4585a72d1.zip | |
[CMake] LLVMSupport should be responsible to provide system_libs.
llvm-svn: 201077
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index a6ebb12e51a..5d533dea658 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -117,3 +117,5 @@ add_llvm_library(LLVMSupport Windows/TimeValue.inc Windows/Watchdog.inc ) + +link_system_libs(LLVMSupport) |

