They were removed in https://reviews.llvm.org/D120684
I think it was made by mistake...
The code compiles just fine, even with -Weverything: https://gcc.godbolt.org/z/oKjvb8oPx
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Oh, it seems it fails with gcc and libc++ and -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
I use clang-cl and Windows locally so I can't test it locally but now I think the tests were removed intentionally.
Ok.