Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(829)

Issue 6443046: [compiler-rt] initial support for cmake builds of lit-style tests (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by samsonov
Modified:
11 years, 9 months ago
Reviewers:
chandlerc
Base URL:
https://llvm.org/svn/llvm-project/compiler-rt/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 8

Patch Set 2 : z #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -6 lines) Patch
M lib/asan/CMakeLists.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
A lib/asan/lit_tests/CMakeLists.txt View 1 1 chunk +15 lines, -0 lines 0 comments Download
A + lib/asan/lit_tests/deep_tail_call.cc View 1 1 chunk +9 lines, -6 lines 0 comments Download
A lib/asan/lit_tests/lit.cfg View 1 1 chunk +43 lines, -0 lines 2 comments Download
A lib/asan/lit_tests/lit.site.cfg.in View 1 1 chunk +9 lines, -0 lines 0 comments Download
A lib/lit.common.cfg View 1 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 4
chandlerc
http://codereview.appspot.com/6443046/diff/1/lib/asan/output_tests/CMakeLists.txt File lib/asan/output_tests/CMakeLists.txt (right): http://codereview.appspot.com/6443046/diff/1/lib/asan/output_tests/CMakeLists.txt#newcode1 lib/asan/output_tests/CMakeLists.txt:1: set(ASAN_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/..") What's this used for? http://codereview.appspot.com/6443046/diff/1/lib/asan/output_tests/CMakeLists.txt#newcode10 lib/asan/output_tests/CMakeLists.txt:10: clang-rt.asan-x86_64 ...
11 years, 9 months ago (2012-07-25 18:51:03 UTC) #1
samsonov
Thanks for comments! I've addressed them and moved new files to asan/lit_tests directory to avoid ...
11 years, 9 months ago (2012-07-30 06:36:09 UTC) #2
chandlerc
Generally LGTM, see comments on the mailing list thread for high-level stuff. only small stuff ...
11 years, 9 months ago (2012-07-31 08:40:41 UTC) #3
samsonov
11 years, 9 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?
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b