[PATCH] D41644: Rename --icf-data and add a corresponding flag for functions

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 13:40:07 PST 2018


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

LGTM



================
Comment at: ELF/Options.td:149
+def ignore_function_address_equality: F<"ignore-function-address-equality">,
+  HelpText<"LLD can break the address equality of functions">;
+
----------------
LLD -> lld


https://reviews.llvm.org/D41644





More information about the llvm-commits mailing list