[llvm] r254917 - Link declaration lazily.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 14:43:50 PST 2015


On 8 December 2015 at 17:40, Sean Silva <chisophugis at gmail.com> wrote:
> Can you explain why there were so many test changes needed?
>

Historical laziness I guess. Since declarations were linked eagerly,
it meant that when I added test for type linking (for exmaple) I could
use

declare %interesting_type...

instead of the slightly longer

define %interesting_type...

which is now required to cause the link.

Cheers,
Rafael


More information about the llvm-commits mailing list