diff options
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 e7a76cc3f23..f26c2c0f4ec 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -30,3 +30,5 @@ add_llvm_library(LLVMSupport    Triple.cpp    raw_ostream.cpp    ) + +target_link_libraries (LLVMSupport LLVMSystem) | 

