[PATCH] D14700: [mips][freebsd] Explicitly select PC-relative Personality and LSDA encodings.
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 16 07:58:05 PST 2015
emaste added inline comments.
================
Comment at: lib/MC/MCObjectFileInfo.cpp:374
@@ +373,3 @@
+ // assembler/linker won't do the automatic conversion that the Linux tools
+ // do.
+ if (T.isOSFreeBSD()) {
----------------
Perhaps we should be explicit about this applying to bfd ld 2.17.50. Someone could consider reverting this in a few years once we have a contemporary LLD as the system linker.
http://reviews.llvm.org/D14700
More information about the llvm-commits
mailing list