Now I can successfully build TinyCC without modifying source code, and compiled a hello world program that can be run on native with TCC running on lind-wasm.
Compiling TCC would be helpful for compiling clang in the future and it seems currently tcc can use latest version on our system. Should I submit the TCC source code as a PR or raise a PR that only has compilation scripts and includes downloading source in it?
Now I can successfully build TinyCC without modifying source code, and compiled a hello world program that can be run on native with TCC running on lind-wasm.
Compiling TCC would be helpful for compiling clang in the future and it seems currently tcc can use latest version on our system. Should I submit the TCC source code as a PR or raise a PR that only has compilation scripts and includes downloading source in it?