forked from OSchip/llvm-project
[OCaml] ExecutionEngine package should not depend on interpreter.
Interpreter support was removed in r220957. llvm-svn: 221135
This commit is contained in:
parent
aafa6790bd
commit
b36d2c24fc
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
LEVEL := ../../..
|
LEVEL := ../../..
|
||||||
LIBRARYNAME := llvm_executionengine
|
LIBRARYNAME := llvm_executionengine
|
||||||
UsedComponents := executionengine mcjit interpreter native
|
UsedComponents := executionengine mcjit native
|
||||||
UsedOcamlInterfaces := llvm llvm_target
|
UsedOcamlInterfaces := llvm llvm_target
|
||||||
FindlibPackages := ctypes
|
FindlibPackages := ctypes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue