This revision was automatically updated to reflect the committed changes.
Closed by commit rL311399: lldb-argdumper doesn't need lldbCore. (authored by
brucem).
Repository:
rL LLVM
https://reviews.llvm.org/D36948
Files:
lldb/trunk/tools/argdumper/CMakeLists.txt
Index: lldb/trunk/tools/arg
Author: brucem
Date: Mon Aug 21 15:54:49 2017
New Revision: 311399
URL: http://llvm.org/viewvc/llvm-project?rev=311399&view=rev
Log:
lldb-argdumper doesn't need lldbCore.
Summary: lldb-argdumper only needs lldbUtility to successfully build and link.
Reviewers: beanz, zturner, labath
Subscribers
penryu updated this revision to Diff 112052.
penryu added a comment.
This patch limits the above include dir to unittests/, and renamed some headers
to reduce ambiguity about their purpose, as suggested by beanz.
https://reviews.llvm.org/D36598
Files:
lldb.xcodeproj/project.pbxproj
unittes
kubamracek created this revision.
Currently, clang complains here about an non-annotated fall-through.
Repository:
rL LLVM
https://reviews.llvm.org/D36977
Files:
source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
Index: source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
===
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311354: [cmake] Explicitly link dependency libraries in the
Host library (authored by mgorny).
Changed prior to commit:
https://reviews.llvm.org/D36885?vs=111708&id=112016#toc
Repository:
rL LLVM
ht
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311355: [unittests] Build LLVMTestingSupport for
out-of-source builds (authored by mgorny).
Changed prior to commit:
https://reviews.llvm.org/D36886?vs=111710&id=112017#toc
Repository:
rL LLVM
https
Author: mgorny
Date: Mon Aug 21 10:41:39 2017
New Revision: 311355
URL: http://llvm.org/viewvc/llvm-project?rev=311355&view=rev
Log:
[unittests] Build LLVMTestingSupport for out-of-source builds
The Process/gdb-remote test now requires the LLVMTestingSupport library
that is not installed by LLVM.
Author: mgorny
Date: Mon Aug 21 10:41:33 2017
New Revision: 311354
URL: http://llvm.org/viewvc/llvm-project?rev=311354&view=rev
Log:
[cmake] Explicitly link dependency libraries in the Host library
Add explicit linkage to the necessary system libraries in the Host
library. Otherwise, the library
clayborg added a comment.
We need a test for this to ensure we don't regress.
https://reviews.llvm.org/D36620
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits