[PATCH] D35371: [COFF] Bounds check relocations

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 10:53:21 PDT 2017


ruiu added a comment.

This adds one virtual function call for each relocation. I believe it's negligible, but can you run the linker with and without this patch to see if this is fine?


https://reviews.llvm.org/D35371





More information about the llvm-commits mailing list