[PATCH] D40954: [ELF] - Teach LLD to hint about -fdebug-types-section.
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 20 16:11:49 PDT 2018
espindola accepted this revision.
espindola added a comment.
This revision is now accepted and ready to land.
LGTM with a test nit.
================
Comment at: test/ELF/x86-64-reloc-debug-overflow.s:12
+ movl $big, %edx
+ movq $foo - 0x1000000000000, %rdx
----------------
Having code in a .debug_info section is not very realistic.
https://reviews.llvm.org/D40954
More information about the llvm-commits
mailing list