[Openmp-commits] [PATCH] D149010: [OpenMP] Fix GCC build issues and restore "Additional APIs used by the MSVC compiler for loop collapse (rectangular and non-rectangular loops)"

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Apr 24 13:57:01 PDT 2023


jhuber6 added a comment.

In D149010#4293292 <https://reviews.llvm.org/D149010#4293292>, @vadikp-intel wrote:

> Folks, the same two bots that failed on the previous check-in that this one attempts to fix continue to fail, but with a different problem down the build line. Both are doing GCC builds that are now complaining about unresolved C++ runtime references that can apparently be fixed by adding -lstdc++ to the cmake linker set up. Not sure why this not being picked up by default in GCC configs - others (clang, MSVC, etc.) look OK.

I get the same errors, I'm going to go ahead and revert this. Someone will need to check to make sure that we're setting the correct language for the linking job.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149010



More information about the Openmp-commits mailing list