From: Timm Bäder Date: Fri, 14 Oct 2022 09:19:24 +0000 (+0200) Subject: [clang][Interp][NFC] Run record tests on i686 as well X-Git-Tag: upstream/17.0.6~30586 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72292271f6635a812bef42814808f60070297268;p=platform%2Fupstream%2Fllvm.git [clang][Interp][NFC] Run record tests on i686 as well So we have some test coverage on a 32bit arch. --- 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