[LLVMdev] msys/mingw32 llvm-gcc build errors

Anton Korobeynikov anton at korobeynikov.info
Wed Oct 28 02:11:37 PDT 2009


Hello, Charles

>> 2. As for error - try to disable threads during llvm/llvm-gcc builds.
>
> This resolved the build errors for llvm-gcc, however the llvm-gcc.exe,
> llvm-g++.exe, llvm-gcov.exe were not built only the llc.exe, llvm-as.exe ...
> tools  from the llvm build bin directory are in the llvm-gcc install bin
> directory.
Then something is completely broken on your side (misconfiguration?)

> I would like to write an llvm backend and I wasn't sure if it would work
> with the pre-built binaries.
You don't need llvm-gcc for working on new backend. The generated IR
from C source is not target-neutral.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-dev mailing list