| 188 | | == Modify Remaining Code Generators == |
| 189 | | |
| 190 | | Until a compiler step is available that removes the new MachOps for other code generators, or a switch is a available that completely turns off other code generators, the native (and probably C) code generators will have to be modified to accept the new MachOps and convert them to equivalent supported MachOps. Without the modifications, the compile will not complete successfully. |
| | 188 | == Modify Native Code Generator == |
| | 189 | |
| | 190 | Unfortunately, the native code generator will also have to be recompiled. The GHC compilation depends on a 6.x version of GHC, before native LLVM code generation was built into the HEAD (so simply modifying the mk/build.mk file to go to -fllvm does not work). |