On 10 Jun 2014, at 03:19, Craig Rodrigues <rodrigc_at_FreeBSD.org> wrote: > I did the following with a tree checked out from HEAD at > svn r267307: > > (1) Did a "make buildworld; make buildkernel; make installkernel; > make installworld", with no special settings in /etc/src.conf or > /etc/make.conf > (2) rebooted > (3) Waited for system to come up, and then did the following: > cd src/lib/clang > make WITH_LLDB=yes obj all > > I got this error: > > > ===> liblldb (all) > clang-tblgen -gen-clang-diags-defs -clang-component=Common -I > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic > -d DiagnosticCommonKinds.inc.d -o DiagnosticCommonKinds.inc.h > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCategories.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommentKinds.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td > /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.td > clang-tblgen: Too many positional arguments specified! > Can specify at most 1 positional arguments: See: clang-tblgen -help This should now be fixed with r267335. Thanks for the report. -Dimitry
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:49 UTC