[all-commits] [llvm/llvm-project] 1e67e4: [SystemZ][z/OS] z/OS does not support nanosleep, u...

Abhina Sree via All-commits all-commits at lists.llvm.org
Wed Sep 25 05:21:52 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e67e4bbba2a90ecaf5340acef110972413e3e5b
      https://github.com/llvm/llvm-project/commit/1e67e4bbba2a90ecaf5340acef110972413e3e5b
  Author: Abhina Sree <Abhina.Sreeskantharajan at ibm.com>
  Date:   2024-09-25 (Wed, 25 Sep 2024)

  Changed paths:
    M llvm/unittests/Support/TimerTest.cpp

  Log Message:
  -----------
  [SystemZ][z/OS] z/OS does not support nanosleep, use usleep instead (#109823)

Use usleep instead of nanosleep to resolve a build error on z/OS because
there is no support for nanosleep.



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