[flang-commits] [flang] [llvm] [flang-rt] Enable more runtime functions for the GPU target (PR #183649)
Michael Kruse via flang-commits
flang-commits at lists.llvm.org
Fri Feb 27 04:18:18 PST 2026
================
@@ -16,13 +16,13 @@
// Avoid <mutex> if possible to avoid introduction of C++ runtime
// library dependence.
-#ifndef _WIN32
+#if !defined(_WIN32)
----------------
Meinersbur wrote:
NIT: unrelated change?
https://github.com/llvm/llvm-project/pull/183649
More information about the flang-commits
mailing list