Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[asan][windows][tests] support MSVC compiler-id in asan tests (llvm#1…
…09706) This follows up on llvm#108255 to allow actually running the test suite with MSVC. Note, however, that MSVC can't yet build compiler-rt, most tests don't yet pass with msvc, and building and testing with different compilers is ill-supported. Follow ups will fix the first two issues, the third is future work. Note that `/Zi` is removed from the clang-cl command line, but lit as a whole adds `-gcodeview`, so there should still be debug info.
- Loading branch information