[llvm-readelf] - Print unknown st_other value if present in GNU output.
[llvm-complete.git] / tools / llvm-elfabi / CMakeLists.txt
blobbd3ec851887aba1571a950f564e37b7459a86434
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Support
4   TextAPI
5   )
7 add_llvm_tool(llvm-elfabi
8   ELFObjHandler.cpp
9   ErrorCollector.cpp
10   llvm-elfabi.cpp
11   )