[clang][Interp][NFC] Run record tests on i686 as well
authorTimm Bäder <tbaeder@redhat.com>
Fri, 14 Oct 2022 09:19:24 +0000 (11:19 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Fri, 14 Oct 2022 09:19:24 +0000 (11:19 +0200)
So we have some test coverage on a 32bit arch.

clang/test/AST/Interp/records.cpp

index ae0287b..8b2c92c 100644 (file)
@@ -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