Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this,

component names such as "engine" do not expand to "jit" and hence to
the native target libraries for external users.

Thanks to arrowdodger for reporting and diagnosing the problem.

llvm-svn: 129444
This commit is contained in:
Oscar Fuentes 2011-04-13 15:25:31 +00:00
parent 0091fe8ca1
commit e2a114791c
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ set(LLVM_ALL_TARGETS @LLVM_ALL_TARGETS@)
set(LLVM_TARGETS_TO_BUILD @LLVM_TARGETS_TO_BUILD@)
set(LLVM_TARGETS_WITH_JIT @LLVM_TARGETS_WITH_JIT@)
set(TARGET_TRIPLE "@TARGET_TRIPLE@")
set(LLVM_TOOLS_BINARY_DIR @LLVM_TOOLS_BINARY_DIR@)