-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Hello, I have some questions about homework 7.
- Is id number important in grading? When I run
./typechecker test/example1.ll, all results seems to be same withtest/example1.expectedexcept for id numbers (ex: ID XX). For that reason, when I run a test script, it fails. I guess it depends on how we add constraints to solver, and it may vary. - Is a function pointer type not a scope of homework 7? When I tried to give a type to
%fp = alloca void (i32)*, align 8, it throws an exception(with message"unsupported type") intype_of_lltype.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels