Author: chapuni
Date: Sat Aug 30 19:27:00 2014
New Revision: 216829
URL: http://llvm.org/viewvc/llvm-project?rev=216829&view=rev
Log:
clang/test/CodeGenCXX/debug-info-access.cpp: Use %itanium_abi_triple to appease
msvc. "[def] [free]" can be seen in different order.
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-access.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-access.cpp
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-access.cpp?rev=216829&r1=216828&r2=216829&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-access.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-access.cpp Sat Aug 30 19:27:00 2014
@@ -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]
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits