Re: [lldb-dev] Can someone help me getting the thread local variable tests on Linux passing after my changes in 274366?

2016-07-04 Thread Pavel Labath via lldb-dev
The correct incantation for the behavior you want should be now: @expectedFailureAll(oslist=no_match(lldbplatformutil.getDarwinOSTriples())). We are trying do drop the "Unless" versions of the decorators, as the approach does not scale well. I've put the decorator in place now. I'll put the tls is

Re: [lldb-dev] [llvm-dev] [cfe-dev] Sequential ID Git hook

2016-07-04 Thread Renato Golin via lldb-dev
On 4 July 2016 at 06:01, NAKAMURA Takumi via llvm-dev wrote: > "git-describe -t" works also for lw tags. But it doesn't work if there are no tags, I just tested on LLVM and I get: $ git describe fatal: No names found, cannot describe anything. Should be easy enough to create the tags on each br

Re: [lldb-dev] [cfe-dev] [llvm-dev] FYI: Landing the initial draft for an LLVM Code of Conduct

2016-07-04 Thread Renato Golin via lldb-dev
On 4 July 2016 at 00:42, Robinson, Paul wrote: > Daniel claimed it was not different, even though he proposed the text. > I think it is better, as "egregious" (even though it is qualitative) > helps identify what "rare" circumstances would come under the policy. > As a non-lawyer I do think it's d

Re: [lldb-dev] [llvm-foundation] [llvm-dev] [cfe-dev] Sequential ID Git hook

2016-07-04 Thread David Chisnall via lldb-dev
On 4 Jul 2016, at 12:13, Renato Golin via llvm-foundation wrote: > > And since tagging *every* commit doesn't scale for long ranges, and > anything else will need scripting on the client side, I think we can > get rid *completely* of any server side hook, and let the client side > scripts deal w

Re: [lldb-dev] [llvm-dev] [cfe-dev] Sequential ID Git hook

2016-07-04 Thread Bruce Hoult via lldb-dev
What doesn't scale about tagging every commit? True, every tag creates a small file on disk, but then so does every commit. If you're worried about lots of files in a directory then you can put tags in nested directories by putting one or more /'s in the tag name. So you can hide all the commit t

Re: [lldb-dev] [llvm-dev] [cfe-dev] Sequential ID Git hook

2016-07-04 Thread Renato Golin via lldb-dev
On 4 July 2016 at 15:21, Bruce Hoult wrote: > What doesn't scale about tagging every commit? Both Jim and Takumi have reported problems with thousands of tags. Even though neither of them responded to your enquiries for additional data, we can't assume there isn't any. Furthermore, "git describe

[lldb-dev] Stack variables in lldb with custom generated metadata

2016-07-04 Thread Florian Falkner via lldb-dev
Hello List! I'm trying to add LLDB/DWARF debugging information to the RoboVM opensource fork [1] Java AOT compiler. RoboVM uses the LLVM 3.6 (pre-release version) debugging format and I got the basics working, but can't get the stack variable inspection to work. The IR is generated by RoboVM's own

Re: [lldb-dev] [llvm-dev] [cfe-dev] Sequential ID Git hook

2016-07-04 Thread Jared Grubb via lldb-dev
> El jul. 4, 2016, a las 11:15, Renato Golin escribió: > > On 4 July 2016 at 15:21, Bruce Hoult wrote: >> What doesn't scale about tagging every commit? > > Both Jim and Takumi have reported problems with thousands of tags. > Even though neither of them responded to your enquiries for additiona

Re: [lldb-dev] [cfe-dev] [llvm-dev] FYI: Landing the initial draft for an LLVM Code of Conduct

2016-07-04 Thread Daniel Berlin via lldb-dev
>From my perspective: Do whatever makes y'all happy here :) On Mon, Jul 4, 2016 at 4:27 AM, Renato Golin wrote: > On 4 July 2016 at 00:42, Robinson, Paul wrote: > > Daniel claimed it was not different, even though he proposed the text. > > I think it is better, as "egregious" (even though it i

Re: [lldb-dev] [llvm-dev] [cfe-dev] Sequential ID Git hook

2016-07-04 Thread Jeremy Lakeman via lldb-dev
Very few operations search for commit objects by reading every single commit file. Most operations that read commit objects already know what they are looking for based on their hash. Plus, over time commit objects are packed into well indexed archive files, so the total number of commits stored in