[libc-commits] [PATCH] D146237: [libc] Remove startup option from integration tests

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 16 09:53:20 PDT 2023


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

This generalizes handling of the integration tests. We now implicitly
depend on the `libc.startup.${LIBC_TARGET_OS}.crt1` file rather than
passing it in manually. This simplifies the interface.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146237

Files:
  libc/cmake/modules/LLVMLibCTestRules.cmake
  libc/test/integration/src/__support/threads/CMakeLists.txt
  libc/test/integration/src/pthread/CMakeLists.txt
  libc/test/integration/src/spawn/CMakeLists.txt
  libc/test/integration/src/stdio/CMakeLists.txt
  libc/test/integration/src/stdlib/CMakeLists.txt
  libc/test/integration/src/threads/CMakeLists.txt
  libc/test/integration/src/unistd/CMakeLists.txt
  libc/test/integration/startup/linux/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146237.505851.patch
Type: text/x-patch
Size: 9367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230316/ff22465b/attachment.bin>


More information about the libc-commits mailing list