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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7deaffe0efce8c059424c6b6012d8339151c0ca3;p=clang Move -fdefine-sized-deallocation and -fno-sized-deallocation options from driver into CC1 for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230577 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index 4c767d1640..e713da6345 100644 --- a/www/cxx_status.html +++ b/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.