[all-commits] [llvm/llvm-project] 114f3e: Fix a build failure with perf: Add a missing inclu...

Sylvestre Ledru via All-commits all-commits at lists.llvm.org
Sat Nov 16 05:44:17 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 114f3e5b08afe9a9034d1a09aa9a880afeed9091
      https://github.com/llvm/llvm-project/commit/114f3e5b08afe9a9034d1a09aa9a880afeed9091
  Author: Sylvestre Ledru <sylvestre at debian.org>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  Fix a build failure with perf: Add a missing include to llvm/Support/ManagedStatic.h

It was failing with
PerfJITEventListener.cpp:489:7: error: 'ManagedStatic' in namespace 'llvm' does not name a template type
 llvm::ManagedStatic<PerfJITEventListener> PerfListener;




More information about the All-commits mailing list