[Git][ghc/ghc][wip/T24634-oneshot-bytecode] remove -dynamic in T25090a
Torsten Schmits (@torsten.schmits)
gitlab at gitlab.haskell.org
Thu Aug 1 12:06:59 UTC 2024
Torsten Schmits pushed to branch wip/T24634-oneshot-bytecode at Glasgow Haskell Compiler / GHC
Commits:
999bf09a by Torsten Schmits at 2024-08-01T14:06:53+02:00
remove -dynamic in T25090a
- - - - -
1 changed file:
- testsuite/tests/bytecode/T25090/Makefile
Changes:
=====================================
testsuite/tests/bytecode/T25090/Makefile
=====================================
@@ -3,11 +3,11 @@ include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
T25090a:
- $(TEST_HC) -c -fbyte-code-and-object-code -dynamic C.hs-boot
- $(TEST_HC) -c -fbyte-code-and-object-code -dynamic B.hs
- $(TEST_HC) -c -fbyte-code-and-object-code -dynamic C.hs
- $(TEST_HC) -c -fbyte-code-and-object-code -dynamic D.hs
- $(TEST_HC) -c -fbyte-code-and-object-code -fprefer-byte-code -dynamic A.hs
+ $(TEST_HC) -c -fbyte-code-and-object-code C.hs-boot
+ $(TEST_HC) -c -fbyte-code-and-object-code B.hs
+ $(TEST_HC) -c -fbyte-code-and-object-code C.hs
+ $(TEST_HC) -c -fbyte-code-and-object-code D.hs
+ $(TEST_HC) -c -fbyte-code-and-object-code -fprefer-byte-code A.hs
$(TEST_HC) -fbyte-code-and-object-code -fprefer-byte-code D.o C.o B.o A.o -o exe
./exe
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/999bf09aea4e897023758bc6e9d3d897e0d455aa
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/999bf09aea4e897023758bc6e9d3d897e0d455aa
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/20240801/1a17d3cc/attachment-0001.html>
More information about the ghc-commits
mailing list