diff options
author | Eric Christopher <echristo@apple.com> | 2011-01-07 22:44:49 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-01-07 22:44:49 +0000 |
commit | 0574c78c5a9d1258b3584ad04596e85aaa6c6f8b (patch) | |
tree | 3de6a200acd815530d38115af06c0c91b52eb27f /Makefile | |
parent | e8bbf98ba4a388d89d1b4da9e15aabedf8eb53a6 (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123041 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |