aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lld/MachO/OutputSegment.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lld/MachO/OutputSegment.h')
-rw-r--r--contrib/llvm-project/lld/MachO/OutputSegment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm-project/lld/MachO/OutputSegment.h b/contrib/llvm-project/lld/MachO/OutputSegment.h
index d977c281272f..63b62d5e9109 100644
--- a/contrib/llvm-project/lld/MachO/OutputSegment.h
+++ b/contrib/llvm-project/lld/MachO/OutputSegment.h
@@ -22,6 +22,8 @@ constexpr const char text[] = "__TEXT";
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