Skip to content

Commit 7e3b642

Browse files
SijaRX14
authored andcommittedSep 29, 2017
Add LibLLVM::IS_50 constant (#5058)
1 parent 8c5fb21 commit 7e3b642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎src/llvm/lib_llvm.cr

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ end
2929

3030
{% begin %}
3131
lib LibLLVM
32+
IS_50 = {{LibLLVM::VERSION.starts_with?("5.0")}}
3233
IS_40 = {{LibLLVM::VERSION.starts_with?("4.0")}}
3334
IS_39 = {{LibLLVM::VERSION.starts_with?("3.9")}}
3435
IS_38 = {{LibLLVM::VERSION.starts_with?("3.8")}}

0 commit comments

Comments
 (0)
Please sign in to comment.