Commits

Saleem Abdulrasool committed eeebf0cbe37
IRGen: give the force load symbol export DLL storage The force load symbol was not marked as DLL export. This would result in the symbol not being emitted into the import library and consequently not being available to the consumer. This ensures that the symbol is visible outside of the module.