[PATCH] D140637: [InlineOrder] Plugin Inline Order

IBricchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 08:00:01 PDT 2023


IBricchi added a comment.

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?


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