summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Pipeline/Execute.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-01-26 20:38:45 -0500
committerBen Gamari <ben@smart-cactus.org>2022-01-29 14:52:56 -0500
commit313afb3d0f96c952ae74c946f8166a80f7e64d4a (patch)
tree8345a776cf037efa15d0c901e22fcef124037fc2 /compiler/GHC/Driver/Pipeline/Execute.hs
parent0a1d0944d68265cb48cdb8e42f658d58c1cfdac7 (diff)
downloadhaskell-313afb3d0f96c952ae74c946f8166a80f7e64d4a.tar.gz
A few comment cleanups
Diffstat (limited to 'compiler/GHC/Driver/Pipeline/Execute.hs')
-rw-r--r--compiler/GHC/Driver/Pipeline/Execute.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Driver/Pipeline/Execute.hs b/compiler/GHC/Driver/Pipeline/Execute.hs
index c1f7c3769a..a777d6f66d 100644
--- a/compiler/GHC/Driver/Pipeline/Execute.hs
+++ b/compiler/GHC/Driver/Pipeline/Execute.hs
@@ -1257,6 +1257,7 @@ getGhcVersionPathName dflags unit_env = do
(x:_) -> return x
-- Note [-fPIC for assembler]
+-- ~~~~~~~~~~~~~~~~~~~~~~~~~~
-- When compiling .c source file GHC's driver pipeline basically
-- does the following two things:
-- 1. ${CC} -S 'PIC_CFLAGS' source.c