PerfJITEventListener integration, requires compile flag LLVM_USE_PERF
authorDokFaust <rodia@autistici.org>
Mon, 11 Jun 2018 10:59:42 +0000 (12:59 +0200)
committerRaspbian forward porter <root@raspbian.org>
Thu, 11 Jul 2019 03:08:05 +0000 (04:08 +0100)
commitc7303b0a3be60e27d6b98cf17b93f866ba12634b
treeec83a5862c3ab131563ceb7ccd8be7ad66e8ac0d
parentb6d11161b9441ca7012326b97ef7646733f41764
PerfJITEventListener integration, requires compile flag LLVM_USE_PERF

Gbp-Pq: Topic julia
Gbp-Pq: Name llvm-D44892-Perf-integration.patch
CMakeLists.txt
include/llvm/Config/config.h.cmake
include/llvm/Config/llvm-config.h.cmake
include/llvm/ExecutionEngine/JITEventListener.h
lib/ExecutionEngine/CMakeLists.txt
lib/ExecutionEngine/LLVMBuild.txt
lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt [new file with mode: 0644]
lib/ExecutionEngine/PerfJITEvents/LLVMBuild.txt [new file with mode: 0644]
lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp [new file with mode: 0644]