From: Larisse Voufo Date: Wed, 25 Feb 2015 23:48:25 +0000 (+0000) Subject: Move -fdefine-sized-deallocation and -fno-sized-deallocation options from driver... X-Git-Tag: llvmorg-3.7.0-rc1~10836 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=351f309dab32cb262cf4f923849301bd4ff40e9e;p=platform%2Fupstream%2Fllvm.git Move -fdefine-sized-deallocation and -fno-sized-deallocation options from driver into CC1 for now. llvm-svn: 230577 --- diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 4c767d1..e713da6 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 -Xclang -fdefine-sized-deallocation 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 -Xclang -fno-sized-deallocation 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.