From aaf98ead114bcd51cd2479badfe28b8d0e4895c2 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Tue, 25 Oct 2011 22:30:42 +0000 Subject: Object/Archive: Add BSD style long file name support and skip internal members. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142981 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Object/Archive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Object/Archive.h') diff --git a/include/llvm/Object/Archive.h b/include/llvm/Object/Archive.h index 4f081206c5..d72037020a 100644 --- a/include/llvm/Object/Archive.h +++ b/include/llvm/Object/Archive.h @@ -71,7 +71,7 @@ public: Archive(MemoryBuffer *source, error_code &ec); - child_iterator begin_children() const; + child_iterator begin_children(bool skip_internal = true) const; child_iterator end_children() const; // Cast methods. -- cgit v1.2.3-18-g5258