[all-commits] [llvm/llvm-project] a7d869: [libc] Simplify integration tests by eliminating t...

Siva Chandra via All-commits all-commits at lists.llvm.org
Sun Mar 5 23:38:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7d869aabbb34e0148d0f18cf18a6ab8a0213873
      https://github.com/llvm/llvm-project/commit/a7d869aabbb34e0148d0f18cf18a6ab8a0213873
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
    M libc/cmake/modules/LLVMLibCTestRules.cmake
    M libc/startup/linux/aarch64/start.cpp
    M libc/startup/linux/x86_64/start.cpp

  Log Message:
  -----------
  [libc] Simplify integration tests by eliminating the artificial sysroot.

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

Reviewed By: jhuber6

Differential Revision: https://reviews.llvm.org/D145298




More information about the All-commits mailing list