This test makes use of subnormal long doubles, which are not implemented in compiler-rt, at least for the aarch64-linux-gnu triple.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/utils/libcxx/test/config.py | ||
---|---|---|
280 | This is already added by Lit IIUC. | |
283 | Not super happy about this for a couple of reasons:
|
libcxx/utils/libcxx/test/config.py | ||
---|---|---|
283 |
Do you mean like compile and run a test program that makes use of subnormal floats and generate a Lit feature based on whether it succeeds? |
libcxx/utils/libcxx/test/config.py | ||
---|---|---|
283 | Yes, this is what I meant. I think it would provide more value because it would be detected automatically instead of being set explicitly by users. The test suite is quite complicated to configure today and I'd like to make it simpler. Detecting this automatically would, I think, help us go towards that. WDYT? |
This is already added by Lit IIUC.