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

Issue 983533003: Use the installed/downloaded objdump instead of work-dir one. (Closed)

Created:
5 years, 9 months ago by jvoung (off chromium)
Modified:
5 years, 9 months ago
Reviewers:
Karl, Jim Stichnoth
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use the installed/downloaded objdump instead of work-dir one. Sometimes the work dir is empty and only cached results are used. I couldn't switch the LLVM one from work-dir to install/download-dir because we prune all the .a file in the download-dir. BUG=none R=kschimpf@google.com, stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=68a06338e6cb4964212128169a69da52037874ce

Patch Set 1 #

Total comments: 8

Patch Set 2 : review cleanup #

Patch Set 3 : slash #

Total comments: 2

Patch Set 4 : remove debug build comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -19 lines) Patch
M Makefile.standalone View 1 2 3 4 chunks +21 lines, -12 lines 0 comments Download
M pydir/build-runtime.py View 1 1 chunk +4 lines, -4 lines 0 comments Download
M pydir/run-pnacl-sz.py View 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/lit.cfg View 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/elf_container.ll View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (1 generated)
jvoung (off chromium)
Happened to choose the download dir vs the install dir, assuming binutils doesn't change much.
5 years, 9 months ago (2015-03-05 16:52:25 UTC) #2
Karl
lgtm
5 years, 9 months ago (2015-03-05 17:09:10 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/983533003/diff/1/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/983533003/diff/1/Makefile.standalone#newcode6 Makefile.standalone:6: # LIBCXX_INSTALL_PATH=<path> CLANG_PATH=<path> ... Maybe add BINUTILS_BIN_PATH here for ...
5 years, 9 months ago (2015-03-05 17:19:53 UTC) #4
jvoung (off chromium)
https://codereview.chromium.org/983533003/diff/1/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/983533003/diff/1/Makefile.standalone#newcode6 Makefile.standalone:6: # LIBCXX_INSTALL_PATH=<path> CLANG_PATH=<path> ... On 2015/03/05 17:19:53, stichnot wrote: ...
5 years, 9 months ago (2015-03-05 19:26:07 UTC) #5
Jim Stichnoth
LGTM, thanks! https://codereview.chromium.org/983533003/diff/1/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/983533003/diff/1/Makefile.standalone#newcode17 Makefile.standalone:17: # process. It should contain the tools ...
5 years, 9 months ago (2015-03-05 19:34:18 UTC) #6
jvoung (off chromium)
https://codereview.chromium.org/983533003/diff/1/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/983533003/diff/1/Makefile.standalone#newcode17 Makefile.standalone:17: # process. It should contain the tools like opt, ...
5 years, 9 months ago (2015-03-05 20:11:03 UTC) #7
jvoung (off chromium)
5 years, 9 months ago (2015-03-05 22:33:44 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:50001) manually as
68a06338e6cb4964212128169a69da52037874ce (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698