Don't look for a SHT_DYNSYM in the ELFFile's constructor.
[oota-llvm.git] / utils / yaml-bench / CMakeLists.txt
1 add_llvm_utility(yaml-bench
2   YAMLBench.cpp
3   )
4
5 target_link_libraries(yaml-bench LLVMSupport)