[libc-commits] [libc] [llvm] [libc] Add bare-metal Hexagon port (PR #217528)

Brian Cain via libc-commits libc-commits at lists.llvm.org
Fri Sep 25 07:24:39 PDT 2026


================
@@ -151,7 +151,7 @@ class DiviFxTest : public LIBC_NAMESPACE::testing::Test {
     }
   }
 
-  void testInvalidNumbers(DiviFxFunc func) {
+  void testInvalidNumbers([[maybe_unused]] DiviFxFunc func) {
----------------
androm3da wrote:

It looks like func should be used unconditionally below?  Only `has_integral` could be different?  Why did this need to change?

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


More information about the libc-commits mailing list