From 72292271f6635a812bef42814808f60070297268 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Fri, 14 Oct 2022 11:19:24 +0200 Subject: [PATCH] [clang][Interp][NFC] Run record tests on i686 as well So we have some test coverage on a 32bit arch. --- clang/test/AST/Interp/records.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/test/AST/Interp/records.cpp b/clang/test/AST/Interp/records.cpp index ae0287b..8b2c92c 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 -- 2.7.4