Skip to content

Commit e413983

Browse files
committed
Update comment.
1 parent 4ccf3ab commit e413983

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/include/llvm/MC/MCGOFFAttributes.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ namespace GOFF {
3838
// a text record) is associated with the part. When binding, only the data of
3939
// referenced PRs is pulled into the resulting binary.
4040
//
41-
// Both approaches are used, which means that the equivalent of a section in ELF
42-
// results in 3 GOFF symbols, either SD/ED/LD or SD/ED/PR. Moreover, certain
43-
// sections are fine with just defining SD/ED symbols. The SymbolMapper takes
44-
// care of all those details.
41+
// Both approaches are used. SD, ED, and PR elements are modelled by nested
42+
// MCSectionGOFF instances, while LD elements are associated with MCSymbolGOFF
43+
// instances.
4544

4645
// Attributes for SD symbols.
4746
struct SDAttr {

0 commit comments

Comments
 (0)