[cfe-dev] Help with libTooling

Csaba Raduly via cfe-dev cfe-dev at lists.llvm.org
Tue Apr 26 00:57:44 PDT 2016


On Sun, Apr 24, 2016 at 3:10 PM, Russell Wallace via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
>
> How did you get LLVM to build with MinGW? I get an error message when I try cmake -G "MinGW Makefiles"
>

"cmake --help" will list all available generators. You might need to use

cmake -G "Unix Makefiles"

even on MinGW


Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds



More information about the cfe-dev mailing list