DescriptionSubzero: 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 #Messages
Total messages: 7 (1 generated)
|