[clang] 7229227 - [clang][Interp][NFC] Run record tests on i686 as well

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 14 02:48:09 PDT 2022


Author: Timm Bäder
Date: 2022-10-14T11:19:24+02:00
New Revision: 72292271f6635a812bef42814808f60070297268

URL: https://github.com/llvm/llvm-project/commit/72292271f6635a812bef42814808f60070297268
DIFF: https://github.com/llvm/llvm-project/commit/72292271f6635a812bef42814808f60070297268.diff

LOG: [clang][Interp][NFC] Run record tests on i686 as well

So we have some test coverage on a 32bit arch.

Added: 
    

Modified: 
    clang/test/AST/Interp/records.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/AST/Interp/records.cpp b/clang/test/AST/Interp/records.cpp
index ae0287b1347d..8b2c92ca32ac 100644
--- a/clang/test/AST/Interp/records.cpp
+++ b/clang/test/AST/Interp/records.cpp
@@ -1,5 +1,7 @@
 // RUN: %clang_cc1 -fexperimental-new-constant-interpreter -verify %s
+// RUN: %clang_cc1 -fexperimental-new-constant-interpreter -triple i686 -verify %s
 // RUN: %clang_cc1 -verify=ref %s
+// RUN: %clang_cc1 -verify=ref -triple i686 %s
 
 // expected-no-diagnostics
 


        


More information about the cfe-commits mailing list