This revision was automatically updated to reflect the committed changes.
Closed by commit rC359257: lib/Header: Fix Visual Studio builds (authored by
tstellar, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D61054?vs=196373&id=196771#toc
Repository:
rC Clang
CHANGES SINC
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
LGTM
This would break if someone does a debug and release build simultaneously, the
copies occur simultaneously and the filesystem gets unhappy, That seems fairly
contrived though, and this
tstellar created this revision.
tstellar added reviewers: smeenai, vzakhari, phosek.
Herald added a subscriber: mgorny.
Herald added a project: clang.
This is a follow up to r355253, which inadvertently broke Visual
Studio builds by trying to copy files from CMAKE_CFG_INTDIR.
See https://reviews.