[PATCH] D95253: [clang][Fuchsia] Add relative-vtables + asan multilibs

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 25 14:43:14 PST 2021


phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/lib/Driver/ToolChains/Fuchsia.cpp:220
                           .flag("+fno-exceptions"));
+  Multilibs.push_back(Multilib("relative-vtables+asan", {}, {}, 6)
+                          .flag("+fexperimental-relative-c++-abi-vtables")
----------------
Could you leave a `TODO` to remove this once relative vtables are the default for Fuchsia?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95253



More information about the cfe-commits mailing list