summaryrefslogtreecommitdiff
path: root/compiler/utils/Platform.hs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an ArchUnknown constructor to the arch typeIan Lynagh2011-05-311-2/+3
| | | | | Fixes build problems on platforms for which we did not have and Arch constructor.
* Move Platform from compiler/nativeGen to compiler/utilsIan Lynagh2011-05-071-0/+104
We want to use it across the whole compiler now