Changes between Version 4 and Version 5 of Commentary/Compiler/Backends/LLVM/GHC_LLVMPorting
- Timestamp:
- 06/27/11 18:12:58 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/Backends/LLVM/GHC_LLVMPorting
v4 v5 15 15 '''(6)''' Once '''(5)''' is working you have it all running except TABLES_NEXT_TO_CODE. So change that to Yes in your build.mk and get that working. This will probably involve changing the mangler used by LLVM to work on the platform you are targeting. 16 16 17 == Registerised Mode == 17 18 18 19 Here is an expanded version of what needs to be done in step 5 and 6 to get a registerised port of LLVM working:
