[PATCH] D141134: [NFC] Only expose getXXXSize functions in TypeSize
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 07:51:17 PST 2023
gchatelet added a comment.
In D141134#4031635 <https://reviews.llvm.org/D141134#4031635>, @foad wrote:
> This caused a build failure in clang: `lib/CodeGen/CGDecl.cpp:1344:46: error: 'getFixedValue' is a private member of 'llvm::TypeSize'`
Yep just noticed as well, thx for the heads up @foad.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141134/new/
https://reviews.llvm.org/D141134
More information about the llvm-commits
mailing list