On 2012/07/31 08:40:41, chandlerc wrote: > Generally LGTM, see comments on the mailing list thread ...
12 years, 6 months ago
(2012-07-31 15:45:50 UTC)
#4
On 2012/07/31 08:40:41, chandlerc wrote:
> Generally LGTM, see comments on the mailing list thread for high-level stuff.
> only small stuff here...
>
> All of these comments are fine to address in follow-up changes if they're more
> invasive than you'd like...
Moved comments to FIXMEs and committed as r161050.
>http://codereview.appspot.com/6443046/diff/5001/lib/asan/lit_tests/lit.cfg
> File lib/asan/lit_tests/lit.cfg (right):
>
>
http://codereview.appspot.com/6443046/diff/5001/lib/asan/lit_tests/lit.cfg#ne...
> lib/asan/lit_tests/lit.cfg:25: # Setup default compiler flags used with
> -faddress-sanitizer option.
> Are all of these really required?
>
>
http://codereview.appspot.com/6443046/diff/5001/lib/asan/lit_tests/lit.cfg#ne...
> lib/asan/lit_tests/lit.cfg:39: lit.fatal("Can't find symbolizer script on path
> %r" % symbolizer)
> Any reason why not to pull this from the .site.cfg?
>
> Shouldn't the cmake scripts be making a binary form of it some where in the
> build tree that we can point at?
Issue 6443046: [compiler-rt] initial support for cmake builds of lit-style tests
(Closed)
Created 12 years, 6 months ago by samsonov
Modified 12 years, 6 months ago
Reviewers: chandlerc
Base URL: https://llvm.org/svn/llvm-project/compiler-rt/trunk/
Comments: 10