[llvm] r220548 - Update test/MC/ARM/coff-debugging-secrel.ll expectations to fix breakage caused by r220544

Timur Iskhodzhanov timurrrr at google.com
Thu Oct 23 23:40:13 PDT 2014


Hi Saleem,

Are you sure you're doing the right thing in that test?
These expectations are likely to break every time we make progress on
CVLT DI generation...

––
Tim

2014-10-23 23:24 GMT-07:00 Timur Iskhodzhanov <timurrrr at google.com>:
> Author: timurrrr
> Date: Fri Oct 24 01:24:07 2014
> New Revision: 220548
>
> URL: http://llvm.org/viewvc/llvm-project?rev=220548&view=rev
> Log:
> Update test/MC/ARM/coff-debugging-secrel.ll expectations to fix breakage caused by r220544
>
> Modified:
>     llvm/trunk/test/MC/ARM/coff-debugging-secrel.ll
>
> Modified: llvm/trunk/test/MC/ARM/coff-debugging-secrel.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/coff-debugging-secrel.ll?rev=220548&r1=220547&r2=220548&view=diff
> ==============================================================================
> --- llvm/trunk/test/MC/ARM/coff-debugging-secrel.ll (original)
> +++ llvm/trunk/test/MC/ARM/coff-debugging-secrel.ll Fri Oct 24 01:24:07 2014
> @@ -42,8 +42,10 @@ entry:
>
>  ; CHECK-MSVC: Relocations [
>  ; CHECK-MSVC:   Section {{.*}} .debug$S {
> -; CHECK-MSVC:     0xC IMAGE_REL_ARM_SECREL function
> -; CHECK-MSVC:     0x10 IMAGE_REL_ARM_SECTION function
> +; CHECK-MSVC:     0x2C IMAGE_REL_ARM_SECREL function
> +; CHECK-MSVC:     0x30 IMAGE_REL_ARM_SECTION function
> +; CHECK-MSVC:     0x48 IMAGE_REL_ARM_SECREL function
> +; CHECK-MSVC:     0x4C IMAGE_REL_ARM_SECTION function
>  ; CHECK-MSVC:   }
>  ; CHECK-MSVC: ]
>
>
>
> _______________________________________________
> 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