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

Unified Diff: pydir/crosstest.py

Issue 639543002: Add cross test for vector itofp and fptoi casts. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: share more 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
« no previous file with comments | « crosstest/test_select_main.cpp ('k') | pydir/szbuild.py » ('j') | 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 73f2925ff077efedfec18675fcc12c4a9c8f0102..0a166eaba59abca345948b6ed324de23e5b33ea1 100755
--- a/pydir/crosstest.py
+++ b/pydir/crosstest.py
@@ -144,6 +144,9 @@ if __name__ == '__main__':
objs.append((
'{root}/toolchain_build/src/subzero/runtime/szrt.{ext}'
).format(root=nacl_root, ext='c' if pure_c else 'cpp'))
+ objs.append((
+ '{root}/toolchain_build/src/subzero/runtime/szrt_i686.ll'
+ ).format(root=nacl_root))
linker = 'clang' if pure_c else 'clang++'
shellcmd([linker, '-g', '-m32', args.driver] +
objs +
« no previous file with comments | « crosstest/test_select_main.cpp ('k') | pydir/szbuild.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698