Why a fork of llvm ? #54
-
Hello, I'm so sorry if I missed the explanation somewhere, but I was wondering why have a specific fork of llvm for the project ? I ask because It looks like that's where the issues coming from when building on linux. Thanks so much ! :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No problem! The fork is simply so a new version doesn't break existing code, but it's really odd, when I was compiling on ubuntu WSL LLVM compiled just fine, it's the actual bootstrap compiler that's not compiling with some gcc specific issues like glvalues... can you send me the LLVM stack trace your getting? |
Beta Was this translation helpful? Give feedback.
No problem! The fork is simply so a new version doesn't break existing code, but it's really odd, when I was compiling on ubuntu WSL LLVM compiled just fine, it's the actual bootstrap compiler that's not compiling with some gcc specific issues like glvalues... can you send me the LLVM stack trace your getting?