[PATCH] [lld] [LinkerScript] Handle symbols defined in linker scripts

Rafael Auler rafaelauler at gmail.com
Wed Mar 11 13:22:50 PDT 2015


For now I just used the same mechanism used to add other linker-defined symbols such as _bss_start, etc. I plan to later change this to be more precise.

BTW the linking does not fail, I tested it with another test case that actually depended on MYSTRING and it worked. Not sure if this is the expected behavior though, as I said, I just mimicked the behavior for other linker-defined symbols.


http://reviews.llvm.org/D8263

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list