r174229 - clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.

David Blaikie dblaikie at gmail.com
Fri Feb 1 16:04:47 PST 2013


On Fri, Feb 1, 2013 at 2:53 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Author: chapuni
> Date: Fri Feb  1 16:53:19 2013
> New Revision: 174229
>
> URL: http://llvm.org/viewvc/llvm-project?rev=174229&view=rev
> Log:
> clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.

Thanks! Sorry about that.

- David

>
> Modified:
>     cfe/trunk/test/CodeGenCXX/debug-info-class.cpp
>
> Modified: cfe/trunk/test/CodeGenCXX/debug-info-class.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-class.cpp?rev=174229&r1=174228&r2=174229&view=diff
> ==============================================================================
> --- cfe/trunk/test/CodeGenCXX/debug-info-class.cpp (original)
> +++ cfe/trunk/test/CodeGenCXX/debug-info-class.cpp Fri Feb  1 16:53:19 2013
> @@ -30,8 +30,9 @@ int main(int argc, char **argv) {
>    return 0;
>  }
>
> -// CHECK: unwind label %terminate.lpad, !dbg ![[EXCEPTLOC:.*]]
> -// CHECK: store i32 0, i32* %retval, !dbg ![[RETLOC:.*]]
> +// CHECK: invoke void @_ZN1BD1Ev(%class.B* %b)
> +// CHECK-NEXT: unwind label %{{.+}}, !dbg ![[EXCEPTLOC:.*]]
> +// CHECK: store i32 0, i32* %{{.+}}, !dbg ![[RETLOC:.*]]
>  // CHECK: DW_TAG_structure_type ] [foo]
>  // CHECK: DW_TAG_class_type ] [bar]
>  // CHECK: DW_TAG_union_type ] [baz]
>
>
> _______________________________________________
> 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