I’ve followed the clang and llvm project for quite some time, but have never done anything with it. Today I attempted to use cmake and visual studio 2010. Cmake ended with an error indicating that there was a new file and that the CMakeList.txt should be updated. I did that and cmake finished correctly, so here is the patch file of what I did.
BTW the code was at revision 127355
Joshua Schmiedlin
Firmware Engineer
Harris RF Communications
cmakelistPatch.patch (370 Bytes)
"Schmiedlin, Joshua" <jschmi10@harris.com>
writes:
I've followed the clang and llvm project for quite some time, but have
never done anything with it. Today I attempted to use cmake and visual
studio 2010. Cmake ended with an error indicating that there was a new
file and that the CMakeList.txt should be updated. I did that and cmake
finished correctly, so here is the patch file of what I did.
Thanks for the patch, although someone already fixed the problem. Please
keep contributing patches and/or bug reports if the build breaks again
for you.