summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-10-31 20:06:13 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-10-31 20:06:13 +0000
commit8f23882f497d0ce85a595e46e2cf10c7f3cc5f29 (patch)
tree8a44068766282e52c90094deed55cbfb28782010 /llvm/include
parent476be8f94a3eccef3a67bb5770a12900da6b3bbb (diff)
downloadbcm5719-llvm-8f23882f497d0ce85a595e46e2cf10c7f3cc5f29.tar.gz
bcm5719-llvm-8f23882f497d0ce85a595e46e2cf10c7f3cc5f29.zip
Simplify the handling of the archive string table.
We only need to store a StringRef llvm-svn: 251746
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Object/Archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Object/Archive.h b/llvm/include/llvm/Object/Archive.h
index 32c72a0cc3d..0d394fd98b6 100644
--- a/llvm/include/llvm/Object/Archive.h
+++ b/llvm/include/llvm/Object/Archive.h
@@ -218,7 +218,7 @@ public:
private:
child_iterator SymbolTable;
- child_iterator StringTable;
+ StringRef StringTable;
child_iterator FirstRegular;
unsigned Format : 2;
unsigned IsThin : 1;
OpenPOWER on IntegriCloud