[PATCH] [ELF] Remove {ELF,}GNULinkerScript InputElements.
Shankar Easwaran
shankar.kalpathi.easwaran at gmail.com
Sun Dec 14 07:01:10 PST 2014
We are trying to duplicate getfilemagic in the driver which is actually part of the registry. The linker script should not be parsed in the driver immediately. The whole reason why the linker script is being parsed in the driver is we don't have a way to handle a script when the linker script is specified just like any other input file or library in the parser or registry. It should be parsed late whenever we figure out that the file is a linker script. We should parse more input files by using a lazy parsing method using file locator.
Bigcheese / Nick ?
http://reviews.llvm.org/D6648
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list