diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Option/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Option/CMakeLists.txt b/llvm/lib/Option/CMakeLists.txt index 2e7acc27a53..1cd7d3a045a 100644 --- a/llvm/lib/Option/CMakeLists.txt +++ b/llvm/lib/Option/CMakeLists.txt @@ -4,5 +4,3 @@ add_llvm_library(LLVMOption Option.cpp OptTable.cpp ) - -target_link_libraries(LLVMOption LLVMSupport) |