[PATCH] D142282: [Support] Implement findModulesAndOffsets on Apple 64-bit platforms

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 07:06:09 PST 2023


stefanp added a comment.

@luismarques 
Hi, 
It looks like your patch broke our build bot on AIX:
https://lab.llvm.org/buildbot/#/builders/214/builds/6115

On AIX we end up without a definition for `findModulesAndOffsets`  so very likely the combination of `#if, #elif, #else, #endif` is excluding AIX from all of the definitions and it did not do that before..

Could you please take a look?

Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142282



More information about the llvm-commits mailing list