[PATCH] D124039: [OpenMP] Add better testing for the linker wrapper

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 20 04:28:44 PDT 2022


jhuber6 added a comment.

In D124039#3461482 <https://reviews.llvm.org/D124039#3461482>, @thakis wrote:

> Looks like this breaks tests on Mac: http://45.33.8.238/macm1/33656/step_7.txt
>
> Please take a look and revert for now if it takes a while to fix. (Maybe just needs an explicit triple?)

Yeah I probably just need to specify the triple, I forgot that Mach-O doesn't like these section names. I pushed rG1dfe0273fda3 <https://reviews.llvm.org/rG1dfe0273fda3972662bd979de3c216155b18f6ed> to address this, let me know if it's still broken.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124039



More information about the cfe-commits mailing list