[all-commits] [llvm/llvm-project] db171f: [libc] Use -nolibc -nostdlib++ -nostartfiles for h...

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue May 2 23:29:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: db171f2fb53a3c10b6fe1a69aad09f4fbdf6ed1c
      https://github.com/llvm/llvm-project/commit/db171f2fb53a3c10b6fe1a69aad09f4fbdf6ed1c
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-05-03 (Wed, 03 May 2023)

  Changed paths:
    M libc/cmake/modules/LLVMLibCTestRules.cmake

  Log Message:
  -----------
  [libc] Use -nolibc -nostdlib++ -nostartfiles for hermetic test link.

We previously used a more stricter -nostdlib option which was also removing
compiler-rt/libgcc.

Reviewed By: jhuber6

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




More information about the All-commits mailing list