Skip to content

Commit 0e3ae7d

Browse files
committed
Clear lazyBitcodeFiles while resetting context
1 parent 83cbb17 commit 0e3ae7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/wasm/Driver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ void Ctx::reset() {
5959
stubFiles.clear();
6060
sharedFiles.clear();
6161
bitcodeFiles.clear();
62+
lazyBitcodeFiles.clear();
6263
syntheticFunctions.clear();
6364
syntheticGlobals.clear();
6465
syntheticTables.clear();

0 commit comments

Comments
 (0)