diff options
Diffstat (limited to 'tools/llvm-ar/CMakeLists.txt')
-rw-r--r-- | tools/llvm-ar/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/llvm-ar/CMakeLists.txt b/tools/llvm-ar/CMakeLists.txt index 70eb760..68095df 100644 --- a/tools/llvm-ar/CMakeLists.txt +++ b/tools/llvm-ar/CMakeLists.txt @@ -1,7 +1,10 @@ -set(LLVM_LINK_COMPONENTS archive) +set(LLVM_LINK_COMPONENTS support bitreader) add_llvm_tool(llvm-ar llvm-ar.cpp + ArchiveWriter.cpp + ArchiveReader.cpp + Archive.cpp ) # TODO: Support check-local. |