tra accepted this revision.
tra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/lib/Frontend/InitPreprocessor.cpp:1294
+    if (!LangOpts.HIP)
+      Builder.defineMacro("__CLANG_CUDA_APPROX_TRANSCENDENTALS__");
+    Builder.defineMacro("__CLANG_GPU_APPROX_TRANSCENDENTALS__");
----------------
I think we can remove it. I don't think we need to keep the old one around. 
Internal headers have been changed and the macro was never intended for public 
use. 


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

https://reviews.llvm.org/D154797

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to