diff options
Diffstat (limited to 'contrib/llvm/tools/llvm-ar/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/tools/llvm-ar/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/llvm/tools/llvm-ar/CMakeLists.txt b/contrib/llvm/tools/llvm-ar/CMakeLists.txt new file mode 100644 index 0000000..c8b0b72 --- /dev/null +++ b/contrib/llvm/tools/llvm-ar/CMakeLists.txt @@ -0,0 +1,8 @@ +set(LLVM_LINK_COMPONENTS archive) +set(LLVM_REQUIRES_EH 1) + +add_llvm_tool(llvm-ar + llvm-ar.cpp + ) + +# TODO: Support check-local. |