[libcxx] r179609 - Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.org/bugs/show_bug.cgi?id=15761
Howard Hinnant
hhinnant at apple.com
Tue Apr 16 10:34:20 PDT 2013
Author: hhinnant
Date: Tue Apr 16 12:34:20 2013
New Revision: 179609
URL: http://llvm.org/viewvc/llvm-project?rev=179609&view=rev
Log:
Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.org/bugs/show_bug.cgi?id=15761
Modified:
libcxx/trunk/lib/buildit
Modified: libcxx/trunk/lib/buildit
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/buildit?rev=179609&r1=179608&r2=179609&view=diff
==============================================================================
--- libcxx/trunk/lib/buildit (original)
+++ libcxx/trunk/lib/buildit Tue Apr 16 12:34:20 2013
@@ -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-*)
More information about the cfe-commits
mailing list