[lld] r288581 - [ELF] - Implemented R_386_16 and R_386PC16 relocations
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 05:17:55 PST 2016
>I would much prefer using llvm-mc if at all possible. If you need to
>keep everything in one file, use echo like we do for linker scripts.
>
>But why do you need two files? Two sections should be sufficient.
>
>Cheers,
>Rafael
One file was just a nice addition. When I had "1111111111" or alike for .text content
it was obvious to look which bytes LLD writes and which are dropped.
I'll change test to llvm-mc then.
George.
More information about the llvm-commits
mailing list