aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPetr Hosek <phosek@google.com>2023-07-07 21:24:09 +0000
committerPetr Hosek <phosek@google.com>2023-07-07 21:25:23 +0000
commit9654bc3960c460bd9d8b06cfa4cfe0e52c6582bd (patch)
tree11977b1501469011698bb8d4ae92562ad2586e0b /libc
parentb83e29027c15c1f315c3e3a40f8705d699a42e35 (diff)
downloadllvm-9654bc3960c460bd9d8b06cfa4cfe0e52c6582bd.zip
llvm-9654bc3960c460bd9d8b06cfa4cfe0e52c6582bd.tar.gz
llvm-9654bc3960c460bd9d8b06cfa4cfe0e52c6582bd.tar.bz2
Revert "[libc] Set include directories for the str_to_float test"
This reverts commit 147c0640a3faae5e382c0d319c15112c92e06098 since it broke GPU builds.
Diffstat (limited to 'libc')
-rw-r--r--libc/test/src/__support/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/test/src/__support/CMakeLists.txt b/libc/test/src/__support/CMakeLists.txt
index c5de8f5..5eabf93 100644
--- a/libc/test/src/__support/CMakeLists.txt
+++ b/libc/test/src/__support/CMakeLists.txt
@@ -105,12 +105,6 @@ add_executable(
str_to_float_comparison_test.cpp
)
-target_include_directories(
- libc_str_to_float_comparison_test
- PRIVATE
- ${LIBC_INCLUDE_DIR}
-)
-
target_link_libraries(libc_str_to_float_comparison_test
PRIVATE
"${LIBC_TARGET}"