This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Add --vfsoverlay flag
ClosedPublic

Authored by abrachet on Jan 15 2023, 3:33 PM.

Details

Summary

This flag implies -ivfsoverlay, and additionally passes the same
argument to the linker if it supports it. At present the only linker
which does is lld-link, so this functionality has only been added to
the MSVC toolchain. Additionally this option has been made a
CoreOption so that clang-cl can use it without -Xclang

Diff Detail

Event Timeline

abrachet created this revision.Jan 15 2023, 3:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2023, 3:33 PM
abrachet requested review of this revision.Jan 15 2023, 3:33 PM
abrachet updated this revision to Diff 489839.Jan 17 2023, 8:36 AM
phosek accepted this revision.Feb 4 2023, 3:20 PM

LGTM

This revision is now accepted and ready to land.Feb 4 2023, 3:20 PM
This revision was landed with ongoing or failed builds.Feb 13 2023, 9:25 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2023, 9:25 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
haowei added a subscriber: haowei.Feb 14 2023, 1:25 PM

I am seeing test failures on pre submit Windows builder after this change was landed: See https://buildkite.com/llvm-project/premerge-checks/builds/135752#01864d34-9024-4c13-9137-88b6f41ec695