summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2019-12-22 09:36:53 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-12-27 15:12:17 -0500
commit8d76bcc2c0111fdd5ee0ed3e60cdce91ca2172c5 (patch)
treef9e45c814dcee543cf3505caa400efb63afd979e /compiler
parent0c51aeebc79edd9b317109019522b5ee557c92df (diff)
downloadhaskell-8d76bcc2c0111fdd5ee0ed3e60cdce91ca2172c5.tar.gz
while at it rename XCode to the official Xcode
Diffstat (limited to 'compiler')
-rw-r--r--compiler/main/SysTools/Info.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/main/SysTools/Info.hs b/compiler/main/SysTools/Info.hs
index e61846d4e6..93c2819528 100644
--- a/compiler/main/SysTools/Info.hs
+++ b/compiler/main/SysTools/Info.hs
@@ -231,13 +231,13 @@ getCompilerInfo' dflags = do
-- FreeBSD clang
| any ("FreeBSD clang version" `isInfixOf`) stde =
return Clang
- -- XCode 5.1 clang
+ -- Xcode 5.1 clang
| any ("Apple LLVM version 5.1" `isPrefixOf`) stde =
return AppleClang51
- -- XCode 5 clang
+ -- Xcode 5 clang
| any ("Apple LLVM version" `isPrefixOf`) stde =
return AppleClang
- -- XCode 4.1 clang
+ -- Xcode 4.1 clang
| any ("Apple clang version" `isPrefixOf`) stde =
return AppleClang
-- Unknown linker.