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

Issue 605093002: Subzero: Build both Debug and Release version of llvm2ice. (Closed)

Created:
6 years, 2 months ago by Jim Stichnoth
Modified:
6 years, 2 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Subzero: Build both Debug and Release version of llvm2ice. Separate objects are built with -O0 and -O2. Separate executables are built: build/Release/llvm2ice - Release build build/Debug/llvm2ice - Debug build The executable built depends on whether the DEBUG make variable is set: make -f Makefile.standalone make -f Makefile.standalone DEBUG=1 The llvm2ice file in the top-level directory is always removed and symlinked to the appropriate build. BUG= none R=jvoung@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=fddef2419475fa1dc5bd6c018e053c8843ce09cc

Patch Set 1 #

Patch Set 2 : Don't make llvm2ice_dbg by default #

Total comments: 2

Patch Set 3 : Remove the duplication #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -8 lines) Patch
M Makefile.standalone View 1 2 3 chunks +19 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Jim Stichnoth
1. Do people object to building debug AND release versions by default? If so, should ...
6 years, 2 months ago (2014-09-26 03:22:38 UTC) #2
Jim Stichnoth
On 2014/09/26 03:22:38, stichnot wrote: > 1. Do people object to building debug AND release ...
6 years, 2 months ago (2014-09-26 13:15:36 UTC) #3
jvoung (off chromium)
Sure, sounds okay to build one, and have an option to build the other. https://codereview.chromium.org/605093002/diff/20001/Makefile.standalone ...
6 years, 2 months ago (2014-09-26 19:15:26 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/605093002/diff/20001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/605093002/diff/20001/Makefile.standalone#newcode39 Makefile.standalone:39: On 2014/09/26 19:15:25, jvoung wrote: > Yeah, not sure ...
6 years, 2 months ago (2014-09-27 00:23:16 UTC) #5
jvoung (off chromium)
LGTM
6 years, 2 months ago (2014-09-27 01:03:19 UTC) #6
Jim Stichnoth
6 years, 2 months ago (2014-09-27 01:53:47 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as fddef24 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698