Skip to content

Commit

Permalink
Move Opcodes.enum into OMROpcodes.enum to allow for extensibility
Browse files Browse the repository at this point in the history
Downstream projects will need to include OMROpcodes.enum and extend the
list inside their own Opcodes.enum. This is to ensure projects which do
not add the root directory containing OMR to the IPATH are able to
include OMR's own list of opcodes. Having OMROpcodes.enum in such cases
prevents circular indludes and name clashes when trying to extend the
opcodes list.

Signed-off-by: Filip Jeremic <fjeremic@ca.ibm.com>
  • Loading branch information
fjeremic committed Nov 11, 2020
1 parent 3cf1194 commit aa1b2b6
Show file tree
Hide file tree
Showing 2 changed files with 11,383 additions and 11,361 deletions.
Loading

0 comments on commit aa1b2b6

Please sign in to comment.