diff options
-rw-r--r-- | compiler/llvmGen/LlvmCodeGen/Ppr.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/llvmGen/LlvmCodeGen/Ppr.hs b/compiler/llvmGen/LlvmCodeGen/Ppr.hs index a45902808e..202e685c0e 100644 --- a/compiler/llvmGen/LlvmCodeGen/Ppr.hs +++ b/compiler/llvmGen/LlvmCodeGen/Ppr.hs @@ -137,7 +137,7 @@ iTableSuf = "_itable" -- | Create a specially crafted section declaration that encodes the order this -- section should be in the final object code. --- +-- -- The LlvmMangler.llvmFixupAsm pass over the assembly produced by LLVM uses -- this section declaration to do its processing. mkLayoutSection :: Int -> LMSection @@ -149,4 +149,3 @@ mkLayoutSection n -- be unique since we process the assembly pattern matching this. infoSection :: String infoSection = "X98A__STRIP,__me" - |