Replies: 3 comments
-
Even if I wrote types like " [|Llvm.i64_type llctx; Llvm.i64_type llctx; Llvm.i64_type llctx|] " the result was same... |
Beta Was this translation helpful? Give feedback.
0 replies
-
int is 32 bits, not 64 |
Beta Was this translation helpful? Give feedback.
0 replies
-
thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I declared dbz_sanitizer function, I wrote the type of arguments like this " [|int;int;int|] " because the type of line and column number from the debug_location is " int ".
After "make", I got an error message like this.
Error: This expression has type int but an expression was expected of type
Llvm.llvalue
How can I assign proper types to them ? I want to know how to deal with such types in HW3.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions