clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Looks fine to me as long as all test bots are happy with this.
Repository:
rL LLVM
http://reviews.llvm.org/D19446
___
lldb-commits mailing
Hello everyone,
LLVM buildmaster will be updated and restarted after 6 PM Pacific time
today.
Thanks
Galina
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: gclayton
Date: Fri Apr 22 18:14:35 2016
New Revision: 267248
URL: http://llvm.org/viewvc/llvm-project?rev=267248&view=rev
Log:
DWARF layout for bitfields is wrong when the bit offset is negative.
Some older versions of clang emitted bit offsets that were negative and these
bitfields wou
Author: compnerd
Date: Fri Apr 22 18:08:34 2016
New Revision: 267247
URL: http://llvm.org/viewvc/llvm-project?rev=267247&view=rev
Log:
Source: fix another -Wunused-variable warning
Conditionalise a variable definition which may be unused in certain compilations
due to the preprocessor. Protect t
compnerd created this revision.
compnerd added a reviewer: clayborg.
compnerd added a subscriber: lldb-commits.
compnerd set the repository for this revision to rL LLVM.
This adds basic parsing of the EABI attributes section. This section contains
additional information about the target for which
Author: gclayton
Date: Fri Apr 22 17:35:08 2016
New Revision: 267237
URL: http://llvm.org/viewvc/llvm-project?rev=267237&view=rev
Log:
Fixed in issue with ObjectFileMachO where it would add empty sections to the
section list that was used to try and cap symbols to the max address of the
section
Author: gclayton
Date: Fri Apr 22 17:15:59 2016
New Revision: 267235
URL: http://llvm.org/viewvc/llvm-project?rev=267235&view=rev
Log:
Fix a build-llvm.py crasher when we can't find cmake. Now it exits with a valid
error that explains what went wrong.
Modified:
lldb/trunk/scripts/Xcode/buil
Author: kuba.brecka
Date: Fri Apr 22 05:40:14 2016
New Revision: 267133
URL: http://llvm.org/viewvc/llvm-project?rev=267133&view=rev
Log:
Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.
Added:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/tsan/thread_n
Author: labath
Date: Fri Apr 22 03:41:07 2016
New Revision: 267124
URL: http://llvm.org/viewvc/llvm-project?rev=267124&view=rev
Log:
Update comment in lldb-enumerations.h
Modified:
lldb/trunk/include/lldb/lldb-enumerations.h
Modified: lldb/trunk/include/lldb/lldb-enumerations.h
URL:
http://
Hahnfeld added a comment.
In http://reviews.llvm.org/D18848#407745, @zturner wrote:
> It should be fixed now, please sync and try again
Yes, thanks.
http://reviews.llvm.org/D18848
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://l
10 matches
Mail list logo