From 6db65c1f5c6617043edf444d278ecb30fd1c8051 Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Thu, 30 Jan 2014 01:01:36 +0000 Subject: Use an Itanium triple in DWARF debug info tests This should fix the clang part of the breakage in r200340. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200435 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/debug-info-byval.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/CodeGenCXX/debug-info-byval.cpp') diff --git a/test/CodeGenCXX/debug-info-byval.cpp b/test/CodeGenCXX/debug-info-byval.cpp index e6317fc2de..5b0850b964 100644 --- a/test/CodeGenCXX/debug-info-byval.cpp +++ b/test/CodeGenCXX/debug-info-byval.cpp @@ -1,4 +1,5 @@ -// RUN: %clang -g -S %s -o - | FileCheck %s +// FIXME: Check IR rather than asm, then triple is not needed. +// RUN: %clang -Xclang -triple=%itanium_abi_triple -g -S %s -o - | FileCheck %s // Test to check presence of debug info for byval parameter. // Radar 8350436. class DAG { -- cgit v1.2.1