[PATCH] D38769: COFF: When generating code for LTO, use static reloc model on 32-bit x86.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 17:44:27 PDT 2017


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm, clang uses static as well:
$ clang -m32 -c t.c -### |& sed -e 's/" "/\n/g' | grep -A1 reloc
-mrelocation-model
static


https://reviews.llvm.org/D38769





More information about the llvm-commits mailing list