Some configurations flags are always the same. We can just remove them to make the code a bit cleaner.
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG18a8bfa29707: [libc++][PSTL] Remove configurations flags
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/include/__pstl/internal/pstl_config.h | ||
---|---|---|
35–45 | If those are supported by Clang/GCC, let's keep these annotations. | |
57–58 | Let's also check if those are supported. Basically, we should strive to retain as much semantic annotations as we can -- there's no good reason to remove them unless they are not supported by the compiler or they're wrong (but right now we must assume that everything in the original PSTL is correct unless proven otherwise). |
If those are supported by Clang/GCC, let's keep these annotations.