Skip to content

Commit 07e5bd3

Browse files
authored
Merge pull request #43391 from JuliaLang/vc/export_cpufeat
[CAPI] Add alias for LLVMExtraAddCPUFeaturesPass
2 parents 5d41a76 + 8a6cc9f commit 07e5bd3

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)