[llvm-commits] [llvm] r46432 - /llvm/trunk/Makefile.rules

Duncan Sands baldrick at free.fr
Mon Jan 28 05:48:09 PST 2008


> Author: lattner
> Date: Sun Jan 27 22:18:41 2008
> New Revision: 46432
>
> URL: http://llvm.org/viewvc/llvm-project?rev=46432&view=rev
> Log:
> reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSE
> output.  Patch contributed by Sam Bishop!

This breaks the build when the objects directory is different to the
source directory.

Ciao,

Duncan.

In file included from llvm/lib/Target/X86/X86AsmPrinter.h:19,
                 from llvm/lib/Target/X86/X86ATTAsmPrinter.h:17,
                 from llvm/lib/Target/X86/X86ATTAsmPrinter.cpp:17:
llvm/lib/Target/X86/X86.h:60:35: error: X86GenRegisterNames.inc: No such file or directory
llvm/lib/Target/X86/X86.h:64:32: error: X86GenInstrNames.inc: No such file or directory



More information about the llvm-commits mailing list