[all-commits] [llvm/llvm-project] e83c80: [Offload] Split offload unittests into multiple fi...

Ross Brunton via All-commits all-commits at lists.llvm.org
Mon Jun 2 09:48:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e83c80340f4257308f3164c386bf432c17938b61
      https://github.com/llvm/llvm-project/commit/e83c80340f4257308f3164c386bf432c17938b61
  Author: Ross Brunton <ross at codeplay.com>
  Date:   2025-06-02 (Mon, 02 Jun 2025)

  Changed paths:
    M offload/unittests/CMakeLists.txt
    M offload/unittests/OffloadAPI/CMakeLists.txt

  Log Message:
  -----------
  [Offload] Split offload unittests into multiple files (#142418)

Rather than a single `offload.unittests` file, this will produce
`device.unittests`, `event.unittests`, etc.. This should reduce time
spent building tests, and make it easier to manually run a subset of
the tests.

Note that `check-offload-unit` will still run all the tests.



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