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

Charles Davis cdavis at mymail.mines.edu
Mon Oct 24 21:09:02 PDT 2011


Ping...

Patch reattached.

Chip

On Oct 18, 2011, at 10:36 AM, Charles Davis wrote:

> 
> On Oct 18, 2011, at 2:12 AM, Duncan Sands wrote:
> 
>> 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?
> Yeah. Here's a fixed patch. 
> 
> Chip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: source-subdir-fix.patch
Type: application/octet-stream
Size: 9919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111024/7da62c00/attachment.obj>


More information about the llvm-commits mailing list