diff options
Diffstat (limited to 'lld/MachO/OutputSegment.h')
-rw-r--r-- | lld/MachO/OutputSegment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/MachO/OutputSegment.h b/lld/MachO/OutputSegment.h index 62342370bf81..63b62d5e9109 100644 --- a/lld/MachO/OutputSegment.h +++ b/lld/MachO/OutputSegment.h @@ -23,6 +23,7 @@ constexpr const char data[] = "__DATA"; constexpr const char linkEdit[] = "__LINKEDIT"; constexpr const char dataConst[] = "__DATA_CONST"; constexpr const char ld[] = "__LD"; // output only with -r +constexpr const char dwarf[] = "__DWARF"; } // namespace segment_names |