[PATCH] D72183: [ELF][PPC64] Add --lax-call-lacks-nop
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 00:35:16 PST 2020
ruiu added inline comments.
================
Comment at: lld/ELF/Options.td:225
+ HelpText<"(PowerPC64) Don't error on b/bl not followed by nop, if the target is "
+ "defined in the same file. This is for compatibility with GCC<5.4 and GCC<6.4">;
+
----------------
ruiu wrote:
> Does this mean "GCC 5.4 or earlier AND GCC 6.4 or earlier"? Did you mean GCC 5.4 to 6.4?
I"m confused. Doesn't "GCC 5.4 or earlier AND GCC 6.4 or earlier" just mean "GCC 5.4 or earlier"?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72183/new/
https://reviews.llvm.org/D72183
More information about the llvm-commits
mailing list