Skip to content

Commit 63e164a

Browse files
committed
consolidated Graal processors and tests to fewer projects
1 parent f13ec6c commit 63e164a

File tree

1,567 files changed

+77
-562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,567 files changed

+77
-562
lines changed

compiler/mx.compiler/suite.py

Lines changed: 59 additions & 553 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
org.graalvm.compiler.replacements.processor.ReplacementsAnnotationProcessor
2+
org.graalvm.compiler.nodeinfo.processor.GraphNodeProcessor
3+
org.graalvm.compiler.lir.processor.IntrinsicStubProcessor
4+
org.graalvm.compiler.lir.processor.StubPortProcessor
5+
org.graalvm.compiler.truffle.compiler.hotspot.libgraal.processor.TruffleFromLibGraalProcessor
6+
org.graalvm.compiler.core.match.processor.MatchProcessor
7+
org.graalvm.compiler.options.processor.OptionProcessor
8+
org.graalvm.compiler.serviceprovider.processor.ServiceProviderProcessor

0 commit comments

Comments
 (0)