DescriptionAdd support for building subzero with LLVM
Since subzero depends on LLVM components, it makes sense to build it
along with the LLVM build. Also, toolchain_build doesn't have support
for a target to depend on another target's working directory. We may want
to fix that in the future, but for now it's simpler to do the build
together with LLVM.
This CL allows subzero to be built from an external directory similar to
the way clang is. However we just use a Make variable directly insetad
of a configure flag to avoid regenerating autoconf files.
R=jvoung@chromium.org, stichnot@chromium.org
BUG=
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-llvm.git;a=commit;h=2b73db4
Patch Set 1 #
Total comments: 4
Patch Set 2 : remove commented-out check #
Messages
Total messages: 6 (0 generated)
|