commit | 2d152e354512b58c5f81ad10791abaa2c6ce79e6 | [log] [tgz] |
---|---|---|
author | Srdjan Obucina <Srdjan.Obucina@imgtec.com> | Wed Jun 22 09:04:07 2016 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Jun 22 09:04:07 2016 -0700 |
tree | dcd15d7f74b5beaaf3ec717fe050b8a00d6b2e1a | |
parent | 2e08a06fc552f02e70f473510e192ce378c3bffe [diff] |
Subzero: Fix Makefile.standalone to enable format with DEBUG flag When building pnacl with --host-flavor=debug, tools at ../../out/llvm_x86_64_linux_work/Release+Asserts/bin are not available, so we need a fix to enable source code formatting with tools from ../../out/llvm_x86_64_linux_debug_work/Debug+Asserts/bin R=stichnot@chromium.org Review URL: https://codereview.chromium.org/2081223003 . Patch from Srdjan Obucina <Srdjan.Obucina@imgtec.com>.