From 4bfbecd37ca33524b71cb1355ab4fc797087fbb5 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 31 Aug 2014 00:27:00 +0000 Subject: [PATCH] clang/test/CodeGenCXX/debug-info-access.cpp: Use %itanium_abi_triple to appease msvc. "[def] [free]" can be seen in different order. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216829 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/debug-info-access.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenCXX/debug-info-access.cpp b/test/CodeGenCXX/debug-info-access.cpp index f439e92112..9e811c6611 100644 --- a/test/CodeGenCXX/debug-info-access.cpp +++ b/test/CodeGenCXX/debug-info-access.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -g -triple %itanium_abi_triple %s -o - | FileCheck %s // Test the various accessibility flags in the debug info. struct A { // CHECK-DAG: [ DW_TAG_subprogram ] [line [[@LINE+1]]] [pub_default] -- 2.50.1