[PATCH] D117778: [OpaquePtrs] Add -normalize-opaque-pointers option
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 20 13:25:01 PST 2022
dblaikie added a comment.
Could this be done by roundtripping through llvm-dis, rather than by having a builtin feature? (even if it can be done that way, not necessarily suggesting it's the better option - adding extra program executions will slow down tests especially on windows, etc - but curious/considering all the options, etc)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117778/new/
https://reviews.llvm.org/D117778
More information about the llvm-commits
mailing list