[PATCH] D53999: Fix typo in LLVMCreateOprofileJITEventListener
Brenton Bostick via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 1 14:31:39 PDT 2018
brenton created this revision.
brenton added a reviewer: anarazel.
Herald added a reviewer: deadalnix.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D53999
Files:
include/llvm-c/ExecutionEngine.h
Index: include/llvm-c/ExecutionEngine.h
===================================================================
--- include/llvm-c/ExecutionEngine.h
+++ include/llvm-c/ExecutionEngine.h
@@ -186,7 +186,7 @@
LLVMJITEventListenerRef LLVMCreateGDBRegistrationListener(void);
LLVMJITEventListenerRef LLVMCreateIntelJITEventListener(void);
-LLVMJITEventListenerRef LLVMCreateOprofileJITEventListener(void);
+LLVMJITEventListenerRef LLVMCreateOProfileJITEventListener(void);
LLVMJITEventListenerRef LLVMCreatePerfJITEventListener(void);
/**
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53999.172237.patch
Type: text/x-patch
Size: 538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181101/852b968f/attachment.bin>
More information about the llvm-commits
mailing list