Do not optimise fprintf() calls if its return value is used.
[oota-llvm.git] / tools / llvm-ar / CMakeLists.txt
index 65ad36a470bb48aeb81cf44a50e2cc0fb1d9d5b4..70eb7603fdc60e700f56d6614ee7ed362f41b93c 100644 (file)
@@ -1,9 +1,7 @@
-set(LLVM_REQUIRES_EH 1)
+set(LLVM_LINK_COMPONENTS archive)
 
 add_llvm_tool(llvm-ar
   llvm-ar.cpp
   )
 
-target_link_libraries(llvm-ar LLVMArchive)
-
 # TODO: Support check-local.