diff --git a/lib/Interpreter/CMakeLists.txt b/lib/Interpreter/CMakeLists.txt index dd243ad9..c5a45340 100644 --- a/lib/Interpreter/CMakeLists.txt +++ b/lib/Interpreter/CMakeLists.txt @@ -34,6 +34,7 @@ set( LLVM_LINK_COMPONENTS support target transformutils + binaryformat ${LLVM_TARGETS_TO_BUILD} ) diff --git a/lib/MetaProcessor/CMakeLists.txt b/lib/MetaProcessor/CMakeLists.txt index 5460a2a9..35f67594 100644 --- a/lib/MetaProcessor/CMakeLists.txt +++ b/lib/MetaProcessor/CMakeLists.txt @@ -9,6 +9,7 @@ set( LLVM_LINK_COMPONENTS core support + binaryformat ) add_cling_library(clingMetaProcessor OBJECT diff --git a/tools/libcling/CMakeLists.txt b/tools/libcling/CMakeLists.txt index fc3c1a66..b96b471c 100644 --- a/tools/libcling/CMakeLists.txt +++ b/tools/libcling/CMakeLists.txt @@ -38,6 +38,7 @@ set( LLVM_LINK_COMPONENTS support target transformutils + binaryformat ${LLVM_TARGETS_TO_BUILD} )