Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.org/bugs...
authorHoward Hinnant <hhinnant@apple.com>
Tue, 16 Apr 2013 17:34:20 +0000 (17:34 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Tue, 16 Apr 2013 17:34:20 +0000 (17:34 +0000)
llvm-svn: 179609

libcxx/lib/buildit

index 347c6c0..1f77dbb 100755 (executable)
@@ -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-*)