[all-commits] [llvm/llvm-project] a527c6: [orc-rt] Statically check logging category/level n...

Lang Hames via All-commits all-commits at lists.llvm.org
Mon Jul 13 21:44:29 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a527c6f0bc9644cf8b13a9fb5a43e81257bedba6
      https://github.com/llvm/llvm-project/commit/a527c6f0bc9644cf8b13a9fb5a43e81257bedba6
  Author: Lang Hames <lhames at gmail.com>
  Date:   2026-07-14 (Tue, 14 Jul 2026)

  Changed paths:
    M orc-rt/lib/executor/Logging.cpp

  Log Message:
  -----------
  [orc-rt] Statically check logging category/level name array sizes. (#209372)

Add static_asserts to trigger compilation failure if the sizes of these
arrays don't match their respective enum/macro value ranges.



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