jacobly0 / llvm-project

This fork of the canonical git mirror of the LLVM subversion repository adds (e)Z80 targets. Please refer to the wiki for important build instructions.
https://github.com/jacobly0/llvm-project/wiki
123 stars 15 forks source link

fatal error: error in backend: unable to translate instruction: call (in function: main) #11

Closed beckadamtheinventor closed 4 years ago

beckadamtheinventor commented 4 years ago

ez80-clang: error: clang frontend command failed with exit code 70 (use -v to see invocation) clang version 11.0.0 (https://github.com/jacobly0/llvm-project 12e4fac081cd4f76ba0a9b23fdf9bab5c1bf2155)

main-0520a8.c.txt main-0520a8.sh.txt

jacobly0 commented 4 years ago

Yes, inline asm is not implemented yet.

acagliano commented 4 years ago

This is no inline asm in this program. https://github.com/acagliano/titrek-calc

jacobly0 commented 4 years ago

This is this.

acagliano commented 4 years ago

Ah. Didn't realize that. I'm still building with the zds toolchain, so... :p

jacobly0 commented 4 years ago

I implemented inline asm at some point.