[all-commits] [llvm/llvm-project] 9730e8: [libc] Fix running the 'nanosleep' test on unsuppo...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Aug 30 19:21:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9730e87e1394642822111bdc3f10dbb505895b3d
      https://github.com/llvm/llvm-project/commit/9730e87e1394642822111bdc3f10dbb505895b3d
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M libc/test/src/time/CMakeLists.txt

  Log Message:
  -----------
  [libc] Fix running the 'nanosleep' test on unsupported architectures

Summary:
This test is only supported on sm_70. We need to explicitly disable it
on `sm_60` which one of the build bots uses.




More information about the All-commits mailing list