search for: consolefull

Displaying 6 results from an estimated 6 matches for "consolefull".

Did you mean: consolefull#
2018 May 11
0
LTO query
Hopefully someone else on the dev list who has experience with LNT and the LLVM test-suite will chime in. I've never run it myself. Adding Mehdi since he ran it with LTO/ThinLTO. I found some documentation for the test-suite: https://llvm.org/docs/TestingGuide.html#test-suite-overview http://llvm.org/docs/lnt/quickstart.html http://llvm.org/docs/lnt/tests.html#llvm-cmake-test-suite But I
2018 May 11
2
LTO query
Yes running LLVM performance test suite with LTO and Thin LTO enabled. Thanks, Siddharth On Fri, May 11, 2018 at 7:32 PM, Teresa Johnson <tejohnson at google.com> wrote: > I'm not completely sure what you are asking. Are you looking for > performance benchmarks to use for LTO and ThinLTO testing? Or are you > asking how to build/run with LTO and ThinLTO? Are you asking how to
2014 Mar 21
0
The case for freezing CRAN
...run automated tests against the reverse dependencies. It downloads ~3GB of packages, the output is 500KB (much of it is the compilation of my package, though), and it contains the word 'error' ~ 80 and the word 'warning' ~ 270 times: http://pave.igraph.org/job/igraph-r-check-deps/15/consoleFull This process also keeps me honest about any updates that are not backwards > compatable. Not really, this would only be true if all the 246 package had proper tests for all of their survival uses. Unlikely. It definitely helps, I am not saying that it does not, but I also think that it is up...
2019 Jul 30
2
ICE in release/9.x when using LLVM_ENABLE_MODULES
Thank you for the link and the suggestion to try master! I did so and discovered that it reproduces on master for me as well. The repro script I used (unchanged from before) and the output can be found here: https://gist.github.com/modocache/d9700166067f4a155820bc57d9bee1f3 (Note that the output looks nearly identical, but it's using clang-10 from the master branch of llvm-project.) I wonder
2016 Apr 16
4
[RFC] Lazy-loading of debug info metadata
On Fri, Apr 15, 2016 at 4:04 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > > On 2016-Apr-15, at 14:53, David Blaikie <dblaikie at gmail.com> wrote: > > > > > > > >> On Fri, Apr 15, 2016 at 2:27 PM, Duncan P. N. Exon Smith < > dexonsmith at apple.com> wrote: > >> > >> > On 2016-Apr-15, at 10:27, David
2016 Apr 18
1
[RFC] Lazy-loading of debug info metadata
...t does a half- bootstrap of -flto=full -g). Except at some point it switched to using a CMake cache, and it has been using -gline-tables-only as well: http://lab.llvm.org:8080/green/job/clang-stage2-configure-Rlto_build/ http://lab.llvm.org:8080/green/job/clang-stage2-configure-Rlto_build/8599/consoleFull ) I hope the blowup is from the work I've done over the last couple of weeks; I'll continue investigating today and revert whatever I have to. Sorry for the noise and the breakage. (It's also possible this is not a regression from my recent work, but that would be harder to recover fr...