Skip to content

Commit

Permalink
Fix the bad merge 047d1e8
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqingluo-90 committed Jan 9, 2025
1 parent 047d1e8 commit 40dde0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/CodeGen/CodeGenAction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ void CodeGenAction::ExecuteAction() {
BackendConsumer Result(CI, BA, &CI.getVirtualFileSystem(), CI.getCASOpts(),
*VMContext,
std::move(LinkModules), "", nullptr, nullptr,
TheModule.get(), nullptr);
nullptr, TheModule.get());

// Link in each pending link module.
if (!CodeGenOpts.LinkBitcodePostopt && Result.LinkInModules(&*TheModule))
Expand Down

0 comments on commit 40dde0d

Please sign in to comment.