diff options
author | Zachary Turner <zturner@google.com> | 2017-03-22 17:33:23 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-03-22 17:33:23 +0000 |
commit | 8d48cd60098cb4cea3455b98f77d531869e64e19 (patch) | |
tree | 93800a872e766a5492f085b304e6e45ce5c43269 /lldb/source/API/SBLineEntry.cpp | |
parent | 1012fe8a5459c7227791e4f14714846af249f094 (diff) | |
download | bcm5719-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/SBLineEntry.cpp')
-rw-r--r-- | lldb/source/API/SBLineEntry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/SBLineEntry.cpp b/lldb/source/API/SBLineEntry.cpp index a7754afaa4c..7341d3603df 100644 --- a/lldb/source/API/SBLineEntry.cpp +++ b/lldb/source/API/SBLineEntry.cpp @@ -11,6 +11,7 @@ #include "lldb/API/SBLineEntry.h" #include "lldb/API/SBStream.h" +#include "lldb/Host/PosixApi.h" #include "lldb/Symbol/LineEntry.h" #include "lldb/Utility/Log.h" #include "lldb/Utility/StreamString.h" |