[llvm-commits] [llvm] r104196 - /llvm/trunk/test/FrontendC++/thunk-weak-odr.cpp

Jim Grosbach grosbach at apple.com
Wed May 19 17:31:24 PDT 2010


Thanks, Bill. 

-jim

On May 19, 2010, at 5:27 PM, Bill Wendling wrote:

> Author: void
> Date: Wed May 19 19:27:10 2010
> New Revision: 104196
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=104196&view=rev
> Log:
> Match "4" or "8" depending upon if it's 32- or 64-bit.
> 
> Modified:
>    llvm/trunk/test/FrontendC++/thunk-weak-odr.cpp
> 
> Modified: llvm/trunk/test/FrontendC++/thunk-weak-odr.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/thunk-weak-odr.cpp?rev=104196&r1=104195&r2=104196&view=diff
> ==============================================================================
> --- llvm/trunk/test/FrontendC++/thunk-weak-odr.cpp (original)
> +++ llvm/trunk/test/FrontendC++/thunk-weak-odr.cpp Wed May 19 19:27:10 2010
> @@ -29,5 +29,5 @@
> 
> // Thunks should be marked as "weak ODR", not just "weak".
> //
> -// CHECK: define weak_odr i32 @_ZThn8_N1C1fEv
> -// CHECK: define weak_odr i32 @_ZThn8_N1D1fEv
> +// CHECK: define weak_odr i32 @_ZThn{{[48]}}_N1C1fEv
> +// CHECK: define weak_odr i32 @_ZThn{{[48]}}_N1D1fEv
> 
> 
> _______________________________________________
> 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