Unverified Commit 4bf9fa5f authored by Mark de Wever's avatar Mark de Wever Committed by GitHub
Browse files

[libc++][modules] Guard missing header validation on Windows. (#80478)

On Windows the libc++ test suite sees the MSVC STL headers and may
conclude these are libc++ headers when inspecting the name. Modules
guard against forgetting to export new headers. Finding MSVC STL's
headers gives false positives. Since the CI tests non-Windows platforms
too, the validation will be disabled on Windows.

Fixes: https://github.com/llvm/llvm-project/issues/79010



---------

Co-authored-by: default avatarLouis Dionne <ldionne.2@gmail.com>
parent 6d139614
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment