[PATCH] D45375: [ELF] - Introduce synthetic file for linker script symbols.

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 10:46:36 PDT 2018


espindola added a comment.

In https://reviews.llvm.org/D45375#1065066, @ruiu wrote:

> > Would never having a null InputFile be sufficient?
>
> Like assigning a dummy ObjFile or something to synthetic symbols?


Yes. With this patch we can have a single InternalFile created with createSyntheticFile("<internal>").


https://reviews.llvm.org/D45375





More information about the llvm-commits mailing list