[PATCH] D78923: [LLD] [COFF] Add options for disabling auto import and runtime pseudo relocs

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 14:42:54 PDT 2020


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

Looks good.

In D78923#2024678 <https://reviews.llvm.org/D78923#2024678>, @mstorsjo wrote:

> Split out the support for these options in .drectve to a later patch, to get that discussed separately/explicitly.


Got it, I'll go look at that there. That could be interesting.



================
Comment at: lld/COFF/Options.td:21
+// options.
+multiclass B_priv<string name> {
+  def "" : F<name>;
----------------
👍


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78923/new/

https://reviews.llvm.org/D78923





More information about the llvm-commits mailing list