[PATCH] D125847: LTO: Decide upfront whether to use opaque/non-opaque pointer types

Matthias Braun via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 26 12:03:34 PDT 2022


MatzeB marked an inline comment as done.
MatzeB added inline comments.


================
Comment at: lld/ELF/Options.td:311
+  "Use opaque pointers in IR used during LTO",
+  "Use typed pointers in IR used during LTO (default)">;
+
----------------
nikic wrote:
> `(default)` here is outdated.
> 
> Possibly this option should be `lto_opaque_pointers`? That seems to be the convention for other related options.
👍


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125847



More information about the cfe-commits mailing list