diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-17 15:47:20 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-17 15:47:20 +0000 |
commit | ac5c1b0d6826cbff0afce00f7cf3d8657112a6a3 (patch) | |
tree | 9424cdbe9067b4751ba3ecb4b4a7a177ad021831 /llvm/lib/CMakeLists.txt | |
parent | c493bd1f593f9c2017097a515f4c46f9a56a90f3 (diff) | |
download | bcm5719-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.txt | 1 |
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) |