[all-commits] [llvm/llvm-project] 1b413c: [libc] fix clock_gettime symbols being undefined (...

Schrodinger ZHU Yifan via All-commits all-commits at lists.llvm.org
Thu Nov 21 13:36:41 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b413c8aa41e31f0c1e3ce5b37369f66d6554931
      https://github.com/llvm/llvm-project/commit/1b413c8aa41e31f0c1e3ce5b37369f66d6554931
  Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
  Date:   2024-11-21 (Thu, 21 Nov 2024)

  Changed paths:
    M libc/src/__support/time/linux/CMakeLists.txt
    A libc/src/__support/time/linux/clock_gettime.cpp
    M libc/src/__support/time/linux/clock_gettime.h

  Log Message:
  -----------
  [libc] fix clock_gettime symbols being undefined (#117224)

`clock_gettime` being a header library discards the dependency chain
behind it.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list