[PATCH] D146169: Non-debuginfo JITLink perf jitdump support

Prem Chintalapudi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 19 23:50:59 PDT 2023


pchintalapudi updated this revision to Diff 506477.
pchintalapudi added a comment.

Add license to JITLoaderPerf


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146169/new/

https://reviews.llvm.org/D146169

Files:
  llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp


Index: llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
===================================================================
--- llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
+++ llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
@@ -1,3 +1,15 @@
+//===------- JITLoaderPerf.cpp - Register profiler objects ------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// Register objects for access by profilers via the perf JIT interface.
+//
+//===----------------------------------------------------------------------===//
+
 #include "llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h"
 
 #include "llvm/ExecutionEngine/Orc/PerfSupportPlugin.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146169.506477.patch
Type: text/x-patch
Size: 950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230320/3fcf0cb9/attachment.bin>


More information about the llvm-commits mailing list