From 1176bc823fd548703485b71c241da089d4636b7d Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 1 Apr 2020 13:18:01 +0000 Subject: [PATCH] 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 --- contrib/llvm-project/FREEBSD-Xlist | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/llvm-project/FREEBSD-Xlist b/contrib/llvm-project/FREEBSD-Xlist index 77361cf82b3f..10bde0818d57 100644 --- a/contrib/llvm-project/FREEBSD-Xlist +++ b/contrib/llvm-project/FREEBSD-Xlist @@ -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