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

Issue 6825060: Rename PNaCl (Closed)

Created:
9 years, 8 months ago by pdox
Modified:
9 years, 7 months ago
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Rename PNaCl from "linux_arm-untrusted" to: pnacl_linux_i686 (on x86-32) pnacl_linux_x86_64 (on x86-64) pnacl_darwin_i386 (on Mac) Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=4826

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Total comments: 5

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 4

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -104 lines) Patch
M SConstruct View 1 chunk +3 lines, -1 line 0 comments Download
M buildbot/buildbot_toolchain_arm_untrusted.sh View 1 2 chunks +25 lines, -42 lines 0 comments Download
M site_scons/site_tools/naclsdk.py View 5 chunks +30 lines, -41 lines 0 comments Download
M src/trusted/validator_arm/testdata/compile_tests.sh View 1 chunk +1 line, -1 line 0 comments Download
M tests/pnacl_client_translator/nacl.scons View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M tests/pnacl_ld_example/Makefile.pnacl View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M tests/spec2k/Makefile.common View 1 chunk +1 line, -1 line 0 comments Download
M tests/spec2k/run_all.sh View 1 chunk +1 line, -1 line 0 comments Download
M tools/llvm/driver.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/llvm/non_bitcode_symbols.txt View 1 chunk +4 lines, -1 line 0 comments Download
M tools/llvm/utman.sh View 1 2 3 4 5 4 chunks +9 lines, -6 lines 0 comments Download
M tools/toolchain_tester/toolchain_config.py View 1 2 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
pdox
9 years, 8 months ago (2011-04-12 00:10:21 UTC) #1
jasonwkim
On 2011/04/12 00:10:21, pdox wrote: How does this interact with the (future) OStype naming change? ...
9 years, 8 months ago (2011-04-12 00:15:00 UTC) #2
pdox
Jason, Should be unrelated.
9 years, 8 months ago (2011-04-12 00:16:42 UTC) #3
jasonwkim
http://codereview.chromium.org/6825060/diff/1/tools/toolchain_tester/toolchain_config.py File tools/toolchain_tester/toolchain_config.py (right): http://codereview.chromium.org/6825060/diff/1/tools/toolchain_tester/toolchain_config.py#newcode171 tools/toolchain_tester/toolchain_config.py:171: DRIVER_PATH = 'toolchain/pnacl_linux_x86_64/bin' Can we change these to use ...
9 years, 8 months ago (2011-04-12 00:19:07 UTC) #4
jasonwkim
http://codereview.chromium.org/6825060/diff/2001/tests/pnacl_ld_example/Makefile.pnacl File tests/pnacl_ld_example/Makefile.pnacl (right): http://codereview.chromium.org/6825060/diff/2001/tests/pnacl_ld_example/Makefile.pnacl#newcode10 tests/pnacl_ld_example/Makefile.pnacl:10: PNACL_LD=../../toolchain/pnacl_linux_x86_64/bin/pnacl-ld Here too
9 years, 8 months ago (2011-04-12 00:19:46 UTC) #5
pdox
Jason, Because those are already broken (in that they use a hard-coded path) and not ...
9 years, 8 months ago (2011-04-12 00:23:59 UTC) #6
jasonwkim
On Mon, Apr 11, 2011 at 5:23 PM, <pdox@google.com> wrote: > Jason, > > Because ...
9 years, 8 months ago (2011-04-12 00:37:18 UTC) #7
jasonwkim
On Mon, Apr 11, 2011 at 5:16 PM, <pdox@google.com> wrote: > Jason, > Should be ...
9 years, 8 months ago (2011-04-12 00:38:13 UTC) #8
pdox
Jason, This is completely unrelated. I'm changing a directory name. I am not changing any ...
9 years, 8 months ago (2011-04-12 00:40:31 UTC) #9
bradn
http://codereview.chromium.org/6825060/diff/2003/build/download_toolchains.py File build/download_toolchains.py (right): http://codereview.chromium.org/6825060/diff/2003/build/download_toolchains.py#newcode24 build/download_toolchains.py:24: 'x86-32': ['linux_x86','pnacl_linux_i686','linux_arm-trusted'], why not drop the arm one? http://codereview.chromium.org/6825060/diff/2003/build/download_toolchains.py#newcode54 ...
9 years, 8 months ago (2011-04-12 00:47:41 UTC) #10
pdox
http://codereview.chromium.org/6825060/diff/2003/build/download_toolchains.py File build/download_toolchains.py (right): http://codereview.chromium.org/6825060/diff/2003/build/download_toolchains.py#newcode54 build/download_toolchains.py:54: if 'arm' in flavor or 'pnacl' in flavor: Because ...
9 years, 8 months ago (2011-04-12 00:53:38 UTC) #11
jasonwkim
On Mon, Apr 11, 2011 at 5:40 PM, <pdox@google.com> wrote: > Jason, > This is ...
9 years, 8 months ago (2011-04-12 00:56:51 UTC) #12
bradn
LGTM
9 years, 8 months ago (2011-04-12 00:56:51 UTC) #13
jvoung - send to chromium...
http://codereview.chromium.org/6825060/diff/4018/tests/pnacl_client_translator/nacl.scons File tests/pnacl_client_translator/nacl.scons (right): http://codereview.chromium.org/6825060/diff/4018/tests/pnacl_client_translator/nacl.scons#newcode53 tests/pnacl_client_translator/nacl.scons:53: # TODO(jvoung): rename the "arm-untrusted" part to "pnacl-untrusted" Can ...
9 years, 8 months ago (2011-04-12 01:30:37 UTC) #14
jvoung - send to chromium...
Also, kind of wish that the subarch was more canonical instead of i386 sometimes and ...
9 years, 8 months ago (2011-04-12 01:34:45 UTC) #15
pdox
http://codereview.chromium.org/6825060/diff/4018/tests/pnacl_client_translator/nacl.scons File tests/pnacl_client_translator/nacl.scons (right): http://codereview.chromium.org/6825060/diff/4018/tests/pnacl_client_translator/nacl.scons#newcode53 tests/pnacl_client_translator/nacl.scons:53: # TODO(jvoung): rename the "arm-untrusted" part to "pnacl-untrusted" On ...
9 years, 8 months ago (2011-04-12 01:41:10 UTC) #16
pdox
9 years, 8 months ago (2011-04-12 01:45:30 UTC) #17
Jan,

There's a precise and well-understood difference between i386 and i686.

Again, I'm not sure why scons creates its own imprecise architecture categories
instead of using the one's that already exist. Hopefully one day that'll be
fixed.

Powered by Google App Engine
This is Rietveld 408576698