[Lldb-commits] [PATCH 4/4] Move internal header dependency to DNBArchImplX86_64.cpp

Todd Fiala tfiala at google.com
Thu Mar 13 13:13:31 PDT 2014


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?


On Wed, Mar 12, 2014 at 12:43 PM, Kuba Ober <kuba at mareimbrium.org> wrote:

> ---
>  tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp | 1 +
>  tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h   | 1 -
>  2 files changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
> b/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
> index e2d3931..f683635 100644
> --- a/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
> +++ b/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
> @@ -18,6 +18,7 @@
>  #include <sys/sysctl.h>
>
>  #include "MacOSX/x86_64/DNBArchImplX86_64.h"
> +#include "../HasAVX.h"
>  #include "DNBLog.h"
>  #include "MachThread.h"
>  #include "MachProcess.h"
> diff --git a/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
> b/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
> index ac171ee..e9ba50f 100644
> --- a/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
> +++ b/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
> @@ -16,7 +16,6 @@
>
>  #if defined (__i386__) || defined (__x86_64__)
>  #include "DNBArch.h"
> -#include "../HasAVX.h"
>  #include "MachRegisterStatesX86_64.h"
>
>  #include <map>
> --
> 1.8.5.5
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>



-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140313/7dea9a4c/attachment.html>


More information about the lldb-commits mailing list