svn commit: r275130 - in projects/clang350-import/contrib/llvm/tools/lldb/source/Plugins/Process: POSIX Utility
Ed Maste
emaste at FreeBSD.org
Wed Nov 26 17:29:02 UTC 2014
Author: emaste
Date: Wed Nov 26 17:29:01 2014
New Revision: 275130
URL: https://svnweb.freebsd.org/changeset/base/275130
Log:
Update paths for FreeBSD build infrastructure
This same change was applied upstream in a later verison.
Modified:
projects/clang350-import/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h
projects/clang350-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
Modified: projects/clang350-import/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h
==============================================================================
--- projects/clang350-import/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h Wed Nov 26 17:24:12 2014 (r275129)
+++ projects/clang350-import/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.h Wed Nov 26 17:29:01 2014 (r275130)
@@ -17,7 +17,7 @@
// Other libraries and framework includes
#include "lldb/Target/Thread.h"
-#include "RegisterContextPOSIX.h"
+#include "Plugins/Process/Utility/RegisterContextPOSIX.h"
class ProcessMessage;
class ProcessMonitor;
Modified: projects/clang350-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
==============================================================================
--- projects/clang350-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h Wed Nov 26 17:24:12 2014 (r275129)
+++ projects/clang350-import/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h Wed Nov 26 17:29:01 2014 (r275130)
@@ -15,8 +15,8 @@
#include "lldb/lldb-defines.h"
#include "lldb/lldb-enumerations.h"
-#include "ARM64_GCC_Registers.h"
-#include "ARM64_DWARF_Registers.h"
+#include "Utility/ARM64_GCC_Registers.h"
+#include "Utility/ARM64_DWARF_Registers.h"
#ifndef GPR_OFFSET
#error GPR_OFFSET must be defined before including this header file
More information about the svn-src-projects
mailing list