[libcxx-commits] [libcxx] Update stdckdint.h and make it available in pre-C23 modes. (PR #69649)
Aaron Ballman via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 23 09:09:03 PDT 2023
================
@@ -1,4 +1,5 @@
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 3
+// RUN: %clang_cc1 -triple=x86_64 -verify -ffreestanding -std=c2x %s
----------------
AaronBallman wrote:
This triple is the same as the one below (c2x and c23 are aliases), did you mean to use `-std=c11` or something along those lines?
https://github.com/llvm/llvm-project/pull/69649
More information about the libcxx-commits
mailing list