diff mx/suite.py @ 21602:250fbc03954a

Add missing option processors.
author Roland Schatz <roland.schatz@oracle.com>
date Fri, 29 May 2015 16:15:57 +0200
parents 6fffb62ccb32
children 93f282187d90
line wrap: on
line diff
--- a/mx/suite.py	Fri May 29 14:46:58 2015 +0200
+++ b/mx/suite.py	Fri May 29 16:15:57 2015 +0200
@@ -184,6 +184,7 @@
       ],
       "annotationProcessors" : [
         "com.oracle.jvmci.hotspotvmconfig.processor",
+        "com.oracle.jvmci.options.processor",
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",
@@ -452,6 +453,7 @@
         "JUNIT",
       ],
       "checkstyle" : "com.oracle.graal.graph",
+      "annotationProcessors" : ["com.oracle.jvmci.options.processor"],
       "javaCompliance" : "1.8",
       "workingSets" : "Graal",
     },