Skip to content

Commit 55eb741

Browse files
committed
Fix build failure due to race between two PRs.
The first of the following commits did some renames that result in the second to fail, but they were both in CI being tested simultaneously, passed, and were merged. 12a774a 93af58d
1 parent 9fbd809 commit 55eb741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/GenMeta.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3233,7 +3233,7 @@ namespace {
32333233

32343234
// Otherwise, we know the offset at compile time, even if our
32353235
// clients do not, so just emit a constant.
3236-
auto &layout = IGM.getMetadataLayout(theClass);
3236+
auto &layout = IGM.getClassMetadataLayout(theClass);
32373237

32383238
auto value = layout.getStartOfImmediateMembers();
32393239
auto *init = llvm::ConstantInt::get(IGM.SizeTy, value.getValue());

0 commit comments

Comments
 (0)