From 0d0237f6cb01329b02b6d058e09381816b980940 Mon Sep 17 00:00:00 2001 From: Larisse Voufo Date: Sun, 22 Feb 2015 06:36:46 +0000 Subject: [PATCH] Move -fdefine-sized-deallocation and -fno-sized-deallocation options from driver into CC1 for now. llvm-svn: 230158 --- 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