search for: r146586

Displaying 7 results from an estimated 7 matches for "r146586".

2011 Dec 27
3
[LLVMdev] -f[no-]omit-frame-pointer
Hi, It looks like the default for -fomit-frame-pointer has recently changed from "no" to "yes at O1 and higher", but I did not see the commit. Was that intentional? (AddressSanitizer uses frame pointers to unwind stack, that's how we noticed). Thanks, --kcc -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Dec 27
0
[LLVMdev] -f[no-]omit-frame-pointer
...n Tue, Dec 27, 2011 at 11:48 AM, Kostya Serebryany <kcc at google.com> wrote: > Hi, > > It looks like the default for -fomit-frame-pointer has recently changed from > "no" to "yes at O1 and higher", but I did not see the commit. > Was that intentional? Yes; r146586. -Eli
2011 Dec 15
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...15, 2011 at 1:17 PM, David Fang <fang at csl.cornell.edu> wrote: > Hi, > > I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and > have the following test results to share. > Summary below, full log at: > http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt > > The only edits required were those I posted to llvm-commits yesterday (re: > "some missing clang libs").  And I also edited LitConfig.py to point to > /sw/bin/bash (4.2) because /bin/bash is missing support for pipefail. > > Some of the te...
2011 Dec 15
2
[LLVMdev] llvm/clang test failures on powerpc-darwin8
Hi, I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and have the following test results to share. Summary below, full log at: http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt The only edits required were those I posted to llvm-commits yesterday (re: "some missing clang libs"). And I also edited LitConfig.py to point to /sw/bin/bash (4.2) because /bin/bash is missing support for pipefail. Some of the tests hung indefinitely on &...
2011 Dec 27
4
[LLVMdev] -f[no-]omit-frame-pointer
...bryany <kcc at google.com> > wrote: > > Hi, > > > > It looks like the default for -fomit-frame-pointer has recently changed > from > > "no" to "yes at O1 and higher", but I did not see the commit. > > Was that intentional? > > Yes; r146586. > What would be the best fix for asan? Force -mdisable-fp-elim when asan is enabled or document that asan requires -fomit-frame-pointer for better warning messages? Thanks! --kcc > > -Eli > -------------- next part -------------- An HTML attachment was scrubbed... URL: <h...
2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...id Fang <fang at csl.cornell.edu> wrote: >> Hi, >> >> I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and >> have the following test results to share. >> Summary below, full log at: >> http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt >> >> The only edits required were those I posted to llvm-commits yesterday (re: >> "some missing clang libs").  And I also edited LitConfig.py to point to >> /sw/bin/bash (4.2) because /bin/bash is missing support for pipefail. >>...
2011 Dec 16
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...cornell.edu> wrote: >>> Hi, >>> >>> I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and >>> have the following test results to share. >>> Summary below, full log at: >>> http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt >>> >>> The only edits required were those I posted to llvm-commits yesterday (re: >>> "some missing clang libs").  And I also edited LitConfig.py to point to >>> /sw/bin/bash (4.2) because /bin/bash is missing support for pi...