[compiler-rt] 73bfb65 - [ORC-RT] Remove unused typedef from the C API.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 7 19:56:48 PDT 2024
Author: Lang Hames
Date: 2024-07-08T12:56:38+10:00
New Revision: 73bfb65c5714c6442a00bce866132d28ea609254
URL: https://github.com/llvm/llvm-project/commit/73bfb65c5714c6442a00bce866132d28ea609254
DIFF: https://github.com/llvm/llvm-project/commit/73bfb65c5714c6442a00bce866132d28ea609254.diff
LOG: [ORC-RT] Remove unused typedef from the C API.
Added:
Modified:
compiler-rt/include/orc_rt/c_api.h
Removed:
################################################################################
diff --git a/compiler-rt/include/orc_rt/c_api.h b/compiler-rt/include/orc_rt/c_api.h
index 628c5cd10676a..5585cd6086846 100644
--- a/compiler-rt/include/orc_rt/c_api.h
+++ b/compiler-rt/include/orc_rt/c_api.h
@@ -72,9 +72,6 @@ typedef struct {
size_t Size;
} orc_rt_CWrapperFunctionResult;
-typedef struct orc_rt_CSharedOpaqueJITProcessControl
- *orc_rt_SharedJITProcessControlRef;
-
/**
* Zero-initialize an orc_rt_CWrapperFunctionResult.
*/
More information about the llvm-commits
mailing list