[libc-commits] [PATCH] D145298: [libc] Simplify integration tests by eliminating the artificial sysroot.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Mar 3 22:04:49 PST 2023


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

The test binaries are built like any other executable but with two
additional linker options -static and -nostdlib.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145298

Files:
  libc/cmake/modules/LLVMLibCTestRules.cmake
  libc/startup/linux/aarch64/start.cpp
  libc/startup/linux/x86_64/start.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145298.502350.patch
Type: text/x-patch
Size: 6130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230304/dff684ff/attachment.bin>


More information about the libc-commits mailing list