From 61fe0ac9b3516fb470e15425fef22d29dbd2585a Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Tue, 16 Apr 2013 17:34:20 +0000 Subject: [PATCH] Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.org/bugs/show_bug.cgi?id=15761 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@179609 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/buildit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buildit b/lib/buildit index 347c6c0b9..1f77dbb6c 100755 --- a/lib/buildit +++ b/lib/buildit @@ -37,7 +37,7 @@ fi EXTRA_FLAGS="-std=c++0x -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion \ -Wnewline-eof -Wpadded -Wmissing-prototypes -Wstrict-aliasing=2 \ - -Wstrict-overflow=4" + -Wstrict-overflow=4 " case $TRIPLE in *-apple-*)