[Openmp-commits] [PATCH] D75458: p[LIBOMPTARGET]Lower priority of global constructor/destructor to silence the warning from gcc.

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Mar 2 11:40:33 PST 2020


ABataev added a comment.

In D75458#1901489 <https://reviews.llvm.org/D75458#1901489>, @grokos wrote:

> Looks good. Do you think I should also change the priorities in my `clang-offload-wrapper` patch to be out of the reserved range?
>  https://reviews.llvm.org/D75223


Not sure. Of course, it would be good to avoid using some of the reserved ranges but in case of the wrapper it should not be a real issue. Gcc reserves it for the compiler use, so wrapper must be good here (as it is a part of the compiler).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75458





More information about the Openmp-commits mailing list