[PATCH] D53446: Set MAttrs in LTO mode

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 12:00:36 PDT 2018


ruiu added inline comments.


================
Comment at: Common/TargetOptionsCommandFlags.cpp:38
+  std::vector<std::string> Attrs;
+  for (std::string &Attr : MAttrs)
+    Attrs.push_back(Attr);
----------------
yinma wrote:
> ruiu wrote:
> > Where is this `MAttrs` defined?
> Those can be set by commend line options
But I can't find that code in this patch. Is that is another patch?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D53446





More information about the llvm-commits mailing list