[PATCH] D94627: [PowerPC][PC Rel] Implement option to omit Power10 instructions from stubs
Amy Kwan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 16 14:07:00 PST 2021
amyk added a comment.
Thanks for answering the questions I previously had on this patch.
================
Comment at: lld/ELF/Driver.cpp:763
+// Parses --power10-stubs= flags, to disable or enable Power 10
+// instructions in stubs.
----------------
nit: remove the space after `=` and before `flags`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94627/new/
https://reviews.llvm.org/D94627
More information about the cfe-commits
mailing list