mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
add missing dependency for ExecutionEngine lib
This appears to be masked most of the time, but the problem was exposed on some bots by r238051. llvm-svn: 238788
This commit is contained in:
parent
6e408c79f4
commit
7b6db28e8d
@ -18,6 +18,7 @@
|
||||
#include "llvm/IR/DerivedTypes.h"
|
||||
#include "llvm/IR/Module.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Target/TargetOptions.h"
|
||||
#include <cstring>
|
||||
|
||||
using namespace llvm;
|
||||
|
@ -22,4 +22,4 @@ subdirectories = Interpreter MCJIT RuntimeDyld IntelJITEvents OProfileJIT Orc
|
||||
type = Library
|
||||
name = ExecutionEngine
|
||||
parent = Libraries
|
||||
required_libraries = Core MC Object RuntimeDyld Support
|
||||
required_libraries = Core MC Object RuntimeDyld Support Target
|
||||
|
Loading…
Reference in New Issue
Block a user