[PATCH] D61399: [OpenMP][Clang] Support for target math functions

Hal Finkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 15:12:32 PDT 2019


hfinkel added inline comments.


================
Comment at: lib/Headers/CMakeLists.txt:36
   bmiintrin.h
+  openmp_wrappers/math.h
+  openmp_wrappers/cmath
----------------
JDevlieghere wrote:
> This doesn't do what you think it would do. The files are copied into the root of the resource directory, which causes stage 2 build failures on GreenDragon. 
Can you provide a link to the failure log? Is the problem that the files are not copied into their subdirectory?


Repository:
  rC Clang

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

https://reviews.llvm.org/D61399





More information about the cfe-commits mailing list