[cfe-commits] r123041 - /cfe/trunk/Makefile

Eric Christopher echristo at apple.com
Fri Jan 7 14:44:50 PST 2011


Author: echristo
Date: Fri Jan  7 16:44:49 2011
New Revision: 123041

URL: http://llvm.org/viewvc/llvm-project?rev=123041&view=rev
Log:
Fix typo.

Modified:
    cfe/trunk/Makefile

Modified: cfe/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Makefile?rev=123041&r1=123040&r2=123041&view=diff
==============================================================================
--- cfe/trunk/Makefile (original)
+++ cfe/trunk/Makefile Fri Jan  7 16:44:49 2011
@@ -48,7 +48,7 @@
 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





More information about the cfe-commits mailing list