Importing modules in the test suite failed due to linker errors. This
fixes the issue and adds a minimal test to validate importing the std
module works.
Details
Details
- Reviewers
philnik - Group Reviewers
Restricted Project - Commits
- rGd7915c8aa950: [libc++][test] Fixes using modules in the test suite.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/utils/libcxx/test/dsl.py | ||
---|---|---|
460 | verbose output. In the end I hope all this code can become part of CMake. For now it's easier to debug. |
Comment Actions
LGTM with TODOs added.
libcxx/utils/libcxx/test/dsl.py | ||
---|---|---|
461–463 | Please add a TODO to fix this. |
This isn't expected to fail in C++26, right? Could you add a TODO for fixing this?