[PATCH] D142989: [extract_symbols.py] Better handling of templates

Jake Egan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 09:38:27 PST 2023


Jake-Egan added a comment.

Hi, this caused some failures on AIX, could you take a look?

  Could not load library '/scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/unittests/Analysis/InlineAdvisorPlugin.so': rtld: 0712-001 Symbol _ZN4llvm15SmallVectorBaseIjE13mallocForGrowEPvmmRm was referenced
        from module /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/unittests/Analysis/InlineAdvisorPlugin.so(), but a runtime definition
  	    of the symbol was not found.
  rtld: 0712-001 Symbol _ZN4llvm13AllAnalysesOnINS_6ModuleEE6SetKeyE was referenced
        from module /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/build/unittests/Analysis/InlineAdvisorPlugin.so(), but a runtime definition
  	    of the symbol was not found.

  LLVM-Unit :: Passes/./PluginsTests/1/2
  LLVM-Unit :: Passes/./PluginsTests/0/2
  LLVM-Unit :: Analysis/./AnalysisTests/42/81

https://lab.llvm.org/buildbot/#/builders/214/builds/5764


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142989/new/

https://reviews.llvm.org/D142989



More information about the llvm-commits mailing list