diff --git a/lib/Option/CMakeLists.txt b/lib/Option/CMakeLists.txt index 2e7acc27a53..1cd7d3a045a 100644 --- a/lib/Option/CMakeLists.txt +++ b/lib/Option/CMakeLists.txt @@ -4,5 +4,3 @@ add_llvm_library(LLVMOption Option.cpp OptTable.cpp ) - -target_link_libraries(LLVMOption LLVMSupport)