[PATCH] D14775: [FunctionAttrs] Provide a mechanism for adding function attributes from the command line

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 11:39:02 PST 2015


mcrosier accepted this revision.
mcrosier added a reviewer: mcrosier.
mcrosier added a comment.
This revision is now accepted and ready to land.

LGTM, with a small nit.


================
Comment at: lib/Transforms/IPO/FunctionAttrs.cpp:61
@@ +60,3 @@
+                         "example -force-add-attribute=foo:noinline. This "
+                         "option can be given multiple times."));
+
----------------
given->specified


Repository:
  rL LLVM

http://reviews.llvm.org/D14775





More information about the llvm-commits mailing list