[all-commits] [llvm/llvm-project] 4322d0: [lldb] Avoid having to list all the headers in hea...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Mar 19 07:45:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4322d03e4acce4eb0ba7c274d38015061e34a9c1
https://github.com/llvm/llvm-project/commit/4322d03e4acce4eb0ba7c274d38015061e34a9c1
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-03-19 (Wed, 19 Mar 2025)
Changed paths:
M lldb/bindings/headers.swig
Log Message:
-----------
[lldb] Avoid having to list all the headers in headers.swig (#131934)
When adding SBLock, I realized you always have to add a new header in
two places: LLDB.h and headers.swig.
I can't think of a reason the latter can't use the umbrella header and
avoid the duplication.
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