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

Side by Side Diff: crosstest/crosstest.cfg

Issue 1506653002: Subzero: Add Non-SFI support for x86-32. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 4 years, 11 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 unified diff | Download patch
« no previous file with comments | « Makefile.standalone ('k') | crosstest/test_arith_main.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [simple_loop] 1 [simple_loop]
2 driver: simple_loop_main.c 2 driver: simple_loop_main.c
3 test: simple_loop.c 3 test: simple_loop.c
4 4
5 [mem_intrin] 5 [mem_intrin]
6 driver: mem_intrin_main.cpp 6 driver: mem_intrin_main.cpp
7 test: mem_intrin.cpp 7 test: mem_intrin.cpp
8 flags: --sz=-fmem-intrin-opt 8 flags: --sz=-fmem-intrin-opt
9 9
10 [test_arith] 10 [test_arith]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 45
46 [test_strengthreduce] 46 [test_strengthreduce]
47 driver: test_strengthreduce_main.cpp 47 driver: test_strengthreduce_main.cpp
48 test: test_strengthreduce.cpp 48 test: test_strengthreduce.cpp
49 # Disable clang-side optimizations so that pnacl-sz sees suitable 49 # Disable clang-side optimizations so that pnacl-sz sees suitable
50 # bitcode patterns. 50 # bitcode patterns.
51 flags: --clang-opt=0 51 flags: --clang-opt=0
52 52
53 [test_sync_atomic] 53 [test_sync_atomic]
54 driver: test_sync_atomic_main.cpp 54 driver: test_sync_atomic_main.cpp
55 # Compile the non-Subzero object files straight from source since the native
56 # LLVM backend does not understand how to lower NaCl-specific intrinsics.
57 flags: --crosstest-bitcode=0
58 test: test_sync_atomic.cpp 55 test: test_sync_atomic.cpp
59 56
60 [test_vector_ops] 57 [test_vector_ops]
61 driver: test_vector_ops_main.cpp 58 driver: test_vector_ops_main.cpp
62 test: test_vector_ops.ll 59 test: test_vector_ops.ll
OLDNEW
« no previous file with comments | « Makefile.standalone ('k') | crosstest/test_arith_main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698