Because _Float16 was disabled for X86 targets the unit-tests started failing.
Extract the pieces for _Float16 and run theses tests under AArch64.
Details
Details
- Reviewers
aaron.ballman erichkeane lebedev.ri - Commits
- rGd1ba949f23d9: Merging r352231: Redirecting to URL 'https://llvm.org/svn/llvm-project/clang…
rG09197fac59f1: [clang-tidy] fix unit tests for dropped _Float16 support in X86
rL352368: Merging r352231:
rCTE352231: [clang-tidy] fix unit tests for dropped _Float16 support in X86
rL352231: [clang-tidy] fix unit tests for dropped _Float16 support in X86
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/clang-tidy/readability-uppercase-literal-suffix-float16.cpp | ||
---|---|---|
2 ↗ | (On Diff #183576) | Targets can be disabled in cmake |
Comment Actions
- Revert "add REQUIRES: <arch> for the readability unit-tests where necessary" as its not necessary because only the frontend is run