[all-commits] [llvm/llvm-project] 08a61e: [libcxxabi/demangle] Remove __cxxabi_config.h incl...
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Aug 5 11:44:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08a61eb01172054fc5f8c78ff527f01d9768569b
https://github.com/llvm/llvm-project/commit/08a61eb01172054fc5f8c78ff527f01d9768569b
Author: Nico Weber <thakis at chromium.org>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
Log Message:
-----------
[libcxxabi/demangle] Remove __cxxabi_config.h include (#101971)
The demangler is shared between libcxxabi and llvm/lib/Demangle, see
libcxxabi/src/demangle/README.txt. The copy in llvm/lib/Demangle cannot
use __cxxabi_config.h. Remove the include. It was only used to identify
clang, which can easily be done without the include as well.
No intended behavior change.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list