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 committed May 16, 2023
1 parent c245179 commit 5e4e106
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 5e4e106

Please sign in to comment.