diff options
| author | Shuxin Yang <shuxin.llvm@gmail.com> | 2013-08-23 22:01:03 +0000 |
|---|---|---|
| committer | Shuxin Yang <shuxin.llvm@gmail.com> | 2013-08-23 22:01:03 +0000 |
| commit | 0e61122bb3a41015369e92d11ac980e7e431ec97 (patch) | |
| tree | afd6cd042f012db49b580e94ef8e448bf592369f /clang | |
| parent | 493f045e75617773468e1d77d7b7aecc07bf6b98 (diff) | |
| download | bcm5719-llvm-0e61122bb3a41015369e92d11ac980e7e431ec97.tar.gz bcm5719-llvm-0e61122bb3a41015369e92d11ac980e7e431ec97.zip | |
Add note about following two commands are no longer equivalent.
- "clang -O3 -flto a.c -c", and
- "clang -emit-llvm a.c -c"
Thank Rafael for tips.
llvm-svn: 189150
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/docs/ReleaseNotes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 8dd26faab9f..df4ee1b5a09 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -61,7 +61,8 @@ New Compiler Flags - Clang no longer special cases -O4 to enable lto. Explicitly pass -flto to enable it. -- ... +- Command line "clang -O3 -flto a.c -c" and "clang -emit-llvm a.c -c" + are no longer equivalent. C Language Changes in Clang --------------------------- |

