[all-commits] [llvm/llvm-project] a9f829: [nfc][tsan] Move out `morder` params from __VA_ARG...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Nov 4 21:05:18 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9f829a3d7556593e0814080c8e33eca09e3a51e
      https://github.com/llvm/llvm-project/commit/a9f829a3d7556593e0814080c8e33eca09e3a51e
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2024-11-04 (Mon, 04 Nov 2024)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp

  Log Message:
  -----------
  [nfc][tsan] Move out `morder` params from __VA_ARGS__ (#114916)

In #114724 I'd like to cast from int to enum, but
existing code `mo = convert_morder(mo)` does not
allow that.



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