[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
Wed Jun 1 16:45:34 PDT 2022
MatzeB added inline comments.
================
Comment at: llvm/tools/gold/gold-plugin.cpp:966
+ Config.OpaquePointers = options.opaque_pointers;
+
----------------
MaskRay wrote:
> `Conf`?
>
>
Ouch, good catch. Guess we have no form of direct testing of the gold plugin in LLVM...
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