[PATCH] D125847: LTO: Enable opaque pointers by default.
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 20:49:46 PDT 2022
MatzeB added a comment.
I am not completely sure however how to deal with users specifying `-Xclang -no-opaque-pointers` explicitly ending up with opaque-pointers anyway when using LTO...
Though without this change we have a some breakage here from builds mixing rust and clang produced bitcode.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125847/new/
https://reviews.llvm.org/D125847
More information about the llvm-commits
mailing list