]> granicus.if.org Git - clang/commitdiff
Add a triple to this test to make buildbots happier.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Aug 2016 02:24:00 +0000 (02:24 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Aug 2016 02:24:00 +0000 (02:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278647 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/cxx1z-decomposition.cpp

index ee6dbf2ff70ff120067bef4e91381fa401e31b75..b9212006053b9c27ebd698144915ce765d04915d 100644 (file)
@@ -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));