On Fri, Feb 28, 2014 at 1:58 PM, Todd Fiala <[email protected]> wrote:
>
> Hey Jevin,
>
> FWIW I tried this on my MBP at top of tree.  I am getting this error before 
> hitting your patch's fix:
>
> llvm[5]: Compiling AppleGetQueuesHandler.cpp for Debug+Asserts build
> /Users/tfiala/lldb/svn/llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp:16:10:
>  fatal error:
>       'AppleThreadPlanStepThroughObjCTrampoline.h' file not found
> #include "AppleThreadPlanStepThroughObjCTrampoline.h"
>
> This is using the following (with a dir structure like below):
>
> |- llvm/
> |- build/
>
> $ cd build
> $ ../llvm/configure --enable-cxx11 --prefix=`pwd`/../install
> $ make -j16
>
> I'm at this change:
> tfiala-macbookpro:lldb tfiala$ svn info
> Path: .
> Working Copy Root Path: /Users/tfiala/lldb/svn/llvm/tools/lldb
> URL: https://[email protected]/svn/llvm-project/lldb/trunk
> Repository Root: https://[email protected]/svn/llvm-project
> Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
> Revision: 202527
> Node Kind: directory
> Schedule: normal
> Last Changed Author: gclayton
> Last Changed Rev: 202525
> Last Changed Date: 2014-02-28 10:22:24 -0800 (Fri, 28 Feb 2014)
>
> -Todd


Ah yes, I also have a patch (attached) for this that I forgot about.

FYI, when using a CMake build, HasAVX.s is built with as instead of
clang (it has preprocessor definitions). Renaming it to HasAVX.S
(captial S, denoting preprocessed assembly) didn't fix the issue.
CMake still tried to build it using as. I'm still investigating that
issue.

Cheers,
Jevin

Attachment: LLDB_include_fix.patch
Description: Binary data

_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to