[Openmp-commits] [PATCH] D93738: [OpenMP] Not set OPENMP_STANDALONE_BUILD=ON when building OpenMP along with LLVM

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jan 7 06:36:58 PST 2021


protze.joachim added a comment.

LGTM, and should work for the runtime tests.

I could not figure out, why `clang-resource-headers` was there in the first place. As I understand `clang-resource-headers`, it's just an install target? 
Also, the relevant files behind this target seem to be target-specific wrappers of headers like `math.h` and  `new`. They might be relevant for some libomptarget tests? But, grep didn't show any use of math headers in libomptarget tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93738



More information about the Openmp-commits mailing list