[llvm-commits] [llvm] r134641 - in /llvm/trunk: lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h lib/Target/X86/X86.td lib/Target/X86/X86Subtarget.cpp lib/Target/X86/X86Subtarget.h lib/Target/X86/X86Ta

Óscar Fuentes ofv at wanadoo.es
Thu Jul 7 17:01:45 PDT 2011


Chandler Carruth <chandlerc at google.com>
writes:

> Should be fixed in r134658.
>
> It's pretty easy to tell when this is needed... the LibDeps.txt that's part
> of llvm-config is different after a build. :: shrug ::
>
> I'm looking into a fix to the CMake build for LLVM that makes finding and
> fixing dependencies like this much much easier.

Unless you configured for building just a set of LLVM Targets,
LLVMLibDeps.cmake is automatically updated after a build, a fact easy to
spot with just a `svn st', which supposedly you will do for reviewing
your changes before committing. I don't know what else could we do here.




More information about the llvm-commits mailing list