[all-commits] [llvm/llvm-project] abdefc: [Orc] Try to fix linker error
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Feb 28 08:43:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abdefc895d7486f6b1dcd14139a6753fb09fa990
https://github.com/llvm/llvm-project/commit/abdefc895d7486f6b1dcd14139a6753fb09fa990
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/CMakeLists.txt
Log Message:
-----------
[Orc] Try to fix linker error
Try to fix flang-aarch64-sharedlibs build.
7344f8a8442a9c3cef159445f71b4f2886ed2798 introduced a use of
LLVMCreatePassBuilderOptions(), which is part of the Passes
library, while previously only InstCombine was linked.
More information about the All-commits
mailing list