summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-17 15:47:20 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-17 15:47:20 +0000
commitac5c1b0d6826cbff0afce00f7cf3d8657112a6a3 (patch)
tree9424cdbe9067b4751ba3ecb4b4a7a177ad021831 /llvm/lib/CMakeLists.txt
parentc493bd1f593f9c2017097a515f4c46f9a56a90f3 (diff)
downloadbcm5719-llvm-ac5c1b0d6826cbff0afce00f7cf3d8657112a6a3.tar.gz
bcm5719-llvm-ac5c1b0d6826cbff0afce00f7cf3d8657112a6a3.zip
Move lib/Archive to tools/llvm-ar.
llvm-ar is the only tool that needs to write archive files. Every other tool should be able to use the lib/Object interface. llvm-svn: 184083
Diffstat (limited to 'llvm/lib/CMakeLists.txt')
-rw-r--r--llvm/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CMakeLists.txt b/llvm/lib/CMakeLists.txt
index 76ebe9aca9a..4d9aebcd0a2 100644
--- a/llvm/lib/CMakeLists.txt
+++ b/llvm/lib/CMakeLists.txt
@@ -14,4 +14,3 @@ add_subdirectory(DebugInfo)
add_subdirectory(ExecutionEngine)
add_subdirectory(Target)
add_subdirectory(AsmParser)
-add_subdirectory(Archive)
OpenPOWER on IntegriCloud