[PATCH] [lld] [LinkerScript] Handle symbols defined in linker scripts
Rui Ueyama
ruiu at google.com
Wed Mar 11 13:19:49 PDT 2015
It looks like you added absolute symbols in the writer, so these absolute symbols don't exist when symbol names are resolved. For example, if your hello world program has a reference to MYSTRING, it fails to link. Is this what you expected?
http://reviews.llvm.org/D8263
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list