| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libcxx][test] Narrow XFAIL for tests that pass with msvc && stdlib=msvc ... but fail with msvc && stdlib=libc++. Differential Review: https://reviews.llvm.org/D118194 | 4 年前 | |
[libcxx] [test] Link against msvcprt as C++ ABI library in tests This matches what we link the library itself against (set in CMakeLists.txt). When testing a static library version of libc++, this is needed for essentially every test due to libc++ object files requiring it. Also with libc++ built as a DLL, some tests directly call functions that are provided by msvcprt (such as std::set_new_handler), thus this fixes a number of tests in that configuration too. Differential Revision: https://reviews.llvm.org/D99263 | 5 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 年前 | ||
| 5 年前 |