We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150f6a5 commit 0ca085cCopy full SHA for 0ca085c
libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -272,7 +272,6 @@ function(create_libc_unittest fq_target_name)
272
target_include_directories(${fq_build_target_name} SYSTEM PRIVATE ${LIBC_INCLUDE_DIR})
273
target_include_directories(${fq_build_target_name} PRIVATE ${LIBC_SOURCE_DIR})
274
target_compile_options(${fq_build_target_name} PRIVATE ${compile_options})
275
- target_link_options(${fq_build_target_name} PRIVATE ${compile_options})
276
277
if(NOT LIBC_UNITTEST_CXX_STANDARD)
278
set(LIBC_UNITTEST_CXX_STANDARD ${CMAKE_CXX_STANDARD})
0 commit comments