Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2020 18:16:29 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r524562 - branches/2020Q1/devel/llvm-devel
Message-ID:  <202001291816.00TIGTtq077637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed Jan 29 18:16:28 2020
New Revision: 524562
URL: https://svnweb.freebsd.org/changeset/ports/524562

Log:
  Fix plist that I somehow botched in the last merge.
  
  This change syncs the plist with head.
  
  Approved by:	ports-secteam (swills)

Modified:
  branches/2020Q1/devel/llvm-devel/pkg-plist

Modified: branches/2020Q1/devel/llvm-devel/pkg-plist
==============================================================================
--- branches/2020Q1/devel/llvm-devel/pkg-plist	Wed Jan 29 17:55:39 2020	(r524561)
+++ branches/2020Q1/devel/llvm-devel/pkg-plist	Wed Jan 29 18:16:28 2020	(r524562)
@@ -558,6 +558,7 @@ llvm-devel/bin/yaml2obj
 %%CLANG%%llvm-devel/include/clang/Driver/DriverDiagnostic.h
 %%CLANG%%llvm-devel/include/clang/Driver/Job.h
 %%CLANG%%llvm-devel/include/clang/Driver/Multilib.h
+%%CLANG%%llvm-devel/include/clang/Driver/OptionUtils.h
 %%CLANG%%llvm-devel/include/clang/Driver/Options.h
 %%CLANG%%llvm-devel/include/clang/Driver/Options.inc
 %%CLANG%%llvm-devel/include/clang/Driver/Phases.h
@@ -1191,7 +1192,6 @@ llvm-devel/bin/yaml2obj
 %%LLDB%%llvm-devel/include/lldb/Symbol/ClangASTImporter.h
 %%LLDB%%llvm-devel/include/lldb/Symbol/ClangASTMetadata.h
 %%LLDB%%llvm-devel/include/lldb/Symbol/ClangExternalASTSourceCallbacks.h
-%%LLDB%%llvm-devel/include/lldb/Symbol/ClangExternalASTSourceCommon.h
 %%LLDB%%llvm-devel/include/lldb/Symbol/ClangUtil.h
 %%LLDB%%llvm-devel/include/lldb/Symbol/CompactUnwindInfo.h
 %%LLDB%%llvm-devel/include/lldb/Symbol/CompileUnit.h
@@ -2482,6 +2482,7 @@ llvm-devel/include/llvm/Support/Errno.h
 llvm-devel/include/llvm/Support/Error.h
 llvm-devel/include/llvm/Support/ErrorHandling.h
 llvm-devel/include/llvm/Support/ErrorOr.h
+llvm-devel/include/llvm/Support/Extension.def
 llvm-devel/include/llvm/Support/FileCheck.h
 llvm-devel/include/llvm/Support/FileCollector.h
 llvm-devel/include/llvm/Support/FileOutputBuffer.h



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