Hi all,
My project is to build a C compiler for specific architecture.
Can I get some guidance on setting up the environment?
For example: exe file for clang and LLVM it’s good enough?
My developing environment is windows 10.
My task it’s to build the LLVM backend stage.
First of all thank you for the quick response.
Now after i finished setting up the environment, i want to use the llvm backend (llc - LLVM static compiler)
in debug mode, mean to run the llvm backend with the GUI of visual studio and using breakpoints.
It’s possible?