sbuberl / px

A programming language
MIT License
4 stars 1 forks source link

Remove LLVM? #40

Closed sbuberl closed 5 years ago

sbuberl commented 5 years ago

LLVM has been a thorn in my side the day I added it. As a Windows User developing on Visual Studio, I tried many times over the years to build LLVM on it and use it for this project. Either LLVM didn't build or missing include files or whatever else. I switched to Clion and WSL and Ubuntu VM just so I could use LLVM in my project.

LLVM is very complicated system and having troubling coding for it and debugging it when it crashes. Only reason I started the C Compiler was because LLLM was crashing building a object file so I reverted the object file code and starting developing the C compiler at the same time.

At this point, not sure I went to continue supporting LLVM especially by myself

sbuberl commented 5 years ago

LLVM is gone now