[all-commits] [llvm/llvm-project] 074308: [orc-rt] Support multiple copies of OpCounter unit...

Lang Hames via All-commits all-commits at lists.llvm.org
Sat Oct 4 18:04:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 074308c64ba10a3346c65deda67501e7bfc58eaa
      https://github.com/llvm/llvm-project/commit/074308c64ba10a3346c65deda67501e7bfc58eaa
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-10-05 (Sun, 05 Oct 2025)

  Changed paths:
    M orc-rt/unittests/CMakeLists.txt
    R orc-rt/unittests/CommonTestUtils.cpp
    M orc-rt/unittests/CommonTestUtils.h
    M orc-rt/unittests/bind-test.cpp

  Log Message:
  -----------
  [orc-rt] Support multiple copies of OpCounter unittest utility. (#161985)

This commit templatizes OpCounter with a size_t argument, allowing
multiple copies of OpCounter to be easily created. This functionality
will be used in upcoming unit tests that need to count operations on
several types at once.



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