llvm-project
6b1c6226
- Pass -D_DLL and -D_MT to the linker for tests
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Pass -D_DLL and -D_MT to the linker for tests This is required because now that there's only one asan runtime dll the dynamic/static CRT wholearchived runtime thunk "flavor" is determined by passing the /MD or /MDd options, or defining -D_DLL.
References
#107899 - Reland [asan][windows] Eliminate the static asan runtime on windows
Author
Charlie Barto
Committer
Charlie Barto
Parents
0b749a21
Loading