win-llvm
win-llvm copied to clipboard
Not really building x86 binaries?
From looking at the code, I think the things being labeled as x86 binaries are actually x64 binaries; TARGET_CPU doesn't get used for anything but choosing the names of files.
Yes, I believe I just used the original script and just purged some unnecessary stuff and fixed what needed fixing until it worked. I didn't need x86_32 so I didn't fix that.
Do you need it to work?
No thanks; I have my own setup now, but I thought you should know as many people probably, like me, fork this project thinking they're getting something else.