[compiler-rt] [nsan] More unit tests for `float128`. (PR #165248)

Marco Elver via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 28 04:00:19 PDT 2025


melver wrote:

I'm seeing
```
  /home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/lib/nsan/tests/NSanUnitTest.cpp:60:47: error: use of undeclared identifier 'nextafterf128'
     60 | TEST(NSanTest, Float128) { TestFT<__float128, nextafterf128>(); }
        |                                               ^~~~~~~~~~~~~
  1 error generated.
```
Can you revert or fix-forward?
Thanks!

https://github.com/llvm/llvm-project/pull/165248


More information about the llvm-commits mailing list