From: NAKAMURA Takumi Date: Wed, 26 Feb 2014 03:30:03 +0000 (+0000) Subject: clang/test/CodeGenCXX/debug-info-varargs.cpp: Appease msvc with %itanium_abi_triple. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2538c50610dc74756936f049c2a20d81e7d7bb1;p=clang clang/test/CodeGenCXX/debug-info-varargs.cpp: Appease msvc with %itanium_abi_triple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202226 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-varargs.cpp b/test/CodeGenCXX/debug-info-varargs.cpp index fa424e2c7b..cc92477dbb 100644 --- a/test/CodeGenCXX/debug-info-varargs.cpp +++ b/test/CodeGenCXX/debug-info-varargs.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s +// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -g %s -o - | FileCheck %s struct A {