1add_llvm_component_library(LLVMTextAPIBinaryReader 2 DylibReader.cpp 3 4 LINK_COMPONENTS 5 DebugInfoDWARF 6 Support 7 Object 8 TextAPI 9 TargetParser 10) 11