[libc-commits] [libc] 9654bc3 - Revert "[libc] Set include directories for the str_to_float test"

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Fri Jul 7 14:25:29 PDT 2023


Author: Petr Hosek
Date: 2023-07-07T21:25:23Z
New Revision: 9654bc3960c460bd9d8b06cfa4cfe0e52c6582bd

URL: https://github.com/llvm/llvm-project/commit/9654bc3960c460bd9d8b06cfa4cfe0e52c6582bd
DIFF: https://github.com/llvm/llvm-project/commit/9654bc3960c460bd9d8b06cfa4cfe0e52c6582bd.diff

LOG: Revert "[libc] Set include directories for the str_to_float test"

This reverts commit 147c0640a3faae5e382c0d319c15112c92e06098 since
it broke GPU builds.

Added: 
    

Modified: 
    libc/test/src/__support/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/test/src/__support/CMakeLists.txt b/libc/test/src/__support/CMakeLists.txt
index c5de8f532d4eee..5eabf9320ed406 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}"


        


More information about the libc-commits mailing list