[PATCH] D39765: [coff] use relative instead of absolute __safe_se_handler_base when present

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 15:17:52 PST 2017


inglorion added a comment.

The code change mostly just moves code around, but this helps because we previously fixed the symbol type too late, so that it was still output as an absolute symbol. After moving the code around, we now output __safe_se_handler_base with the correct symbol type.


https://reviews.llvm.org/D39765





More information about the llvm-commits mailing list