Skip to content

Commit 07d7b9c

Browse files
authored
[libc] Fix forward arm32 builtbot (#84794)
Introduced by #83441.
1 parent 501bc10 commit 07d7b9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc/test/src/string/memory_utils/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ add_libc_test(
1212
libc.src.__support.CPP.array
1313
libc.src.__support.CPP.cstddef
1414
libc.src.__support.CPP.span
15+
libc.src.__support.macros.properties.types
1516
libc.src.__support.macros.sanitizer
1617
libc.src.string.memory_utils.memory_utils
1718
UNIT_TEST_ONLY

libc/test/src/string/memory_utils/op_tests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "src/__support/macros/properties/types.h" // LIBC_TYPES_HAS_INT64
1111
#include "src/string/memory_utils/op_aarch64.h"
1212
#include "src/string/memory_utils/op_builtin.h"
13+
#include "src/string/memory_utils/op_generic.h"
1314
#include "src/string/memory_utils/op_riscv.h"
1415
#include "src/string/memory_utils/op_x86.h"
1516
#include "test/UnitTest/Test.h"

0 commit comments

Comments
 (0)