summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/all.T
diff options
context:
space:
mode:
authorThijs Alkemade <me@thijsalkema.de>2016-12-06 17:12:17 -0500
committerBen Gamari <ben@smart-cactus.org>2016-12-06 18:44:43 -0500
commitb7e88ee0d87f41cf1d8aba62aa44d5bf0a7404ad (patch)
treea80d546ceee8179f8eca6f26840da6edb74ca51e /testsuite/tests/codeGen/should_run/all.T
parenteafa06dce4aa815159ebba5a34d5137cf401ffbc (diff)
downloadhaskell-b7e88ee0d87f41cf1d8aba62aa44d5bf0a7404ad.tar.gz
Reduce the size of string literals in binaries.
Removed the alignment for strings and mark then as cstring sections in the generated asm so the linker can merge duplicate sections. Reviewers: rwbarton, trofi, austin, trommler, simonmar, hvr, bgamari Reviewed By: hvr, bgamari Subscribers: simonpj, hvr, thomie Differential Revision: https://phabricator.haskell.org/D1290 GHC Trac Issues: #9577
Diffstat (limited to 'testsuite/tests/codeGen/should_run/all.T')
-rw-r--r--testsuite/tests/codeGen/should_run/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 8d58222a2d..fb7bdc2603 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -148,3 +148,4 @@ test('T12059', normal, compile_and_run, [''])
test('T12433', normal, compile_and_run, [''])
test('T12757', normal, compile_and_run, [''])
test('T12855', normal, compile_and_run, [''])
+test('T9577', [ unless(arch('x86_64') or arch('i386'),skip), only_ways(['normal']) ], compile_and_run, [''])