Sync llvm-ar's help string with the options it supports.
[oota-llvm.git] / tools / yaml2obj / CMakeLists.txt
index 5cccf9330ed36e2f43ac231e5bc6e8606a92dfe3..8d9d6522469db39a411447bda0a85d56eaea5641 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS object)
 add_llvm_utility(yaml2obj
   yaml2obj.cpp
   yaml2coff.cpp
+  yaml2elf.cpp
   )
 
 target_link_libraries(yaml2obj LLVMSupport)