Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Issue 1019043002: CMake option to install utils, e.g. FileCheck (Closed)

Created:
5 years, 9 months ago by Mircea Trofin
Modified:
5 years, 9 months ago
Reviewers:
Derek Schuff
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

CMake option to install utils, e.g. FileCheck The goal is to replace nacl tests' use of a hand-crafted filecheck tool, with LLVM's FileCheck. To do so, we need to first ensure FileCheck is copied to the install directory. To that end, this CL introduces a build flag, LLVM_INSTALL_UTILS. A separate CL enables this switch in toolchain_build_pnacl.py, see https://codereview.chromium.org/1018123002/ BUG=NONE R=dschuff@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-llvm.git;a=commit;h=1352ceb5438aa289b24f38dd5dda9900dd8b37f6

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : Set default value for LLVM_INSTALL_UTILS #

Patch Set 4 : Added LOCALMOD #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M CMakeLists.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M cmake/modules/AddLLVM.cmake View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
Mircea Trofin
5 years, 9 months ago (2015-03-18 21:03:08 UTC) #1
Derek Schuff
https://codereview.chromium.org/1019043002/diff/1/cmake/modules/AddLLVM.cmake File cmake/modules/AddLLVM.cmake (right): https://codereview.chromium.org/1019043002/diff/1/cmake/modules/AddLLVM.cmake#newcode505 cmake/modules/AddLLVM.cmake:505: RUNTIME DESTINATION utils) will this install the utils into ...
5 years, 9 months ago (2015-03-18 21:53:32 UTC) #2
Mircea Trofin
https://codereview.chromium.org/1019043002/diff/1/cmake/modules/AddLLVM.cmake File cmake/modules/AddLLVM.cmake (right): https://codereview.chromium.org/1019043002/diff/1/cmake/modules/AddLLVM.cmake#newcode505 cmake/modules/AddLLVM.cmake:505: RUNTIME DESTINATION utils) On 2015/03/18 21:53:32, Derek Schuff wrote: ...
5 years, 9 months ago (2015-03-19 00:04:00 UTC) #3
Mircea Trofin
5 years, 9 months ago (2015-03-19 00:05:18 UTC) #4
Mircea Trofin
Cleaned up the CLs
5 years, 9 months ago (2015-03-19 00:10:49 UTC) #7
Derek Schuff
https://codereview.chromium.org/1019043002/diff/60001/cmake/modules/AddLLVM.cmake File cmake/modules/AddLLVM.cmake (right): https://codereview.chromium.org/1019043002/diff/60001/cmake/modules/AddLLVM.cmake#newcode503 cmake/modules/AddLLVM.cmake:503: if( LLVM_INSTALL_UTILS ) do these variables have to get ...
5 years, 9 months ago (2015-03-19 00:15:13 UTC) #8
Mircea Trofin
https://codereview.chromium.org/1019043002/diff/60001/cmake/modules/AddLLVM.cmake File cmake/modules/AddLLVM.cmake (right): https://codereview.chromium.org/1019043002/diff/60001/cmake/modules/AddLLVM.cmake#newcode503 cmake/modules/AddLLVM.cmake:503: if( LLVM_INSTALL_UTILS ) On 2015/03/19 00:15:13, Derek Schuff wrote: ...
5 years, 9 months ago (2015-03-19 00:29:46 UTC) #9
Derek Schuff
add LOCALMOD markers and LGTM. alternatively, and maybe even better, you could send this upstream. ...
5 years, 9 months ago (2015-03-19 16:08:11 UTC) #10
Mircea Trofin
5 years, 9 months ago (2015-03-19 22:40:00 UTC) #11
Mircea Trofin
5 years, 9 months ago (2015-03-19 22:41:45 UTC) #15
Message was sent while issue was closed.
Committed patchset #4 (id:100001) manually as
1352ceb5438aa289b24f38dd5dda9900dd8b37f6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698