mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[Orc] Try to fix linker error
Try to fix flang-aarch64-sharedlibs build.
7344f8a844 introduced a use of
LLVMCreatePassBuilderOptions(), which is part of the Passes
library, while previously only InstCombine was linked.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
IRReader
|
||||
JITLink
|
||||
MC
|
||||
OrcJIT
|
||||
Passes
|
||||
Support
|
||||
Target
|
||||
nativecodegen
|
||||
|
||||
Reference in New Issue
Block a user