mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
[mlir][ExecutionEngine] Fix native dependencies for AsmParser and Printer
This is a post-commit fix for https://reviews.llvm.org/D114338 which was landed as https://reviews.llvm.org/rG050cc1cd6e6882eadba6e5ea7b588ca0b8aa1b12 Differential Revision: https://reviews.llvm.org/D115666
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
nativecodegen
|
||||
native
|
||||
)
|
||||
|
||||
# Main API shared library.
|
||||
add_mlir_upstream_c_api_library(MLIRCAPIExecutionEngine
|
||||
ExecutionEngine.cpp
|
||||
|
||||
@@ -26,7 +26,6 @@ add_mlir_library(MLIRExecutionEngine
|
||||
intrinsics_gen
|
||||
|
||||
LINK_COMPONENTS
|
||||
${LLVM_NATIVE_ARCH}AsmParser
|
||||
Core
|
||||
Coroutines
|
||||
ExecutionEngine
|
||||
|
||||
Reference in New Issue
Block a user