Skip to content

Commit 6992c09

Browse files
committed
[ORC] Add missing dependence on BinaryFormat library.
Commit 3e1d4ec introduced a dependence on BinaryFormat, but CMakeLists.txt was not updated to include it.
1 parent 5d48248 commit 6992c09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/ExecutionEngine/Orc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ add_llvm_component_library(LLVMOrcJIT
6262
${atomic_lib}
6363

6464
LINK_COMPONENTS
65+
BinaryFormat
6566
Core
6667
ExecutionEngine
6768
JITLink

0 commit comments

Comments
 (0)