[PATCH] D140637: [InlineOrder] Plugin Inline Order
Jake Egan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 08:13:51 PDT 2023
Jake-Egan added a comment.
In D140637#4196543 <https://reviews.llvm.org/D140637#4196543>, @IBricchi wrote:
> I think the issue was that:
>
> export_executable_symbols_for_plugins(AnalysisTests)
>
> Was being called twice, once in each of the plugin cmake files. I've moved it into the main Analysys CMakeFile and I think this should fix the issue we were seeing, but I don't have an AIX machine to test it on. Would you mind checking @Jake-Egan?
It resolves the CMake error - thanks for the fix!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140637/new/
https://reviews.llvm.org/D140637
More information about the llvm-commits
mailing list