Skip to content

Commit

Permalink
Merge 5e4e106 into c245179
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored May 16, 2023
2 parents c245179 + 5e4e106 commit 3868ae0
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 3868ae0

Please sign in to comment.