[llvm] r203621 - Test for empty pubnames/pubtypes
David Blaikie
dblaikie at gmail.com
Tue Mar 11 16:44:48 PDT 2014
On Tue, Mar 11, 2014 at 4:35 PM, David Blaikie <dblaikie at gmail.com> wrote:
> Author: dblaikie
> Date: Tue Mar 11 18:35:03 2014
> New Revision: 203621
>
> URL: http://llvm.org/viewvc/llvm-project?rev=203621&view=rev
> Log:
> Test for empty pubnames/pubtypes
Accidental commit - meant to merge this in with the subsequent commit, r203622.
> Modified:
> llvm/trunk/test/DebugInfo/empty.ll
>
> Modified: llvm/trunk/test/DebugInfo/empty.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/empty.ll?rev=203621&r1=203620&r2=203621&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/empty.ll (original)
> +++ llvm/trunk/test/DebugInfo/empty.ll Tue Mar 11 18:35:03 2014
> @@ -11,6 +11,12 @@
> ; CHECK: total_length: 0x00000019
> ; CHECK-NOT: file_names[
>
> +; CHECK: .debug_pubnames contents:
> +; CHECK-NEXT: {{^$}}
> +
> +; CHECK: .debug_pubtypes contents:
> +; CHECK-NEXT: {{^$}}
> +
> !llvm.dbg.cu = !{!0}
> !llvm.module.flags = !{!5}
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list