[Openmp-commits] [PATCH] D103121: [OpenMP] libomp: Add new experimental barrier: two-level distributed barrier

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 15 15:04:00 PDT 2021


JonChesterfield added a comment.

> The -Wl,-z,defs flag sent in from LLVM cause undefined references which cause link-time errors in object files

This flag does not cause or create undefined references. It warns when there are some undefined references. Better to fix the missing symbols than to hope the application never tries to call them.


Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D103121



More information about the Openmp-commits mailing list