Skip to content

Commit

Permalink
Merge pull request #43391 from JuliaLang/vc/export_cpufeat
Browse files Browse the repository at this point in the history
[CAPI] Add alias for LLVMExtraAddCPUFeaturesPass
  • Loading branch information
vchuravy authored Dec 10, 2021
2 parents 5d41a76 + 8a6cc9f commit 07e5bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/codegen-stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,5 @@ JL_DLLEXPORT void LLVMExtraAddRemoveNIPass_fallback(void *PM) UNAVAILABLE
JL_DLLEXPORT void LLVMExtraAddGCInvariantVerifierPass_fallback(void *PM, bool_t Strong) UNAVAILABLE

JL_DLLEXPORT void LLVMExtraAddDemoteFloat16Pass_fallback(void *PM) UNAVAILABLE

JL_DLLEXPORT void LLVMExtraAddCPUFeaturesPass_impl(void *PM) UNAVAILABLE
1 change: 1 addition & 0 deletions src/jl_exported_funcs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -563,4 +563,5 @@
YY(LLVMExtraAddRemoveNIPass) \
YY(LLVMExtraAddGCInvariantVerifierPass) \
YY(LLVMExtraAddDemoteFloat16Pass) \
YY(LLVMExtraAddCPUFeaturesPass) \

0 comments on commit 07e5bd3

Please sign in to comment.