This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] Respect VFS overlays in canonical preprocessing mode
ClosedPublic

Authored by jansvoboda11 on Oct 6 2022, 5:06 PM.

Details

Summary

The -ivfsoverlay flag was only being respected when the scanner was instructed to minimize the inputs. This patch respects that flag even in canonical preprocessing mode.

Depends on D135414.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Oct 6 2022, 5:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2022, 5:06 PM
Herald added a subscriber: ributzka. · View Herald Transcript
jansvoboda11 requested review of this revision.Oct 6 2022, 5:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2022, 5:06 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Add forgotten hunk.

Bigcheese accepted this revision.Oct 11 2022, 2:24 PM

Ah, I hit the same thing recently, thanks.

lgtm.

This revision is now accepted and ready to land.Oct 11 2022, 2:24 PM