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

Unified Diff: pydir/crosstest.py

Issue 1706883003: Subzero. Removes X8664_STACK_HACK from the crosstests. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: removes code setting the stack size Created 4 years, 10 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
« no previous file with comments | « crosstest/xdefs.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pydir/crosstest.py
diff --git a/pydir/crosstest.py b/pydir/crosstest.py
index 306f89401e287744e8623435d9af1d816c84c191..20cc349c568e29fc2168e436e26befa5d2fe32cd 100755
--- a/pydir/crosstest.py
+++ b/pydir/crosstest.py
@@ -199,14 +199,7 @@ def main():
).format(root=nacl_root,
sb=get_sfi_string(args, 'sb', 'nonsfi', 'native')))
- # TODO(jpp): clean up stack hack related code.
- needs_stack_hack = False
target_params = []
- if needs_stack_hack:
- shellcmd('{bin}/clang -g -o stack_hack.x8664.{key}.o -c '
- 'stack_hack.x8664.c'.format(bin=bindir, key=key))
- target_params.append('-DX8664_STACK_HACK')
- target_params.append('stack_hack.x8664.{key}.o'.format(key=key))
if args.target == 'arm32':
target_params.append('-DARM32')
« no previous file with comments | « crosstest/xdefs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698