[all-commits] [llvm/llvm-project] 7e6a2e: [GOFF] Introduce GOFFWriter class
Kai Nacke via All-commits
all-commits at lists.llvm.org
Wed Jun 25 08:55:18 PDT 2025
Branch: refs/heads/users/redstar/goffwriter-2
Home: https://github.com/llvm/llvm-project
Commit: 7e6a2e267560b81448dc84c72d653fd3d2384914
https://github.com/llvm/llvm-project/commit/7e6a2e267560b81448dc84c72d653fd3d2384914
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M llvm/include/llvm/MC/MCGOFFObjectWriter.h
M llvm/include/llvm/MC/MCGOFFStreamer.h
M llvm/lib/MC/GOFFObjectWriter.cpp
M llvm/lib/MC/MCGOFFStreamer.cpp
Log Message:
-----------
[GOFF] Introduce GOFFWriter class
The GOFFWriter has 2 purposes:
- Simplify resource management
- Enable writing of split DWARF files
It follows the design of the other writer classes. No added functionality at this point.
This changes also makes the GOFFObjectWriter a public class.
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