[PATCH] D92274: [lld/mac] Add --reproduce option

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 28 19:46:18 PST 2020


thakis added inline comments.


================
Comment at: lld/Common/Reproduce.cpp:61
+      v.push_back(' ');
+    v+= quote(arg.getValue(i));
+  }
----------------
(Turns out neither ELF nor COFF ports have MultiArg<> flags. Covered by the `-platform_version` flag in the test.)


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

https://reviews.llvm.org/D92274



More information about the llvm-commits mailing list