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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits