aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-12-13 06:36:18 +0000
committerEric Christopher <echristo@gmail.com>2012-12-13 06:36:18 +0000
commitef8581479e58fe092178a9727f373a61b690a8df (patch)
treed9614f1df4823723f601117bc7f569063fe93833 /include
parenta61b17c18a67f1b3faef2f2108379c4337ce9bb7 (diff)
Revert "Add a funciton to get the segment name of a section."
This reverts commit r170095 since it appears to be breaking the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Object/MachO.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Object/MachO.h b/include/llvm/Object/MachO.h
index ed7aabd2c8..da972a2433 100644
--- a/include/llvm/Object/MachO.h
+++ b/include/llvm/Object/MachO.h
@@ -44,11 +44,6 @@ public:
virtual unsigned getArch() const;
virtual StringRef getLoadName() const;
- // In a MachO file, sections have a segment name. This is used in the .o
- // files. They have a single segment, but this field specifies which segment
- // a section should be put in in the final object.
- error_code getSectionFinalSegmentName(DataRefImpl Sec, StringRef &Res) const;
-
MachOObject *getObject() { return MachOObj.get(); }
static inline bool classof(const Binary *v) {