For LLDB, I think it's up to Greg to decide.
On Tue, Aug 2, 2016 at 10:20 PM, Ilia K wrote:
> Hi Hans!
>
> The author of this commit asks me is there a chance to include this changes
> to 3.9 release? I'm not sure about our policy when RC has already been
> tagged.
>
> On Fri, Jul 29, 2016 at 9:0
Author: ldrumm
Date: Wed Aug 3 11:29:45 2016
New Revision: 277608
URL: http://llvm.org/viewvc/llvm-project?rev=277608&view=rev
Log:
Fix an unused variable warning in release builds.
``num_params`` was unused in RenderScript ABI fixup pass
``cloneToStructRetFnTy``
and was only used in an `assert
Author: ldrumm
Date: Wed Aug 3 12:31:58 2016
New Revision: 277613
URL: http://llvm.org/viewvc/llvm-project?rev=277613&view=rev
Log:
[RenderScript] Always create a new allocation ID in CaptureAllocationInit hook
Due to internal reuse of buffers in the RenderScript runtime by the system
allocator
jafl updated this revision to Diff 66678.
jafl added a comment.
Incorporated feedback
Repository:
rL LLVM
https://reviews.llvm.org/D22831
Files:
include/lldb/API/SBAddress.h
Index: include/lldb/API/SBAddress.h
===
--- include
Just finishing off a test build. Give me a minute and I'll check it in.
Jim
> On Aug 3, 2016, at 2:22 PM, Tamas Berghammer via lldb-commits
> wrote:
>
> It is failing because the new files have to be added to the xcode project.
> Currently I don't have a Mac around to do it but if nobody fix
Author: jingham
Date: Wed Aug 3 17:12:00 2016
New Revision: 277660
URL: http://llvm.org/viewvc/llvm-project?rev=277660&view=rev
Log:
Add the new OCaml support files to the Xcode project file.
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbx
r277660 should do it.
Jim
> On Aug 3, 2016, at 3:04 PM, Jim Ingham wrote:
>
> Just finishing off a test build. Give me a minute and I'll check it in.
>
> Jim
>
>> On Aug 3, 2016, at 2:22 PM, Tamas Berghammer via lldb-commits
>> wrote:
>>
>> It is failing because the new files have to be a
Author: jingham
Date: Wed Aug 3 17:46:11 2016
New Revision: 277662
URL: http://llvm.org/viewvc/llvm-project?rev=277662&view=rev
Log:
Errors compiling breakpoint conditions will cause the breakpoint not to be hit
This was a shadowed variable error from the big Expression Parser
plugin-ification.
vsk created this revision.
vsk added reviewers: kubabrecka, k8stone.
vsk added a subscriber: lldb-commits.
vsk added a dependency: D23043: [InstrumentationRuntime] Refactor the API (Part
1/N) (NFCI).
Factor out some common logic used to find the runtime library in a list
of modules.
Depends on D