[Git][ghc/ghc][wip/t22599] debugging

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Thu Jan 5 00:00:58 UTC 2023



Matthew Pickering pushed to branch wip/t22599 at Glasgow Haskell Compiler / GHC


Commits:
553f5053 by Matthew Pickering at 2023-01-05T00:00:48+00:00
debugging

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -213,9 +213,9 @@ function set_toolchain_paths() {
           x86_64-darwin|aarch64-darwin) ;;
           *) fail "unknown NIX_SYSTEM" ;;
         esac
-        clang++ -v a.cpp
+        clang++ -v a.cpp -o a.o
         clang++ -v a.o -o a
-        clang -v a.o c++ -lc++abi
+        clang -v a.o c++ -lc++abi -o a
 
         nix-build .gitlab/darwin/toolchain.nix --argstr system "$NIX_SYSTEM" -o toolchain.sh
         cat toolchain.sh



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/553f5053997197f32d5aa4750066c6731e5faba7
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/20230104/8da907ed/attachment-0001.html>


More information about the ghc-commits mailing list