Details
Details
- Reviewers
philnik - Group Reviewers
Restricted Project - Commits
- rG3e14076c76d5: [libcxx] <experimental/simd> Removed original implementations and tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
You have to remove libcxx/include/experimental/simd from ignore_format.txt to fix the CI.
Comment Actions
Never. We want to enforce the formatting. BTW you can use ninja libcxx-generate-files to update the generated files.
libcxx/include/experimental/simd | ||
---|---|---|
653 | You have to keep this include to make the CI happy. Then you don't have to change anything in generate_header_tests.py (or the generated tests). |
Comment Actions
We're transitioning to GitHub and I think we should have enough time to git this at least as far as it has been, so let's land this and continue reviews on GitHub.
You have to keep this include to make the CI happy. Then you don't have to change anything in generate_header_tests.py (or the generated tests).