[libcxx-commits] [libcxx] 3fe8ce3 - [libc++][NFC] Remove outdated comment about overridable_function being in libcxx/include
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 12 13:03:02 PDT 2024
Author: Louis Dionne
Date: 2024-07-12T16:02:54-04:00
New Revision: 3fe8ce390df3a3cdadee3089f158d14c02d07d78
URL: https://github.com/llvm/llvm-project/commit/3fe8ce390df3a3cdadee3089f158d14c02d07d78
DIFF: https://github.com/llvm/llvm-project/commit/3fe8ce390df3a3cdadee3089f158d14c02d07d78.diff
LOG: [libc++][NFC] Remove outdated comment about overridable_function being in libcxx/include
Added:
Modified:
libcxx/src/include/overridable_function.h
Removed:
################################################################################
diff --git a/libcxx/src/include/overridable_function.h b/libcxx/src/include/overridable_function.h
index fca66ea6daf7a..e71e4f104b290 100644
--- a/libcxx/src/include/overridable_function.h
+++ b/libcxx/src/include/overridable_function.h
@@ -61,8 +61,6 @@
// This mechanism should never be used outside of the libc++ built library. In particular,
// attempting to use this within the libc++ headers will not work at all because we don't
// want to be defining special sections inside user's executables which use our headers.
-// This is provided inside libc++'s include tree solely to make it easier to share with
-// libc++abi, which needs the same mechanism.
//
#if defined(_LIBCPP_OBJECT_FORMAT_MACHO)
More information about the libcxx-commits
mailing list