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

Unified Diff: pydir/szbuild.py

Issue 695993004: Subzero: Switch to AT&T asm syntax. I give up. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pydir/szbuild.py
diff --git a/pydir/szbuild.py b/pydir/szbuild.py
index 13eed429902ad191710987cafa569512ed8f0dcc..b05b81af3a6924de9188b7a226f4c1cb285c494d 100755
--- a/pydir/szbuild.py
+++ b/pydir/szbuild.py
@@ -202,7 +202,7 @@ def ProcessPexe(args, pexe, exe):
[pexe],
echo=args.verbose)
shellcmd((
- 'llvm-mc -arch=x86 -x86-asm-syntax=intel -filetype=obj -o {obj} ' +
+ 'llvm-mc -arch=x86 -filetype=obj -o {obj} ' +
'{asm}'
).format(asm=asm_sz, obj=obj_sz), echo=args.verbose)
shellcmd((

Powered by Google App Engine
This is Rietveld 408576698