search for: r313975

Displaying 5 results from an estimated 5 matches for "r313975".

2017 Sep 22
2
No longer able to run lit tests within a sub-tool
...ty much what clang/test/lit.cfg.py says my PATH is: > > ** PATH **: /Volumes/Builds/llvm.org-coverage-braces-RA/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin > > I wonder how this ever worked before, when I didn't have clang-func-mapping built. Oh, this might be an issue with r313975, which I picked up when rebasing things this morning. vedant > > Anyway, thanks for your help! > > vedant > >> On Sep 22, 2017, at 11:31 AM, Zachary Turner <zturner at google.com> wrote: >> >> This works for me. Can you run "which clang-func-mappi...
2017 Sep 22
0
No longer able to run lit tests within a sub-tool
...ays my PATH is: > > > > ** PATH **: > /Volumes/Builds/llvm.org-coverage-braces-RA/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin > > > > I wonder how this ever worked before, when I didn't have > clang-func-mapping built. > > Oh, this might be an issue with r313975, which I picked up when rebasing > things this morning. > > vedant > > > > > Anyway, thanks for your help! > > > > vedant > > > >> On Sep 22, 2017, at 11:31 AM, Zachary Turner <zturner at google.com> > wrote: > >> > >> Th...
2017 Sep 22
0
No longer able to run lit tests within a sub-tool
Ah, the problem goes away once I build clang-func-mapping. I stripped some stuff out, but here's pretty much what clang/test/lit.cfg.py says my PATH is: ** PATH **: /Volumes/Builds/llvm.org-coverage-braces-RA/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin I wonder how this ever worked before, when I didn't have clang-func-mapping built. Anyway, thanks for your help! vedant >
2017 Sep 25
0
LLVM Weekly - #195, Sep 25th 2017
...tribute is now supported. [r313945](http://reviews.llvm.org/rL313945). * clang-format has been clang-formatted. [r313744](http://reviews.llvm.org/rL313744). * A new Cross Translation Unit support library has been introduced, which can be used to load function definitions from external AST files. [r313975](http://reviews.llvm.org/rL313975). ## Other project commits * The speed of linking objects with `.gdb_index` has been improved. [r314090](http://reviews.llvm.org/rL314090), [r134092](http://reviews.llvm.org/rL314092). * The LLDB test suite can be run against (developer) armv7 and arm64 iOS dev...
2017 Sep 22
2
No longer able to run lit tests within a sub-tool
This works for me. Can you run "which clang-func-mapping" and also add a line to clang/test/lit.cfg.py to print the value of config.environment['PATH']? On Fri, Sep 22, 2017 at 11:27 AM Zachary Turner <zturner at google.com> wrote: > Looking, thanks for the report. > > On Fri, Sep 22, 2017 at 11:22 AM Vedant Kumar <vsk at apple.com> wrote: > >> As