[lld] r272892 - Add support for # comments.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 09:04:22 PDT 2016


On 16 June 2016 at 11:55, Rui Ueyama <ruiu at google.com> wrote:
> Is "#" actually a comment in linker scripts?

Gold and bfd are inconsistent in here.

Gold accepts # in both version scripts and linker scripts.
bfd only on version scripts.

Do you want me to make this version script specific?

Cheers,
Rafael


More information about the llvm-commits mailing list