Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 13:18:02 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359506 - head/contrib/llvm-project
Message-ID:  <202004011318.031DI2nW000635@repo.freebsd.org>

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



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