From: Richard Smith Date: Mon, 15 Aug 2016 02:24:00 +0000 (+0000) Subject: Add a triple to this test to make buildbots happier. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ceabe653ba12f8ec15a8000e32efcef00bef56cb;p=clang Add a triple to this test to make buildbots happier. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278647 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/cxx1z-decomposition.cpp b/test/CodeGenCXX/cxx1z-decomposition.cpp index ee6dbf2ff7..b921200605 100644 --- a/test/CodeGenCXX/cxx1z-decomposition.cpp +++ b/test/CodeGenCXX/cxx1z-decomposition.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++1z -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -std=c++1z -triple x86_64-linux-gnu -emit-llvm -o - %s | FileCheck %s namespace std { using size_t = decltype(sizeof(0));