[Openmp-commits] [PATCH] D150687: [OpenMP]Fix trivial build failure in MacOS

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed May 17 09:21:05 PDT 2023


tianshilei1992 accepted this revision.
tianshilei1992 added a comment.
This revision is now accepted and ready to land.

Yeah, it is fine as long as the function can be inlined. Thanks for pointing to `openmp/runtime/src/kmp_stats.cpp`. I didn't notice that. We generally avoid pulling dependences for `libomp`. I think we can go with it for now. If anything comes up in the future, we can always revisit it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150687



More information about the Openmp-commits mailing list