[lld] r263543 - [COFF] Don't hard-code the load configuration size

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 07:49:25 PDT 2016


>[COFF] Don't hard-code the load configuration size
>...
>Modified:
>   lld/trunk/COFF/Chunks.h
>   lld/trunk/COFF/Writer.cpp
>   lld/trunk/test/COFF/loadcfg.ll
>   lld/trunk/test/COFF/loadcfg.test
>   lld/trunk/test/COFF/loadcfg32.test

Hi David,

I think something here broke buildbot: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/1758.
It is blaming me now, but my changes were relative to ELF and not to COFF. I am observing the same fail locally, and when I revert this patch then 
tests pass fine for me.

George.


More information about the llvm-commits mailing list