summaryrefslogtreecommitdiff
path: root/libc/cmake
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2023-03-16 12:41:28 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2023-03-16 12:41:52 -0500
commit06c86025268c41e9418fd3df4e9b7427706d9e22 (patch)
tree8710d584c3c7eb1f7805f0907e4471a66180c370 /libc/cmake
parente0df9431d7f64068ac3dd77bfe1ee797789c9e34 (diff)
downloadllvm-06c86025268c41e9418fd3df4e9b7427706d9e22.tar.gz
[libc] Remove unused startup source file
Summary: This was not removed from the previous patch. Fix that.
Diffstat (limited to 'libc/cmake')
-rw-r--r--libc/cmake/modules/LLVMLibCTestRules.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/cmake/modules/LLVMLibCTestRules.cmake b/libc/cmake/modules/LLVMLibCTestRules.cmake
index 19a0c3bd03b6..bf862b743c8a 100644
--- a/libc/cmake/modules/LLVMLibCTestRules.cmake
+++ b/libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -497,8 +497,7 @@ function(add_integration_test test_name)
target_compile_options(${fq_build_target_name}
PRIVATE -fpie -ffreestanding ${INTEGRATION_TEST_COMPILE_OPTIONS})
target_link_options(${fq_build_target_name} PRIVATE -nostdlib -static)
- target_link_libraries(${fq_build_target_name}
- ${INTEGRATION_TEST_STARTUP} ${fq_target_name}.__libc__
+ target_link_libraries(${fq_build_target_name} ${fq_target_name}.__libc__
libc.test.IntegrationTest.test)
add_dependencies(${fq_build_target_name}
libc.test.IntegrationTest.test