[clang] 11bf268 - Add a target triple to fix test failure on targets that don't support

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 25 17:06:14 PDT 2021


Author: Richard Smith
Date: 2021-03-25T17:05:36-07:00
New Revision: 11bf268864afbe35ad317e6354c51440d5184911

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

LOG: Add a target triple to fix test failure on targets that don't support
__int128.

Added: 
    

Modified: 
    clang/test/AST/ast-print-int128.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/AST/ast-print-int128.cpp b/clang/test/AST/ast-print-int128.cpp
index 01a130ceaa32..51d15b609f0b 100644
--- a/clang/test/AST/ast-print-int128.cpp
+++ b/clang/test/AST/ast-print-int128.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -ast-print -std=c++20 %s -o - | FileCheck %s
+// RUN: %clang_cc1 -ast-print -std=c++20 %s -o - -triple x86_64-linux | FileCheck %s
 
 template <bool>
 struct enable_if {


        


More information about the cfe-commits mailing list