C
C#2y 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);
LLVMValueRef.CreateConstIntOfString(LLVMTypeRef.Int64, "195894", 10);
How can I specify the LLVMTypeRef to be signed or unsigned? Should I use a different function?
1 Reply
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?