[all-commits] [llvm/llvm-project] 8210a5: [Demangle] Guard DEMANGLE_ABI and add missing anno...
Fabrice de Gans via All-commits
all-commits at lists.llvm.org
Thu Jun 11 02:48:26 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8210a58044d1e6d86473fdf810396d285c86ff36
https://github.com/llvm/llvm-project/commit/8210a58044d1e6d86473fdf810396d285c86ff36
Author: Fabrice de Gans <Steelskin at users.noreply.github.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M libcxxabi/src/demangle/Utility.h
M llvm/include/llvm/Demangle/DemangleConfig.h
M llvm/include/llvm/Demangle/Utility.h
Log Message:
-----------
[Demangle] Guard DEMANGLE_ABI and add missing annotation (#202920)
This updates the DEMANGLE_ABI annotation to only be defined if it is not
already defined. This is required to parse the Demangle headers with the
ids-check script.
In addition, this adds one missing DEMANGLE_ABI annotation.
This effort is tracked in #109483.
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