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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358827
91177308-0d34-0410-b5e6-
96231b3b80d8
type = Library
name = JITLink
parent = ExecutionEngine
-required_libraries = Object Support
+required_libraries = BinaryFormat Object Support
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
+ BinaryFormat
ExecutionEngine
JITLink
MC
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