diff mx/suite.py @ 19883:4d33cd6e0c8f

refactored GraphBuilderConfiguration (and its component classes) into a separate project
author Doug Simon <doug.simon@oracle.com>
date Sun, 15 Mar 2015 11:36:54 +0100
parents 17cbf6870ca7
children dc3c886e3cca
line wrap: on
line diff
--- a/mx/suite.py	Sun Mar 15 10:52:22 2015 +0100
+++ b/mx/suite.py	Sun Mar 15 11:36:54 2015 +0100
@@ -803,6 +803,7 @@
       "sourceDirs" : ["src"],
       "dependencies" : [
         "com.oracle.graal.phases",
+        "com.oracle.graal.graphbuilderconf"
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "annotationProcessors" : ["com.oracle.graal.service.processor"],
@@ -810,6 +811,17 @@
       "workingSets" : "Graal,Java",
     },
 
+    "com.oracle.graal.graphbuilderconf" : {
+      "subDir" : "graal",
+      "sourceDirs" : ["src"],
+      "dependencies" : [
+        "com.oracle.graal.nodes",
+      ],
+      "checkstyle" : "com.oracle.graal.graph",
+      "javaCompliance" : "1.8",
+      "workingSets" : "Graal,Java",
+    },
+
     "com.oracle.graal.compiler.common" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],