Workaround Clang cannot build ifunc with LTO

This is a KI: https://bugs.llvm.org/show_bug.cgi?id=46488

Bug: 203737712
Test: m GLOBAL_THINLTO=true bionic-unit-tests-static
Change-Id: I950a85f9676136299fc994a800d32e20bf12a8dd
diff --git a/tests/Android.bp b/tests/Android.bp
index cbf0a9f..355f396 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -1124,6 +1124,11 @@
 
     static_executable: true,
     stl: "libc++_static",
+    // Clang cannot build ifunc with LTO.
+    // http://b/203737712
+    lto: {
+        never: true,
+    },
 }
 
 // -----------------------------------------------------------------------------