This revision was automatically updated to reflect the committed changes.
Closed by commit rL252898: Use uniqueness of C++ fully-qualified names to
resolve conflicts (authored by artagnon).
Changed prior to commit:
http://reviews.llvm.org/D14549?vs=39841&id=40044#toc
Repository:
rL LLVM
htt
Author: artagnon
Date: Thu Nov 12 08:44:24 2015
New Revision: 252898
URL: http://llvm.org/viewvc/llvm-project?rev=252898&view=rev
Log:
Use uniqueness of C++ fully-qualified names to resolve conflicts
A very expected layout: source tree is in ~/src/llvm, the build directory is in
~/src/llvm-build,
artagnon created this revision.
artagnon added reviewers: clayborg, tfiala.
artagnon added a subscriber: lldb-commits.
A very expected layout: source tree is in ~/src/llvm, the build directory is in
~/src/llvm-build, and the install location is in /usr/local/{lib,include}.
The DWARF information i
This revision was automatically updated to reflect the committed changes.
Closed by commit rL252624: LLDBStandalone: Report nice errors on missing vars
(authored by artagnon).
Changed prior to commit:
http://reviews.llvm.org/D13819?vs=37616&id=39822#toc
Repository:
rL LLVM
http://reviews.ll
Author: artagnon
Date: Tue Nov 10 12:09:14 2015
New Revision: 252624
URL: http://llvm.org/viewvc/llvm-project?rev=252624&view=rev
Log:
LLDBStandalone: Report nice errors on missing vars
Differential Revision: http://reviews.llvm.org/D13819
Modified:
lldb/trunk/cmake/modules/LLDBStandalone.cm
artagnon added a comment.
Okay, so run this on the current HEAD:
$ cmake -GNinja -DCMAKE_BUILD_TYPE=Debug ../lldb
-- The C compiler identification is AppleClang 6.1.0.6020053
-- The CXX compiler identification is AppleClang 6.1.0.6020053
-- Check for working C compiler using: Ninja
-- C
This revision was automatically updated to reflect the committed changes.
Closed by commit rL251979: Squelch a silly warning regarding an extra 'default'
in 'case' (authored by artagnon).
Changed prior to commit:
http://reviews.llvm.org/D13816?vs=37611&id=39111#toc
Repository:
rL LLVM
http:
Author: artagnon
Date: Tue Nov 3 15:29:52 2015
New Revision: 251979
URL: http://llvm.org/viewvc/llvm-project?rev=251979&view=rev
Log:
Squelch a silly warning regarding an extra 'default' in 'case'
Let the editor also clean up whitespace for that file.
Reviewers: clayborg
Subscribers: lldb-comm
artagnon created this revision.
artagnon added reviewers: chaoren, brucem.
artagnon added a subscriber: lldb-commits.
http://reviews.llvm.org/D13819
Files:
cmake/modules/LLDBStandalone.cmake
Index: cmake/modules/LLDBStandalone.cmake
=
artagnon created this revision.
artagnon added a reviewer: clayborg.
artagnon added a subscriber: lldb-commits.
http://reviews.llvm.org/D13816
Files:
source/Commands/CommandObjectMemory.cpp
tools/debugserver/source/RNBRemote.cpp
tools/debugserver/source/debugserver.cpp
Index: tools/debugse
artagnon updated this revision to Diff 37611.
artagnon added a comment.
Er, silly mistake (build failure)
http://reviews.llvm.org/D13816
Files:
source/Commands/CommandObjectMemory.cpp
tools/debugserver/source/RNBRemote.cpp
tools/debugserver/source/debugserver.cpp
Index: tools/debugserver
11 matches
Mail list logo