Add ExecutionEngine to the list of dependencies

This commit is contained in:
Sameer Rahmani 2022-06-16 15:25:26 +01:00
parent 703c0fdc96
commit cd84454f1a
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
# aarch64codegen
# x86asmparser
# x86codegen
ExecutionEngine
${LLVM_TARGETS_TO_BUILD}
)