[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:
Nikita Popov
2023-02-28 17:41:43 +01:00
parent e281d102fb
commit abdefc895d

View File

@@ -1,11 +1,11 @@
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
IRReader
JITLink
MC
OrcJIT
Passes
Support
Target
nativecodegen