From: Dario Domizioli Date: Fri, 23 May 2014 13:53:12 +0000 (+0000) Subject: [test] Force a triple in the pragma optimize test due to expected mangled names. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ddd258c374240c22a53e3e71200048ec3a64284;p=clang [test] Force a triple in the pragma optimize test due to expected mangled names. No functional change to the compiler. This should just make the test pass on all buildbots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209515 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/pragma-optimize.cpp b/test/SemaCXX/pragma-optimize.cpp index 390070a826..0f03b81f5f 100644 --- a/test/SemaCXX/pragma-optimize.cpp +++ b/test/SemaCXX/pragma-optimize.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -x c++ -std=c++11 -emit-llvm -O2 < %s | FileCheck %s +// RUN: %clang_cc1 -x c++ -std=c++11 -triple x86_64-unknown-linux -emit-llvm -O2 < %s | FileCheck %s #pragma clang optimize off