diff options
author | Reid Barton <rwbarton@gmail.com> | 2017-03-09 10:42:49 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-09 10:42:58 -0500 |
commit | 90009cf62bcebf875e68af625dbdbfc3c2f71717 (patch) | |
tree | e1eeb7fbca85ae9d940393240beab65087a76152 /configure.ac | |
parent | 7b087aeba45a7a70a5553ef4c116ee67660423e8 (diff) | |
download | haskell-90009cf62bcebf875e68af625dbdbfc3c2f71717.tar.gz |
llvm backend: Put string constants in .rodata.str.* sections (#13265)
The .cstring.* sections don't get merged by the linker (bfd or gold).
That's bad, and especially bad in #13265 where it caused the number of
sections to exceed what is apparently an internal limit in ld.bfd.
Test Plan:
I can only test this on Linux, and I am guessing at what
the correct behavior is on Mac OS and Windows (and AIX I suppose).
Testers on other platforms would be much appreciated, though I
understand that the LLVM backend is broken on Mac OS currently for
other reasons (#13378).
Reviewers: olsner, austin, xnyhps, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D3282
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions