Skip to content

Commit 0dc9c84

Browse files
committed
work
1 parent b2b2780 commit 0dc9c84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/passes/Inlining.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,9 @@ struct Inlining : public Pass {
12621262
// FIXME DWARF updating does not handle local changes yet.
12631263
bool invalidatesDWARF() override { return true; }
12641264

1265+
// We do this only where we inline, inside updateAfterInlining().
1266+
bool requiresNonNullableLocalFixups() override { return false; }
1267+
12651268
// whether to optimize where we inline
12661269
bool optimize = false;
12671270

0 commit comments

Comments
 (0)