OSDN Git Service

Subzero: Build both Debug and Release version of llvm2ice.
authorJim Stichnoth <stichnot@chromium.org>
Sat, 27 Sep 2014 01:53:41 +0000 (18:53 -0700)
committerJim Stichnoth <stichnot@chromium.org>
Sat, 27 Sep 2014 01:53:41 +0000 (18:53 -0700)
commitfddef2419475fa1dc5bd6c018e053c8843ce09cc
treed4950f6a829c11cff693c7e849468117b5fb6e1c
parentaf2780c287ec6573d433c6d119f558c98eae05e1
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

Review URL: https://codereview.chromium.org/605093002
Makefile.standalone