forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[llvm-lit] copy CRT/STL DLLs into the output directory
It turns out that the STL requires you to place the DLLs into the directory of the executable; else, msvcp140.dll will be taken from C:\Windows\System32 (which is unsupported). This was discovered because of the recent constexpr mutex change; see [microsoft/STL#3824][]. Especially the fuzzer unit tests fail completely with the mutex changes. [microsoft/STL#3824]: microsoft/STL#3824 Differential Revision: https://reviews.llvm.org/D158221
- Loading branch information
1 parent
1e7f592
commit f620022
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters