mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01: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
10cceb6e9d
commit
a887c59e4e
@ -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