arkamnite / llvm-project

Fork of LLVM 15 to enable support for the Game Boy target which is developed here.
http://llvm.org
2 stars 0 forks source link

(bug): Non-determinate assembly generation #19

Closed arkamnite closed 1 year ago

arkamnite commented 1 year ago

Non-determinate assembly generation

Occasionally, depending on how many times you run the build tools, the assembly produced will change and contain out instructions. Additionally, consequent re-runs will cause a segmentation fault. Building does not work using clang.

arkamnite commented 1 year ago

Problem has been solved with proper implementation of prologue and epilogue insertion.