diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-10-20 16:03:50 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-10-20 16:28:42 -0700 |
commit | d5d6fb340410727345a7b5a47bcf83e7847ea4a3 (patch) | |
tree | 88b880020f9a51b694d9bf23e546db3a7b8377e6 /compiler/llvmGen/LlvmCodeGen/Data.hs | |
parent | a3860fc4e253ecb4854e86aed78c56e72f318840 (diff) | |
download | haskell-d5d6fb340410727345a7b5a47bcf83e7847ea4a3.tar.gz |
Revert "Place static closures in their own section."
This reverts commit b23ba2a7d612c6b466521399b33fe9aacf5c4f75.
Conflicts:
compiler/cmm/PprCmmDecl.hs
compiler/nativeGen/PPC/Ppr.hs
compiler/nativeGen/SPARC/Ppr.hs
compiler/nativeGen/X86/Ppr.hs
Diffstat (limited to 'compiler/llvmGen/LlvmCodeGen/Data.hs')
-rw-r--r-- | compiler/llvmGen/LlvmCodeGen/Data.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/llvmGen/LlvmCodeGen/Data.hs b/compiler/llvmGen/LlvmCodeGen/Data.hs index 6115b88fe8..1dbfb4b527 100644 --- a/compiler/llvmGen/LlvmCodeGen/Data.hs +++ b/compiler/llvmGen/LlvmCodeGen/Data.hs @@ -56,7 +56,6 @@ isSecConstant ReadOnlyData = True isSecConstant RelocatableReadOnlyData = True isSecConstant ReadOnlyData16 = True isSecConstant Data = False -isSecConstant StaticClosures = False isSecConstant UninitialisedData = False isSecConstant (OtherSection _) = False |