summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFileSpec.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-03-22 17:33:23 +0000
committerZachary Turner <zturner@google.com>2017-03-22 17:33:23 +0000
commit8d48cd60098cb4cea3455b98f77d531869e64e19 (patch)
tree93800a872e766a5492f085b304e6e45ce5c43269 /lldb/source/API/SBFileSpec.cpp
parent1012fe8a5459c7227791e4f14714846af249f094 (diff)
downloadbcm5719-llvm-8d48cd60098cb4cea3455b98f77d531869e64e19.tar.gz
bcm5719-llvm-8d48cd60098cb4cea3455b98f77d531869e64e19.zip
Resubmit "Delete the remainder of platform specific code in FileSpec."
This was causing a test failure in one of LLDB's tests which specifically dealt with a limitation in LLVM's implementation of home_directory() that LLDB's own implementation had worked around. This limitation has been addressed in r298513 on the LLVM side, so the failing test (which is now unnecessary as the limitation no longer exists) was removed in r298519, allowing this patch to be re-submitted without modification. llvm-svn: 298526
Diffstat (limited to 'lldb/source/API/SBFileSpec.cpp')
-rw-r--r--lldb/source/API/SBFileSpec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/SBFileSpec.cpp b/lldb/source/API/SBFileSpec.cpp
index 1039c5c1e96..ef22461e50a 100644
--- a/lldb/source/API/SBFileSpec.cpp
+++ b/lldb/source/API/SBFileSpec.cpp
@@ -13,6 +13,7 @@
#include "lldb/API/SBFileSpec.h"
#include "lldb/API/SBStream.h"
#include "lldb/Host/FileSpec.h"
+#include "lldb/Host/PosixApi.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Stream.h"
OpenPOWER on IntegriCloud