[libc] Disable use of inlined builtins for tests
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 28 Jun 2022 10:17:18 +0000 (10:17 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 28 Jun 2022 10:17:46 +0000 (10:17 +0000)
libc/test/src/string/memory_utils/algorithm_test.cpp

index e4fd3e3712ccde3e953ee877d6b6a923ceea77ae..3c6303a64ec3b9e868d6824e84c12822eacf99b4 100644 (file)
@@ -1,5 +1,5 @@
-
 #define LLVM_LIBC_USE_BUILTIN_MEMCPY_INLINE 0
+#define LLVM_LIBC_USE_BUILTIN_MEMSET_INLINE 0
 
 #include "utils/UnitTest/Test.h"
 #include <src/__support/CPP/Array.h>
@@ -168,6 +168,7 @@ LdU<8> b[8]
 StU<8> a[8]
 )"));
 }
+
 ///////////////////////////////////////////////////////////////////////////////
 // Move