diff options
| author | Greg Clayton <gclayton@apple.com> | 2015-01-20 00:04:26 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2015-01-20 00:04:26 +0000 |
| commit | ee3626ec165dd02a3aef95cdfb297bba1e43d97a (patch) | |
| tree | 2aff5ae59ab1504759aa9cc796122010f0f60163 /lldb/tools/lldb-mi/MICmdCmdData.cpp | |
| parent | fed199a75859a176a22e4135980a1a497b64e628 (diff) | |
| download | bcm5719-llvm-ee3626ec165dd02a3aef95cdfb297bba1e43d97a.tar.gz bcm5719-llvm-ee3626ec165dd02a3aef95cdfb297bba1e43d97a.zip | |
Added an Xcode target so we build the "lldb-mi" executable as part of the "desktop" and "desktop no xpc" targets.
Include paths were switched to be user include paths, if this breaks the linux build we will need to fix the Makefiles/cmake stuff.
<rdar://problem/19198581>
llvm-svn: 226530
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdData.cpp')
| -rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdData.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdData.cpp b/lldb/tools/lldb-mi/MICmdCmdData.cpp index e1abe83b916..e63dc1dbb02 100644 --- a/lldb/tools/lldb-mi/MICmdCmdData.cpp +++ b/lldb/tools/lldb-mi/MICmdCmdData.cpp @@ -28,10 +28,10 @@ //-- // Third Party Headers: -#include <lldb/API/SBThread.h> -#include <lldb/API/SBInstruction.h> -#include <lldb/API/SBInstructionList.h> -#include <lldb/API/SBStream.h> +#include "lldb/API/SBThread.h" +#include "lldb/API/SBInstruction.h" +#include "lldb/API/SBInstructionList.h" +#include "lldb/API/SBStream.h" // In-house headers: #include "MICmdCmdData.h" |

