[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 07:30:33 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG022f2fa3ad2f: [libc] Remove dummy archive and file from integration test (authored by jhuber6).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146040/new/

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.505087.patch
Type: text/x-patch
Size: 589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230314/15face6d/attachment.bin>


More information about the libc-commits mailing list