svn commit: r359506 - head/contrib/llvm-project

Ed Maste emaste at FreeBSD.org
Wed Apr 1 13:25:45 UTC 2020


Author: emaste
Date: Wed Apr  1 13:18:01 2020
New Revision: 359506
URL: https://svnweb.freebsd.org/changeset/base/359506

Log:
  lldb: stop excluding bindings/ subdir
  
  With liblua in the tree we should be able to enable lldb's lua
  scripting.  We'll need the files in bindings/, so start by allowing them
  to come in with the next import.
  
  Approved by:	dim
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/contrib/llvm-project/FREEBSD-Xlist

Modified: head/contrib/llvm-project/FREEBSD-Xlist
==============================================================================
--- head/contrib/llvm-project/FREEBSD-Xlist	Wed Apr  1 09:51:29 2020	(r359505)
+++ head/contrib/llvm-project/FREEBSD-Xlist	Wed Apr  1 13:18:01 2020	(r359506)
@@ -264,7 +264,6 @@ lldb/.clang-format
 lldb/.gitignore
 lldb/CMakeLists.txt
 lldb/CODE_OWNERS.txt
-lldb/bindings/
 lldb/cmake/
 lldb/docs/.htaccess
 lldb/docs/CMakeLists.txt


More information about the svn-src-head mailing list