[llvm-commits] [PATCH] Fix compiling source files in subdirectories with autoconf

Duncan Sands baldrick at free.fr
Tue Oct 18 01:12:47 PDT 2011


Hi Charles,

> This patch fixes an issue with source files located in subdirectories (relative to the Makefile referencing them). The build system was not creating those directories in the build tree, which caused compiling the sources to fail. This patch fixes that. I encountered this getting the LLDB Host library and LLDB debug server to compile from Makefiles.

your patch has a bunch of changes to lib/Target/X86 in it.  I presume
that was an accident?

Ciao, Duncan.



More information about the llvm-commits mailing list