diff mx.graal/suite.py @ 22935:29114298229f

SPARC-specific canonicalization of sub-int compare
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 03 Nov 2015 18:14:26 +0100
parents 1be41e5b62d4
children 36a46bae0a59
line wrap: on
line diff
--- a/mx.graal/suite.py	Tue Nov 03 13:30:53 2015 +0100
+++ b/mx.graal/suite.py	Tue Nov 03 18:14:26 2015 +0100
@@ -733,7 +733,8 @@
       "sourceDirs" : ["src"],
       "dependencies" : [
         "com.oracle.graal.compiler",
-        "com.oracle.graal.lir.sparc"
+        "com.oracle.graal.lir.sparc",
+        "com.oracle.graal.java"
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "annotationProcessors" : deps([
@@ -748,7 +749,7 @@
       "subDir" : "graal",
       "sourceDirs" : ["src"],
       "dependencies" : deps([
-        "com.oracle.graal.compiler.test",
+        "com.oracle.graal.lir.jtt",
         "jvmci:JVMCI_HOTSPOT"
       ]),
       "checkstyle" : "com.oracle.graal.graph",