summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/CLabel.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Cmm/CLabel.hs')
-rw-r--r--compiler/GHC/Cmm/CLabel.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Cmm/CLabel.hs b/compiler/GHC/Cmm/CLabel.hs
index ef53715617..34217d317f 100644
--- a/compiler/GHC/Cmm/CLabel.hs
+++ b/compiler/GHC/Cmm/CLabel.hs
@@ -1029,7 +1029,7 @@ labelDynamic dflags this_mod lbl =
externalDynamicRefs && (this_pkg /= rtsUnitId)
IdLabel n _ _ ->
- isDllName dflags this_mod n
+ isDynLinkName dflags this_mod n
-- When compiling in the "dyn" way, each package is to be linked into
-- its own shared library.