[PATCH] D63978: Clang Interface Stubs merger plumbing for Driver

Cyndy Ishida via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 24 08:07:06 PDT 2019


cishida added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:635
+  Flags<[CC1Option]>, Group<Action_Group>,
+  HelpText<"Generate Inteface Stub Files, emit merged text not binary.">;
 def iterface_stub_version_EQ : JoinedOrSeparate<["-"], "interface-stub-version=">, Flags<[CC1Option]>;
----------------
nit: Interface 


================
Comment at: clang/lib/Driver/ToolChains/InterfaceStubs.h:14
+#include "clang/Driver/ToolChain.h"
+#include <set>
+
----------------
is this used anywhere? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63978





More information about the cfe-commits mailing list