[cfe-commits] r171134 - /cfe/trunk/test/CodeGenObjC/debug-info-static-var.m

David Blaikie dblaikie at gmail.com
Thu Dec 27 17:18:32 PST 2012


On Wed, Dec 26, 2012 at 6:20 PM, Eric Christopher <echristo at gmail.com> wrote:
> Author: echristo
> Date: Wed Dec 26 20:20:24 2012
> New Revision: 171134
>
> URL: http://llvm.org/viewvc/llvm-project?rev=171134&view=rev
> Log:
> Update test for backend change.
>
> TODO: This test should be moved to the backend.

Actually this was originally introduced to test a frontend change.
Addressed in r171175 by making this an IR test instead of an assembly
test.

>
> Modified:
>     cfe/trunk/test/CodeGenObjC/debug-info-static-var.m
>
> Modified: cfe/trunk/test/CodeGenObjC/debug-info-static-var.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-static-var.m?rev=171134&r1=171133&r2=171134&view=diff
> ==============================================================================
> --- cfe/trunk/test/CodeGenObjC/debug-info-static-var.m (original)
> +++ cfe/trunk/test/CodeGenObjC/debug-info-static-var.m Wed Dec 26 20:20:24 2012
> @@ -3,7 +3,7 @@
>  // Radar 8801045
>  // Do not emit AT_MIPS_linkage_name for static variable i
>
> -// CHECK: Lset6 = Lstring3-Lsection_str           ## DW_AT_name
> +// CHECK: Lset6 = Linfo_string3-Linfo_string           ## DW_AT_name
>  // CHECK-NEXT: .long   Lset6
>  // CHECK-NEXT:        DW_AT_type
>  // CHECK-NEXT:        DW_AT_decl_file
>
>
> _______________________________________________
> 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