[all-commits] [llvm/llvm-project] ce3bad: [libc] Fix call to clock_gettime (#65166)

Mikhail R. Gadelha via All-commits all-commits at lists.llvm.org
Wed Sep 6 11:26:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce3bade0cfc8e44e49c74e2f99fd13587ff79701
      https://github.com/llvm/llvm-project/commit/ce3bade0cfc8e44e49c74e2f99fd13587ff79701
  Author: Mikhail R. Gadelha <mikhail at igalia.com>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    M libc/test/src/time/clock_gettime_test.cpp

  Log Message:
  -----------
  [libc] Fix call to clock_gettime (#65166)

The calls were missing the __llvm_libc:: namespace, which can allow the
test case to be linked to glibc's clock_gettime.




More information about the All-commits mailing list