[flang] [llvm] [Flang][OpenMP][Runtime] Minor Flang runtime for OpenMP AMDGPU (PR #152631)
Slava Zakharin via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 8 09:13:07 PDT 2025
================
@@ -63,6 +73,24 @@
#define STD_TOUPPER_UNSUPPORTED 1
#endif
+#if defined(OMP_OFFLOAD_BUILD) || defined(OMP_NOHOST_BUILD)
----------------
vzakhari wrote:
In addition, I think we should not do this for the host part of the offload build.
https://github.com/llvm/llvm-project/pull/152631
More information about the llvm-commits
mailing list