r204531 - relax testcase to unbreak windows buildbots.

Aaron Ballman aaron at aaronballman.com
Fri Mar 21 16:17:11 PDT 2014


Thanks for the fixed -- I've confirmed that it works!

~Aaron

On Fri, Mar 21, 2014 at 6:58 PM, Adrian Prantl <aprantl at apple.com> wrote:
> Author: adrian
> Date: Fri Mar 21 17:58:28 2014
> New Revision: 204531
>
> URL: http://llvm.org/viewvc/llvm-project?rev=204531&view=rev
> Log:
> relax testcase to unbreak windows buildbots.
>
> Modified:
>     cfe/trunk/test/CodeGenCXX/linetable-fnbegin.cpp
>
> Modified: cfe/trunk/test/CodeGenCXX/linetable-fnbegin.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/linetable-fnbegin.cpp?rev=204531&r1=204530&r2=204531&view=diff
> ==============================================================================
> --- cfe/trunk/test/CodeGenCXX/linetable-fnbegin.cpp (original)
> +++ cfe/trunk/test/CodeGenCXX/linetable-fnbegin.cpp Fri Mar 21 17:58:28 2014
> @@ -1,7 +1,7 @@
>  // RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s
>  // Test that the line table info for Foo<T>::bar() is pointing to the
>  // right header file.
> -// CHECK: define{{.*}} @_ZN3FooIiE3barEv
> +// CHECK: define{{.*}}bar
>  // CHECK-NOT: define
>  // CHECK: ret {{.*}}, !dbg ![[DBG:.*]]
>  // CHECK: ![[HPP:.*]] = metadata !{metadata !"./template.hpp",
>
>
> _______________________________________________
> 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