Don't iterate over all sections in the ELFFile constructor.
[oota-llvm.git] / tools / obj2yaml / CMakeLists.txt
index f167ed5f6e87b4a5fe778831e6390f9577bb0f65..3cdac5c7487522c716add72001ee9f33510ad8e8 100644 (file)
@@ -3,6 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Support
   )
 
-add_llvm_utility(obj2yaml
+add_llvm_tool(obj2yaml
   obj2yaml.cpp coff2yaml.cpp elf2yaml.cpp Error.cpp
   )