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
I am making a toy language with llvm as the backend. I was wondering if I can use Cosmopolitan to create universal binaries?
Perhaps by using Cosmo to link the generated *.o files?
Right now my plan is to generate LLVM IR into *.ll files, which can then be linked by llc.
or would I be able to generate APPE binaries only if I compile to c?
Sorry, if my question is a bit vague-ish. I am still new to the world of compiler dev & executable formats.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am making a toy language with llvm as the backend. I was wondering if I can use Cosmopolitan to create universal binaries?
Perhaps by using Cosmo to link the generated *.o files?
Right now my plan is to generate LLVM IR into *.ll files, which can then be linked by llc.
or would I be able to generate APPE binaries only if I compile to c?
Sorry, if my question is a bit vague-ish. I am still new to the world of compiler dev & executable formats.
Beta Was this translation helpful? Give feedback.
All reactions