Skip to content

How to use LLVMValueRef.CreateConstIntOfString #219

Closed Answered by tannergooding
TrueTheos asked this question in Q&A
Discussion options

You must be logged in to vote

Answered this on Discord.

The consideration is that you're using CreateConstIntOfString with LLVMTypeRef.Double, when that is not an integer type.

You need to use CreateConstRealOfString instead.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tannergooding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants