diff mx.graal/suite.py @ 22931:d7df89bcc764

Unittest checking AMD64NodeMatchRules are effective
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 02 Nov 2015 14:57:32 +0100
parents 42b2c81a99e1
children 1be41e5b62d4
line wrap: on
line diff
--- a/mx.graal/suite.py	Tue Nov 03 11:01:20 2015 +0100
+++ b/mx.graal/suite.py	Mon Nov 02 14:57:32 2015 +0100
@@ -720,6 +720,7 @@
       "sourceDirs" : ["src"],
       "dependencies" : deps([
         "com.oracle.graal.lir.jtt",
+        "com.oracle.graal.lir.amd64",
         "jvmci:JVMCI_HOTSPOT"
       ]),
       "checkstyle" : "com.oracle.graal.graph",