You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for stopping by and for submitting this. Apologies for the delay, I was away for a while.
As @YuhengHuang42 points out (thank you!), #20 deals already provides a solution. Please also note that there's a dedicated note in README.md:
Note that for these macros to work you need a debug build of LLVM (i.e. opt) and llvm-tutor (i.e. use -DCMAKE_BUILD_TYPE=Debug instead of -DCMAKE_BUILD_TYPE=Release).
I will close this as I think this is now re-solved. Please re-open if you are still stuck!
When I tried
It gives
But both
and
generate the exactly same output files when comparing them by
diff out1.ll out2.ll
. I have no idea what goes wrong here.The text was updated successfully, but these errors were encountered: