Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2014 17:29:02 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r275130 - in projects/clang350-import/contrib/llvm/tools/lldb/source/Plugins/Process: POSIX Utility
Message-ID:  <201411261729.sAQHT2Ev064088@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411261729.sAQHT2Ev064088>