[flang-commits] [flang] Update stdckdint.h and make it available in pre-C23 modes. (PR #69649)

Aaron Ballman via flang-commits flang-commits at lists.llvm.org
Mon Oct 23 09:09:02 PDT 2023


================
@@ -1,12 +1,15 @@
 // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 3
+// RUN: %clang_cc1 -triple=x86_64 -emit-llvm -verify -std=c99 %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple=x86_64 -emit-llvm -verify -std=c11 %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple=x86_64 -emit-llvm -verify -std=c17 %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple=x86_64 -emit-llvm -verify -std=c2x %s -o - | FileCheck %s
----------------
AaronBallman wrote:

This line can also be removed.

https://github.com/llvm/llvm-project/pull/69649


More information about the flang-commits mailing list