Author: rnk Date: Fri Mar 11 13:17:53 2016 New Revision: 263285 URL: http://llvm.org/viewvc/llvm-project?rev=263285&view=rev Log: Add missing triple to instantiate-sizeof.cpp test
Modified: cfe/trunk/test/SemaTemplate/instantiate-sizeof.cpp Modified: cfe/trunk/test/SemaTemplate/instantiate-sizeof.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaTemplate/instantiate-sizeof.cpp?rev=263285&r1=263284&r2=263285&view=diff ============================================================================== --- cfe/trunk/test/SemaTemplate/instantiate-sizeof.cpp (original) +++ cfe/trunk/test/SemaTemplate/instantiate-sizeof.cpp Fri Mar 11 13:17:53 2016 @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s +// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -verify -std=c++11 %s // Make sure we handle contexts correctly with sizeof template<typename T> void f(T n) { _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits