[PATCH] D61399: [OpenMP][Clang] Support for target math functions
Jonas Devlieghere via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 7 14:07:12 PDT 2019
JDevlieghere added a comment.
I've reverted this in rL360192 <https://reviews.llvm.org/rL360192> because it breaks stage 2 builds on GreenDragon. Please see the commit message and the inline comment for more details.
================
Comment at: lib/Headers/CMakeLists.txt:36
bmiintrin.h
+ openmp_wrappers/math.h
+ openmp_wrappers/cmath
----------------
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.
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