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

Issue 8769054: Redirect .S processing from pnacl-clang to pnacl-as (Closed)

Created:
9 years ago by robertm
Modified:
9 years ago
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Augmented pnacl-as to handle .S files, so we can remove .s/.S support from pnacl-clang. Also, make import statements style guide compliant BUG= http://code.google.com/p/nativeclient/issues/detail?id=1966 Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=7373

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -10 lines) Patch
M pnacl/driver/pnacl-as.py View 1 5 chunks +36 lines, -10 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
robertm
PTAL
9 years ago (2011-12-06 15:39:19 UTC) #1
krasin
LGTM
9 years ago (2011-12-06 17:09:08 UTC) #2
pdox
woah woah, wait, what? Why are you backing in a call to Clang from pnacl-as? ...
9 years ago (2011-12-06 20:52:55 UTC) #3
pdox
*baking in
9 years ago (2011-12-06 20:53:03 UTC) #4
robertm
how else can we get access to the pre-processor?
9 years ago (2011-12-06 20:55:23 UTC) #5
pdox
pnacl-clang gives you access to the preprocessor. pnacl-clang -arch x86-32 -S foo.S -o foo.s
9 years ago (2011-12-06 20:56:39 UTC) #6
pdox
sorry, -E
9 years ago (2011-12-06 20:57:09 UTC) #7
pdox
9 years ago (2011-12-06 20:59:40 UTC) #8
we need to have a meeting about this before you try to make any more "fixes".

I strongly believe this is the wrong direction.

Powered by Google App Engine
This is Rietveld 408576698