[PATCH] D61613: [LLD][ELF] Add the -z ifunc-noplt option
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 12 22:24:24 PDT 2019
ruiu added a comment.
I don't have any further comments. Fangrui, are you OK with this change?
================
Comment at: lld/ELF/Driver.cpp:313
+ if (Config->ZText && Config->ZIfuncNoplt)
+ error("-z text and -z ifunc-noplt options may not be combined");
+
----------------
Let's use the same wording as other error messages: "-z text and -z ifunc-noplt may not be used together"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61613/new/
https://reviews.llvm.org/D61613
More information about the llvm-commits
mailing list