Index: tools/llvm-nm/CMakeLists.txt =================================================================== --- tools/llvm-nm/CMakeLists.txt +++ tools/llvm-nm/CMakeLists.txt @@ -2,6 +2,7 @@ AllTargetsAsmParsers AllTargetsDescs AllTargetsInfos + BinaryFormat Core Demangle Object Index: tools/llvm-objdump/CMakeLists.txt =================================================================== --- tools/llvm-objdump/CMakeLists.txt +++ tools/llvm-objdump/CMakeLists.txt @@ -3,6 +3,7 @@ AllTargetsDescs AllTargetsDisassemblers AllTargetsInfos + BinaryFormat CodeGen DebugInfoDWARF DebugInfoPDB Index: tools/obj2yaml/CMakeLists.txt =================================================================== --- tools/obj2yaml/CMakeLists.txt +++ tools/obj2yaml/CMakeLists.txt @@ -1,4 +1,5 @@ set(LLVM_LINK_COMPONENTS + BinaryFormat DebugInfoCodeView DebugInfoDWARF Object