[Git][ghc/ghc][wip/llvm-ways] Fix T15155l not getting -fllvm

Krzysztof Gogolewski (@monoidal) gitlab at gitlab.haskell.org
Sun Oct 16 23:25:05 UTC 2022



Krzysztof Gogolewski pushed to branch wip/llvm-ways at Glasgow Haskell Compiler / GHC


Commits:
edfd863d by Krzysztof Gogolewski at 2022-10-17T01:21:15+02:00
Fix T15155l not getting -fllvm

- - - - -


1 changed file:

- testsuite/tests/codeGen/should_compile/Makefile


Changes:

=====================================
testsuite/tests/codeGen/should_compile/Makefile
=====================================
@@ -57,7 +57,7 @@ T15155:
 # Same as above, but in LLVM. Check that the static indirection b is compiled to
 # an alias.
 T15155l:
-	'$(TEST_HC)' $(TEST_HC_OPTS) -c -O0 -ddump-llvm T15155l.hs 2>/dev/null | \
+	'$(TEST_HC)' $(TEST_HC_OPTS) -c -O0 -fllvm -ddump-llvm T15155l.hs 2>/dev/null | \
 		grep -F "@T15155_b_closure = alias i8, i8* @T15155_a_closure"
 
 # Without -fcatch-nonexhaustive-cases `f` is non-CAFFY. With



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/edfd863d30b4fb22b0e122f4a92b664617fd1ea6

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/edfd863d30b4fb22b0e122f4a92b664617fd1ea6
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221016/879b10e7/attachment.html>


More information about the ghc-commits mailing list