mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-06 08:02:18 +00:00
[JITLink] Add BinaryFormat to JITLink's dependencies.
Hopefully this will fix the missing dependence on llvm::identify_magic that is showing up on some PPC bots. E.g. http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/9617 llvm-svn: 358827
This commit is contained in:
parent
c283fc5ebb
commit
daed9b10f1
@ -18,4 +18,4 @@
|
||||
type = Library
|
||||
name = JITLink
|
||||
parent = ExecutionEngine
|
||||
required_libraries = Object Support
|
||||
required_libraries = BinaryFormat Object Support
|
||||
|
@ -1,5 +1,6 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
BinaryFormat
|
||||
ExecutionEngine
|
||||
JITLink
|
||||
MC
|
||||
|
@ -18,4 +18,5 @@
|
||||
type = Tool
|
||||
name = llvm-jitlink
|
||||
parent = Tools
|
||||
required_libraries = JITLink MC Object RuntimeDyld Support all-targets
|
||||
required_libraries = JITLink BinaryFormat MC Object RuntimeDyld Support
|
||||
all-targets
|
||||
|
Loading…
Reference in New Issue
Block a user