File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
<os family =" windows" />
26
26
</condition >
27
27
28
- <property name =" mx.cmd" value = " ../../ mx/mx" />
29
- <property name =" mx.cmd" value = " ..\.. \mx\mx.cmd" if : true =" ${ is.windows } " />
28
+ <property name =" mx.cmd" location = " ${ libs.dir } / mx/mx" unless : true = " ${ is.windows } " />
29
+ <property name =" mx.cmd" location = " ${ libs.dir } \mx\mx.cmd" if : true =" ${ is.windows } " />
30
30
31
31
<property name =" build.dir" value =" build" />
32
32
<property name =" classes.dir" value =" ${ build.dir } /classes" />
69
69
<matches string =" ${ java.version } " pattern =" ^9\." />
70
70
</condition >
71
71
</target >
72
-
72
+
73
73
<target name =" check-truffle-available" >
74
74
<available file =" ${ lib.dir } /truffle/.git" property =" truffle.present" />
75
75
</target >
93
93
http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html
94
94
for a JVMCI JDK Download.
95
95
</echo >
96
-
96
+
97
97
<exec executable =" ${ mx.cmd } " dir =" ${ graal.dir } " failonerror =" true" >
98
98
<arg value =" build" />
99
99
</exec >
307
307
<target name =" superinstructions-tests" depends =" compile-som" >
308
308
<exec executable =" tests/superinstructions/test.sh" failonerror =" true" ></exec >
309
309
</target >
310
-
310
+
311
311
<target name =" update-test-data" depends =" compile-som" description =" Updates the test data for DynamicMetrics and SuperInstructions" >
312
312
<exec executable =" tests/dym/test.sh" failonerror =" true" >
313
313
<arg value =" update" />
You can’t perform that action at this time.
0 commit comments