[Lldb-commits] [PATCH 4/4] Move internal header dependency to DNBArchImplX86_64.cpp
Kuba Ober
kuba at mareimbrium.org
Thu Mar 13 13:47:02 PDT 2014
This is the culprit:
CMake Error at cmake/modules/LLVMProcessSources.cmake:66 (message):
Found unknown source file
/Users/tfiala/lldb/svn/llvm/tools/lldb/source/LLDBWrapPython.cpp
Please update /Users/tfiala/lldb/svn/llvm/tools/lldb/source/CMakeLists.txt
I don’t know where this file came from, but it’s not supposed to be there,
and it’s not in the CMakeLists. Spurious source files make cmake abort.
Maybe it was added after I pulled yesterday?
Cheers, Kuba
On Mar 13, 2014, at 4:23 PM, Todd Fiala <tfiala at google.com> wrote:
> BTW - this also happens if I go with cmake using the default output format and not Ninja:
> cmake ../llvm
>
> I've attached the cmake output from that run.
>
>
> On Thu, Mar 13, 2014 at 1:13 PM, Todd Fiala <tfiala at google.com> wrote:
> Hey Kuba,
>
> I applied all your patches (listed as #1 - 4) from this series to a top of tree LLDB trunk branch (svn r203828). I'm building on OS X 10.9.
>
> I'm using a directory structure like this:
> |- llvm
> |- build
>
> cd build
> cmake -GNinja ../llvm
>
> cmake is failing with this message:
>
>
> -- The ASM-ATT compiler identification is unknown
> -- Found assembler: /usr/bin/as
> -- Configuring incomplete, errors occurred!
> See also "/Users/tfiala/lldb/svn/build/CMakeFiles/CMakeOutput.log".
> See also "/Users/tfiala/lldb/svn/build/CMakeFiles/CMakeError.log".
> tfiala-macbookpro:build tfiala$ svn info
> svn: E155007: '/Users/tfiala/lldb/svn/build' is not a working copy
> tfiala-macbookpro:build tfiala$
>
> Here's my OS version:
> uname -a
> Darwin tfiala-macbookpro.roam.corp.google.com 13.1.0 Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 x86_64
>
> Any thoughts?
>
More information about the lldb-commits
mailing list