Skip to content

Commit 7d6a6e6

Browse files
authored
[libc] Add missing dependency on src.__support.macros.config (#98552)
We automatically inject this dependency into all object libraries that use the libc CMake functions, but `libc_diff_test_utils` uses `add_library` so we need to add this dependency manually.
1 parent 53cc24d commit 7d6a6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/test/src/math/performance_testing/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ add_library(
33
Timer.cpp
44
Timer.h
55
)
6+
add_dependencies(libc_diff_test_utils libc.src.__support.macros.config)
67

78
# A convenience target to build all performance tests.
89
add_custom_target(libc-math-performance-tests)

0 commit comments

Comments
 (0)