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
Hi, I believe I've discovered a bug in the Linux target, specifically, there seems to be an issue with how function calls with more than 5 parameters behave. I've attached a minimal reproducible example below:
Hi, I believe I've discovered a bug in the Linux target, specifically, there seems to be an issue with how function calls with more than 5 parameters behave. I've attached a minimal reproducible example below:
When we link the generated object file for
TB_SYSTEM_LINUX
using clang like so:The program partially prints gibberish:
If we were to compile the same IR with
TB_SYSTEM_WINDOWS
, and with the same command, we'd get the following, correct result:The text was updated successfully, but these errors were encountered: