From 556d1783c34b3d4419c569bf12716c5ed2c11b31 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Fri, 27 Oct 2017 17:09:36 -0300
Subject: [PATCH] Updated the installation instructions to explain how to
 compile on OSX.

---
 INSTALL.swift | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/INSTALL.swift b/INSTALL.swift
index b39d91d92c..fd96020011 100644
--- a/INSTALL.swift
+++ b/INSTALL.swift
@@ -78,9 +78,11 @@ also be switched off for benchmarking purposes. To do so, you can use:
 Please note that to build SWIFT on MacOS, you will need to configure
 using
 
-    ./configure --disable-vec --disable-compiler-warnings
+    ./configure --disable-compiler-warnings
+
+due to the incorrect behaviour of the LLVM compiler on this platform
+that raises warnings when the pthread flags are passed to the linker.
 
-due to some features not being available on the Mac platform.
 
 
                                  Dependencies
-- 
GitLab