[PATCH] D102374: [clang][Fuchsia] Turn on relative-vtables by default for Fuchsia

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 12 23:17:31 PDT 2021


phosek added inline comments.


================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:3293
+static bool SupportsRelativeCXXVTables(const llvm::Triple &T) {
+  return T.isOSFuchsia();
+}
----------------
Could we instead enable it inside `FuchsiaCXXABI`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102374



More information about the cfe-commits mailing list