[clang] 34d6a6e - Fix bots by adding a triple to the test

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 3 09:27:01 PST 2023


Author: Aaron Ballman
Date: 2023-03-03T12:26:52-05:00
New Revision: 34d6a6e23a6d8d78c86fad06bc219107ce6b5780

URL: https://github.com/llvm/llvm-project/commit/34d6a6e23a6d8d78c86fad06bc219107ce6b5780
DIFF: https://github.com/llvm/llvm-project/commit/34d6a6e23a6d8d78c86fad06bc219107ce6b5780.diff

LOG: Fix bots by adding a triple to the test

Resolves the issue found by:
https://lab.llvm.org/buildbot/#/builders/245/builds/5384

Added: 
    

Modified: 
    clang/test/C/C2x/n2838.c

Removed: 
    


################################################################################
diff  --git a/clang/test/C/C2x/n2838.c b/clang/test/C/C2x/n2838.c
index f110fef9d0f4..cd20ea59884b 100644
--- a/clang/test/C/C2x/n2838.c
+++ b/clang/test/C/C2x/n2838.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -verify -std=c2x %s
+// RUN: %clang_cc1 -triple x86_64 -verify -std=c2x %s
 
 /* WG14 N2838: yes
  * Types and sizes


        


More information about the cfe-commits mailing list