[commit: ghc] master: Use handy shortcut llvm_ways (9b0d033)
git at git.haskell.org
git at git.haskell.org
Fri Nov 23 09:12:56 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9b0d03331b8ef0abaef609a22dcd221f8e91b759/ghc
>---------------------------------------------------------------
commit 9b0d03331b8ef0abaef609a22dcd221f8e91b759
Author: Gabor Greif <ggreif at gmail.com>
Date: Fri Nov 23 10:09:57 2018 +0100
Use handy shortcut llvm_ways
>---------------------------------------------------------------
9b0d03331b8ef0abaef609a22dcd221f8e91b759
testsuite/tests/codeGen/should_compile/all.T | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/testsuite/tests/codeGen/should_compile/all.T b/testsuite/tests/codeGen/should_compile/all.T
index f8e2fb0..7a5e103 100644
--- a/testsuite/tests/codeGen/should_compile/all.T
+++ b/testsuite/tests/codeGen/should_compile/all.T
@@ -14,12 +14,12 @@ test('T3286', [], multimod_compile, ['T3286', '-v0'])
test('T3579', normal, compile, [''])
test('T2578', normal, run_command, ['$MAKE -s --no-print-directory T2578'])
# skip llvm on i386 as we don't support fPIC
-test('jmp_tbl', when(arch('i386'), omit_ways(['llvm', 'optllvm'])), compile, ['-fPIC -O'])
+test('jmp_tbl', when(arch('i386'), omit_ways(llvm_ways)), compile, ['-fPIC -O'])
test('massive_array',
- [ when(arch('i386'), omit_ways(['llvm', 'optllvm'])) ],
+ [ when(arch('i386'), omit_ways(llvm_ways)) ],
compile, ['-fPIC'])
test('T7237', normal, compile, [''])
-test('T7574', [cmm_src, omit_ways(['llvm', 'optllvm'])], compile, [''])
+test('T7574', [cmm_src, omit_ways(llvm_ways)], compile, [''])
test('T8205', normal, compile, ['-O0'])
test('T9155', normal, compile, ['-O2'])
test('T9303', normal, compile, ['-O2'])
More information about the ghc-commits
mailing list