r216829 - clang/test/CodeGenCXX/debug-info-access.cpp: Use %itanium_abi_triple to appease msvc. "[def] [free]" can be seen in different order.

Adrian Prantl aprantl at apple.com
Tue Sep 2 10:47:55 PDT 2014


Thanks, I’ll try to remember that in the future!

-- adrian

> On Aug 30, 2014, at 5:27 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> 
> 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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits





More information about the cfe-commits mailing list