[PATCH] D58321: [WIP] Support for relative vtables

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 25 21:53:23 PST 2019


rjmccall added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:1250
+  Group<f_Group>, Flags<[CC1Option]>,
+  HelpText<"Use the unstable C++ class ABI for classes with hidden LTO visibility">;
 def flto_jobs_EQ : Joined<["-"], "flto-jobs=">,
----------------
Please make this a `-cc1` option or otherwise mark it clearly experimental.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58321





More information about the cfe-commits mailing list