diff options
author | Larisse Voufo <lvoufo@google.com> | 2015-02-22 06:36:46 +0000 |
---|---|---|
committer | Larisse Voufo <lvoufo@google.com> | 2015-02-22 06:36:46 +0000 |
commit | 0d0237f6cb01329b02b6d058e09381816b980940 (patch) | |
tree | e4fdb20c65258f1a3d2cd6c02b4eeb49aedc99a8 /clang/www | |
parent | 9483dc21be9eb62cc70b9c9c66b8f2d22132a606 (diff) | |
download | bcm5719-llvm-0d0237f6cb01329b02b6d058e09381816b980940.tar.gz bcm5719-llvm-0d0237f6cb01329b02b6d058e09381816b980940.zip |
Move -fdefine-sized-deallocation and -fno-sized-deallocation options from driver into CC1 for now.
llvm-svn: 230158
Diffstat (limited to 'clang/www')
-rw-r--r-- | clang/www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 4c767d1640e..e713da63459 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -510,7 +510,7 @@ libc++ 3.7 or later, or libstdc++ 5 or later. Alternatively, you can use the <code>-Xclang -fdefine-sized-deallocation</code> compiler option to enable the implementation from Clang 3.4 through Clang 3.6, where weak definitions of sized deallocation functions are implicitly generated (by the compiler). You can also use the <code>-Xclang -fno-sized-deallocation</code> option -to disable sized deallocation. Note that both of these flags are temporary provisions and may go away +to disable sized deallocation. Note that both of these flags arw temporary provisions and may go away soon. </span> </p> |