[all-commits] [llvm/llvm-project] 2389f0: [libc] Add missing threads dependency to AArch64 s...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Mar 16 06:01:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2389f000197340aaf9d31fea4f73bc5f271bc320
      https://github.com/llvm/llvm-project/commit/2389f000197340aaf9d31fea4f73bc5f271bc320
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M libc/startup/linux/aarch64/CMakeLists.txt

  Log Message:
  -----------
  [libc] Add missing threads dependency to AArch64 startup implementation

Summary:
The changes in D146184 made the integration tests use the inhereted
dependencies from the startup code like a normal target. For the AArch64
target this resulted in the threads depenency not being pulled in
because it was not present in the original code.




More information about the All-commits mailing list