[clang] 32466e5 - Add a triple to this test
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 25 10:50:21 PDT 2024
Author: Aaron Ballman
Date: 2024-03-25T13:50:10-04:00
New Revision: 32466e55b19586880199347744fc1b76d6b04cfb
URL: https://github.com/llvm/llvm-project/commit/32466e55b19586880199347744fc1b76d6b04cfb
DIFF: https://github.com/llvm/llvm-project/commit/32466e55b19586880199347744fc1b76d6b04cfb.diff
LOG: Add a triple to this test
Amends d99cfa053998483e7283e91ff204fbe117345685
This should address a failure found by post commit CI:
https://lab.llvm.org/buildbot/#/builders/245/builds/22321
Added:
Modified:
clang/test/C/C99/n696.c
Removed:
################################################################################
diff --git a/clang/test/C/C99/n696.c b/clang/test/C/C99/n696.c
index c84ef2c7159e09..4499c6e42226b5 100644
--- a/clang/test/C/C99/n696.c
+++ b/clang/test/C/C99/n696.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -verify %s
+// RUN: %clang_cc1 -triple x86_64 -verify %s
/* WG14 N696: yes
* Standard pragmas - improved wording
More information about the cfe-commits
mailing list