comparison mx/commands.py @ 10067:0d378ea2b822

gate: enable verification for aot
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 17 Jun 2013 09:48:30 +0200
parents 893bc1dbb58c
children 8dc4cdde75fb
comparison
equal deleted inserted replaced
10066:295ef03139f4 10067:0d378ea2b822
1044 vm(['-G:RegisterPressure=rbx,r11,r14,xmm3,xmm11,xmm14', '-esa', '-version']) 1044 vm(['-G:RegisterPressure=rbx,r11,r14,xmm3,xmm11,xmm14', '-esa', '-version'])
1045 tasks.append(t.stop()) 1045 tasks.append(t.stop())
1046 1046
1047 _vmbuild = 'product' 1047 _vmbuild = 'product'
1048 t = Task('BootstrapWithAOTConfiguration:product') 1048 t = Task('BootstrapWithAOTConfiguration:product')
1049 vm(['-G:+AOTCompilation', '-esa', '-version']) 1049 vm(['-G:+AOTCompilation', '-G:+VerifyPhases', '-esa', '-version'])
1050 tasks.append(t.stop()) 1050 tasks.append(t.stop())
1051 1051
1052 originalVm = _vm 1052 originalVm = _vm
1053 _vm = 'server' # hosted mode 1053 _vm = 'server' # hosted mode
1054 t = Task('UnitTests:hosted-product') 1054 t = Task('UnitTests:hosted-product')