Skip to content

Commit 8a6cc9f

Browse files
committed
[CAPI] Add alias for LLVMExtraAddCPUFeaturesPass
1 parent b6bca19 commit 8a6cc9f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/codegen-stubs.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,5 @@ JL_DLLEXPORT void LLVMExtraAddRemoveNIPass_fallback(void *PM) UNAVAILABLE
132132
JL_DLLEXPORT void LLVMExtraAddGCInvariantVerifierPass_fallback(void *PM, bool_t Strong) UNAVAILABLE
133133

134134
JL_DLLEXPORT void LLVMExtraAddDemoteFloat16Pass_fallback(void *PM) UNAVAILABLE
135+
136+
JL_DLLEXPORT void LLVMExtraAddCPUFeaturesPass_impl(void *PM) UNAVAILABLE

src/jl_exported_funcs.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,4 +563,5 @@
563563
YY(LLVMExtraAddRemoveNIPass) \
564564
YY(LLVMExtraAddGCInvariantVerifierPass) \
565565
YY(LLVMExtraAddDemoteFloat16Pass) \
566+
YY(LLVMExtraAddCPUFeaturesPass) \
566567

0 commit comments

Comments
 (0)