[all-commits] [llvm/llvm-project] 198a25: [llvm][perf] fix a compiler warning when compile L...

PeimingLiu via All-commits all-commits at lists.llvm.org
Fri Dec 9 21:53:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 198a253715fbab8d883ca148e00145e3b487c2ea
      https://github.com/llvm/llvm-project/commit/198a253715fbab8d883ca148e00145e3b487c2ea
  Author: Peiming Liu <peiming at google.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp

  Log Message:
  -----------
  [llvm][perf] fix a compiler warning when compile LLVM with LLVM_USE_PERF.

To fix "PerfJITEventListener.cpp:208:32: warning: missing field 'Version' initializer [-Wmissing-field-initializers]"

Reviewed By: ezhulenev

Differential Revision: https://reviews.llvm.org/D139754




More information about the All-commits mailing list