Moved FileSpec into the Host layer since it will vary from host to host.

We have a common unix implementation in lldb/source/Host/common/FileSpec.cpp.

llvm-svn: 125078
This commit is contained in:
Greg Clayton
2011-02-08 05:05:52 +00:00
parent 242e0ad729
commit 53239f00b5
35 changed files with 42 additions and 40 deletions

View File

@@ -9,7 +9,7 @@
#include "lldb/API/SBFileSpec.h"
#include "lldb/API/SBStream.h"
#include "lldb/Core/FileSpec.h"
#include "lldb/Host/FileSpec.h"
#include "lldb/Core/Log.h"
using namespace lldb;