[clang] [clang] __STDC_NO_THREADS__ is no longer necessary for VS 2022 1939 and above (PR #117149)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 24 06:23:40 PST 2025
================
@@ -0,0 +1,13 @@
+// RUN: %clang_cc1 -E -dM -triple=arm64ec-windows-msvc -std=c89 -fms-compatibility-version=19.33 -ffreestanding < /dev/null | FileCheck -check-prefix=C89_MSVC33 %s
----------------
AaronBallman wrote:
There are a few typos in the file name; can you rename it file to `deprecate-threads-macro-definition-msvc1939.c`?
https://github.com/llvm/llvm-project/pull/117149
More information about the cfe-commits
mailing list