Skip to content

Commit

Permalink
Fix erroneous TBR option setting
Browse files Browse the repository at this point in the history
  • Loading branch information
vaithak committed Mar 18, 2024
1 parent d2df900 commit 20f39a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/ClangPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,6 @@ namespace clad {
Sema::LocalEagerInstantiationScope LocalInstantiations(S);

for (DiffRequest& request : m_DiffSchedule) {
// FIXME: flags have to be set manually since DiffCollector's
// constructor does not have access to m_DO.
request.EnableTBRAnalysis = m_DO.EnableTBRAnalysis;
ProcessDiffRequest(request);
}
// Put the TUScope in a consistent state after clad is done.
Expand Down

0 comments on commit 20f39a2

Please sign in to comment.