summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Object/CMakeLists.txt2
-rw-r--r--llvm/lib/Support/CMakeLists.txt3
2 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Object/CMakeLists.txt b/llvm/lib/Object/CMakeLists.txt
index b293d1c1f4e..0a37cc360fe 100644
--- a/llvm/lib/Object/CMakeLists.txt
+++ b/llvm/lib/Object/CMakeLists.txt
@@ -21,6 +21,4 @@ add_llvm_library(LLVMObject
DEPENDS
intrinsics_gen
-
- LINK_LIBS ${XAR_LIB}
)
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt
index 3c8f78b2a00..3d718e6a11c 100644
--- a/llvm/lib/Support/CMakeLists.txt
+++ b/llvm/lib/Support/CMakeLists.txt
@@ -24,9 +24,6 @@ elseif( CMAKE_HOST_UNIX )
if( UNIX AND NOT (BEOS OR HAIKU) )
set(system_libs ${system_libs} m)
endif()
- if(HAVE_LIBXAR)
- list(APPEND system_libs ${XAR_LIB})
- endif()
endif( MSVC OR MINGW )
add_llvm_library(LLVMSupport
OpenPOWER on IntegriCloud