[llvm-commits] [PATCH] Splitting PACKAGE_VERSION and friends out of config.h

Francois Pichet pichet2000 at gmail.com
Sat Nov 20 07:54:50 PST 2010


On Sat, Nov 20, 2010 at 10:44 AM, Frits van Bommel <fvbommel at gmail.com> wrote:
> On Sat, Nov 20, 2010 at 4:31 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
>> Right. I was thinking on removing that feature altogether. It was
>> implemented on LLVM because clang already had it, but has two serious
>> drawbacks:
>>
>>  1. As you say, too often causes a massive recompilation.

Speaking of massive recompilation, revision 117102 in TableGen,cmake
is causing LLVMX86CodeGen and all its dependencies to always be
recompiled even if nothing has changed at least on MSVC 2008. I
thought that issue was gone but it is still there. I forgot I had
reverted to a previous version.




More information about the llvm-commits mailing list