Fix typo.

llvm-svn: 123041
This commit is contained in:
Eric Christopher 2011-01-07 22:44:49 +00:00
parent 5cc7a1fcad
commit 7d5f2ff6c9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ CPP.Flags += -DCLANG_VENDOR='"$(CLANG_VENDOR) "'
endif
# Disable -fstrict-aliasing. Darwin disables it by default (and LLVM doesn't
# work with it enabled with GCC), Clang/llvm-gc don't support it yet, and newer
# work with it enabled with GCC), Clang/llvm-gcc don't support it yet, and newer
# GCC's have false positive warnings with it on Linux (which prove a pain to
# fix). For example:
# http://gcc.gnu.org/PR41874