From 351f309dab32cb262cf4f923849301bd4ff40e9e Mon Sep 17 00:00:00 2001 From: Larisse Voufo Date: Wed, 25 Feb 2015 23:48:25 +0000 Subject: [PATCH] Move -fdefine-sized-deallocation and -fno-sized-deallocation options from driver into CC1 for now. llvm-svn: 230577 --- clang/www/cxx_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.7.4