Skip to content

llvmGen: Consider Relocatable read-only data as not constant

Le Tuan requested to merge michivi/ghc:wip/18137-writable-reloc-data into master

This MR marks relocatable read-only data sections as writable. This is required when building object file without the GNU Assembler and the gold linker.

See #18137 (closed) for more details.

Edited by Le Tuan

Merge request reports