C#C
C#3y ago
Theos

❔ LLVMSharp create signed and unsigned constants.

Hey, I'm trying to create a constant using this function
LLVMValueRef.CreateConstIntOfString(LLVMTypeRef.Int64, "195894", 10);

How can I specify the LLVMTypeRef to be signed or unsigned?
Should I use a different function?
Was this page helpful?