[libc-commits] [PATCH] D146040: [libc] Remove dummy archive and file from integration test

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Mar 14 06:16:28 PDT 2023


jhuber6 created this revision.
jhuber6 added reviewers: sivachandra, lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
jhuber6 requested review of this revision.

This doesn't seem to be used anymore after recent changes that removed
the `--sysroot` method for the integration tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146040

Files:
  libc/test/integration/CMakeLists.txt
  libc/test/integration/dummy.cpp


Index: libc/test/integration/CMakeLists.txt
===================================================================
--- libc/test/integration/CMakeLists.txt
+++ libc/test/integration/CMakeLists.txt
@@ -6,16 +6,6 @@
   add_dependencies(libc-integration-tests ${name})
 endfunction()
 
-add_library(
-  libc_integration_test_dummy
-  STATIC
-  dummy.cpp
-)
-set_target_properties(libc_integration_test_dummy
-    PROPERTIES
-      ARCHIVE_OUTPUT_NAME dummy
-      ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
-
 add_subdirectory(startup)
 add_subdirectory(scudo)
 add_subdirectory(src)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146040.505070.patch
Type: text/x-patch
Size: 589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230314/0f2d1ac7/attachment.bin>


More information about the libc-commits mailing list