summaryrefslogtreecommitdiff
path: root/coreconf/WIN32.mk
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2015-08-18 17:49:41 -0700
committerWan-Teh Chang <wtc@google.com>2015-08-18 17:49:41 -0700
commit5199eb9f374d21c0fc4303c93380a8776aa4d59d (patch)
tree8d5423736054ade29144ac4eeb1baf6614bb7485 /coreconf/WIN32.mk
parentadbfb43df57fc5fc5b48e6605afc0e50355fdc22 (diff)
downloadnss-hg-5199eb9f374d21c0fc4303c93380a8776aa4d59d.tar.gz
Bug 1193467: Update the comment for allowing SSE2 on clang-cl builds
to match the comment used in Mozilla's configure.in script.
Diffstat (limited to 'coreconf/WIN32.mk')
-rw-r--r--coreconf/WIN32.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/coreconf/WIN32.mk b/coreconf/WIN32.mk
index f891e770d..b8f8f48c4 100644
--- a/coreconf/WIN32.mk
+++ b/coreconf/WIN32.mk
@@ -215,7 +215,8 @@ ifdef USE_64
else
DEFINES += -D_X86_
# VS2012 defaults to -arch:SSE2. Use -arch:IA32 to avoid requiring
- # SSE2. Clang-cl gets confused by -arch:IA32, so SSE2 is allowed.
+ # SSE2. Clang-cl gets confused by -arch:IA32, so don't add it.
+ # (See https://llvm.org/bugs/show_bug.cgi?id=24335)
# Use subsystem 5.01 to allow running on Windows XP.
ifeq ($(_MSC_VER_GE_11),1)
ifneq ($(CLANG_CL),1)