[clang] f7c9de0 - Add triple to fix test failure.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 15 18:08:54 PDT 2021


Author: Richard Smith
Date: 2021-04-15T18:08:35-07:00
New Revision: f7c9de0de5804498085af973dc6bfc934a18f000

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

LOG: Add triple to fix test failure.

This test uses `__regcall`, support for which is target-specific.

Added: 
    

Modified: 
    clang/test/SemaCXX/attr-musttail.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/SemaCXX/attr-musttail.cpp b/clang/test/SemaCXX/attr-musttail.cpp
index 55faf5a4f5ac7..561184e7a24f9 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() {


        


More information about the cfe-commits mailing list