[PATCH] D45261: [ELF] - Allow LLD to produce file symbols.
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 4 14:53:49 PDT 2018
espindola added a comment.
>> STT_FILE
>> Conventionally, the symbol's name gives the name of the source file associated with the object file. A file symbol has STB_LOCAL binding, its section index is SHN_ABS, and it precedes the other STB_LOCAL symbols for the file, if it is present.
Yes, looks like we have to fix PR36716 in one go. Do you have a preference over the two orders listed on the bug?
https://reviews.llvm.org/D45261
More information about the llvm-commits
mailing list