We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030d68e commit 1f6d35bCopy full SHA for 1f6d35b
clang/test/CodeGen/thread_local.c
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 -triple i686-pc-linux-gnu -std=c23 -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple i686-pc-linux-gnu -std=c2x -emit-llvm -o - %s | FileCheck %s
2
3
// Ensure that thread_local and _Thread_local emit the same codegen. See
4
// https://github.com/llvm/llvm-project/issues/70068 for details.
clang/test/Sema/thread_local.c
-// RUN: %clang_cc1 -fsyntax-only -std=c23 %s -verify
+// RUN: %clang_cc1 -fsyntax-only -std=c2x %s -verify
// Ensure that thread_local and _Thread_local are synonyms in C23 and both
// restrict local variables to be explicitly static or extern.
0 commit comments