comparison mx.graal/suite.py @ 22932:1be41e5b62d4

Add SERVICE_PROCESSOR as dist dependency to MATCH_PROCESSOR
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 03 Nov 2015 13:09:25 +0100
parents d7df89bcc764
children 29114298229f
comparison
equal deleted inserted replaced
22931:d7df89bcc764 22932:1be41e5b62d4
95 "JVMCI" : { 95 "JVMCI" : {
96 "sha1" : "f4f0d6cfa751fa644163008810d5123c4c298104", 96 "sha1" : "f4f0d6cfa751fa644163008810d5123c4c298104",
97 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-b0e383e27552.jar"], 97 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-b0e383e27552.jar"],
98 "sourceSha1" : "9781af80d9f43b4f1a5b17802ea8d0c8c50d563c", 98 "sourceSha1" : "9781af80d9f43b4f1a5b17802ea8d0c8c50d563c",
99 "sourceUrls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-b0e383e27552.src.zip"], 99 "sourceUrls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-b0e383e27552.src.zip"],
100 "license": "GPLv2-CPE",
100 }, 101 },
101 }), 102 }),
102 103
103 "projects" : { 104 "projects" : {
104 105
707 ], 708 ],
708 "checkstyle" : "com.oracle.graal.graph", 709 "checkstyle" : "com.oracle.graal.graph",
709 "annotationProcessors" : deps([ 710 "annotationProcessors" : deps([
710 "GRAAL_NODEINFO_PROCESSOR", 711 "GRAAL_NODEINFO_PROCESSOR",
711 "GRAAL_COMPILER_MATCH_PROCESSOR", 712 "GRAAL_COMPILER_MATCH_PROCESSOR",
712 "jvmci:JVMCI_SERVICE_PROCESSOR",
713 ]), 713 ]),
714 "javaCompliance" : "1.8", 714 "javaCompliance" : "1.8",
715 "workingSets" : "Graal,AMD64", 715 "workingSets" : "Graal,AMD64",
716 }, 716 },
717 717
737 ], 737 ],
738 "checkstyle" : "com.oracle.graal.graph", 738 "checkstyle" : "com.oracle.graal.graph",
739 "annotationProcessors" : deps([ 739 "annotationProcessors" : deps([
740 "GRAAL_NODEINFO_PROCESSOR", 740 "GRAAL_NODEINFO_PROCESSOR",
741 "GRAAL_COMPILER_MATCH_PROCESSOR", 741 "GRAAL_COMPILER_MATCH_PROCESSOR",
742 "jvmci:JVMCI_SERVICE_PROCESSOR",
743 ]), 742 ]),
744 "javaCompliance" : "1.8", 743 "javaCompliance" : "1.8",
745 "workingSets" : "Graal,SPARC", 744 "workingSets" : "Graal,SPARC",
746 }, 745 },
747 746
1116 }, 1115 },
1117 1116
1118 "GRAAL_COMPILER_MATCH_PROCESSOR" : { 1117 "GRAAL_COMPILER_MATCH_PROCESSOR" : {
1119 "subDir" : "graal", 1118 "subDir" : "graal",
1120 "dependencies" : ["com.oracle.graal.compiler.match.processor"], 1119 "dependencies" : ["com.oracle.graal.compiler.match.processor"],
1121 "distDependencies" : [ 1120 "distDependencies" : deps([
1122 "GRAAL_COMPILER", 1121 "GRAAL_COMPILER",
1123 ] 1122 "jvmci:JVMCI_SERVICE_PROCESSOR",
1123 ])
1124 }, 1124 },
1125 }, 1125 },
1126 } 1126 }