mx/suite.py
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File basic-graal Cdiff mx/suite.py

mx/suite.py

Print this page

        

*** 630,640 **** }, "com.oracle.graal.replacements.amd64" : { "subDir" : "graal", "sourceDirs" : ["src"], ! "dependencies" : ["com.oracle.graal.replacements"], "checkstyle" : "com.oracle.graal.graph", "javaCompliance" : "1.8", "annotationProcessors" : ["com.oracle.graal.service.processor"], "workingSets" : "Graal,Replacements,AMD64", }, --- 630,643 ---- }, "com.oracle.graal.replacements.amd64" : { "subDir" : "graal", "sourceDirs" : ["src"], ! "dependencies" : [ ! "com.oracle.graal.replacements", ! "com.oracle.graal.amd64", ! ], "checkstyle" : "com.oracle.graal.graph", "javaCompliance" : "1.8", "annotationProcessors" : ["com.oracle.graal.service.processor"], "workingSets" : "Graal,Replacements,AMD64", },
mx/suite.py
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File