From f3fbd1c0586ff6ec7895991e6c28f61a503c36a8 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 23 Jul 2016 20:50:09 +0000 Subject: Vendor import of lldb release_39 branch r276489: https://llvm.org/svn/llvm-project/lldb/branches/release_39@276489 --- source/API/SBFileSpec.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/API/SBFileSpec.cpp') diff --git a/source/API/SBFileSpec.cpp b/source/API/SBFileSpec.cpp index dd7435de1b5b..23bc5bc8eb65 100644 --- a/source/API/SBFileSpec.cpp +++ b/source/API/SBFileSpec.cpp @@ -211,3 +211,9 @@ SBFileSpec::GetDescription (SBStream &description) const strm.PutCString (path); return true; } + +void +SBFileSpec::AppendPathComponent (const char *fn) +{ + m_opaque_ap->AppendPathComponent (fn); +} -- cgit v1.3