From f7c9de0de5804498085af973dc6bfc934a18f000 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 15 Apr 2021 18:07:52 -0700 Subject: [PATCH] Add triple to fix test failure. This test uses `__regcall`, support for which is target-specific. --- clang/test/SemaCXX/attr-musttail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/SemaCXX/attr-musttail.cpp b/clang/test/SemaCXX/attr-musttail.cpp index 55faf5a4f5ac..561184e7a24f 100644 --- a/clang/test/SemaCXX/attr-musttail.cpp +++ b/clang/test/SemaCXX/attr-musttail.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -verify -fsyntax-only -fms-extensions -fcxx-exceptions -fopenmp %s +// RUN: %clang_cc1 -verify -fsyntax-only -fms-extensions -fcxx-exceptions -fopenmp -triple x86_64-linux %s int ReturnsInt1(); int Func1() {