Skip to content

Commit

Permalink
Enable OpaquePointers on LLVM 15
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored and maleadt committed Oct 25, 2023
1 parent 3493473 commit 7e89102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#error Only LLVM versions >= 14.0.0 are supported by Julia
#endif

#if JL_LLVM_VERSION >= 160000
#if JL_LLVM_VERSION >= 150000
#define JL_LLVM_OPAQUE_POINTERS 1
#endif

Expand Down

0 comments on commit 7e89102

Please sign in to comment.