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
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