pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

delete clang. Updated in pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Fri Mar 11 10:56:28 2016 +0100
Changeset:	a71f9f5285cc7dc22beb557d3b071504f8635a95

Modified Files:
	Makefile
	libunwind/Makefile
	lldb/Makefile
	lldb/buildlink3.mk
Removed Files:
	clang-static-analyzer/DESCR
	clang-static-analyzer/Makefile
	clang-static-analyzer/PLIST
	clang/DESCR
	clang/Makefile
	clang/Makefile.common
	clang/PLIST
	clang/buildlink3.mk
	clang/distinfo
	clang/patches/patch-tools_clang-format_CMakeLists.txt
	libLLVM/DESCR
	libLLVM/Makefile
	libLLVM/PLIST
	libLLVM/buildlink3.mk
	libLLVM/distinfo
	libLLVM/options.mk
	libLLVM/patches/patch-CMakeLists.txt
	libLLVM/patches/patch-cmake_modules_AddLLVM.cmake
	libLLVM/patches/patch-cmake_modules_CMakeLists.txt
	libLLVM/patches/patch-cmake_modules_TableGen.cmake
	libLLVM/patches/patch-include_llvm_Support_Host.h
	libLLVM/patches/patch-lib_Transforms_CMakeLists.txt
	libLLVM/patches/patch-tools_llvm-shlib_CMakeLists.txt
	llvm/DESCR
	llvm/Makefile
	llvm/PLIST
	llvm/buildlink3.mk
	llvm/distinfo
	llvm/options.mk
	llvm/patches/patch-include_llvm_Support_Host.h

Log Message:
delete clang. Updated in pkgsrc.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a71f9f5285cc7dc22beb557d3b071504f8635a95

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                           |   4 -
 clang-static-analyzer/DESCR                        |   9 -
 clang-static-analyzer/Makefile                     |  19 -
 clang-static-analyzer/PLIST                        |  15 -
 clang/DESCR                                        |  22 -
 clang/Makefile                                     |  17 -
 clang/Makefile.common                              | 130 ---
 clang/PLIST                                        | 552 ------------
 clang/buildlink3.mk                                |  16 -
 clang/distinfo                                     |   7 -
 .../patch-tools_clang-format_CMakeLists.txt        |  15 -
 libLLVM/DESCR                                      |   7 -
 libLLVM/Makefile                                   | 140 ---
 libLLVM/PLIST                                      | 829 -----------------
 libLLVM/buildlink3.mk                              |  18 -
 libLLVM/distinfo                                   |  13 -
 libLLVM/options.mk                                 |  39 -
 libLLVM/patches/patch-CMakeLists.txt               |  24 -
 libLLVM/patches/patch-cmake_modules_AddLLVM.cmake  |  29 -
 libLLVM/patches/patch-cmake_modules_CMakeLists.txt |  12 -
 libLLVM/patches/patch-cmake_modules_TableGen.cmake |  15 -
 libLLVM/patches/patch-include_llvm_Support_Host.h  |  28 -
 .../patches/patch-lib_Transforms_CMakeLists.txt    |  12 -
 .../patches/patch-tools_llvm-shlib_CMakeLists.txt  |  21 -
 libunwind/Makefile                                 |   2 +-
 lldb/Makefile                                      |   8 +-
 lldb/buildlink3.mk                                 |   4 +-
 llvm/DESCR                                         |  22 -
 llvm/Makefile                                      | 103 ---
 llvm/PLIST                                         | 980 ---------------------
 llvm/buildlink3.mk                                 |  16 -
 llvm/distinfo                                      |   7 -
 llvm/options.mk                                    |  38 -
 llvm/patches/patch-include_llvm_Support_Host.h     |  28 -
 34 files changed, 7 insertions(+), 3194 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 262f34e..aaa4dc9 100644
--- a/Makefile
+++ b/Makefile
@@ -353,9 +353,7 @@ SUBDIR+=	cl-trivial-gray-streams
 SUBDIR+=	cl-unicode
 SUBDIR+=	cl-who
 SUBDIR+=	clamassassin
-SUBDIR+=	clang
 SUBDIR+=	clang-git
-SUBDIR+=	clang-static-analyzer
 SUBDIR+=	clang-static-analyzer-git
 SUBDIR+=	classgen
 SUBDIR+=	classias
@@ -1523,7 +1521,6 @@ SUBDIR+=	lgogdownloader-git
 SUBDIR+=	lhapdf
 SUBDIR+=	lhs2tex
 SUBDIR+=	libGenome
-SUBDIR+=	libLLVM
 SUBDIR+=	libalkimia
 SUBDIR+=	libanimal
 SUBDIR+=	libappindicator
@@ -1724,7 +1721,6 @@ SUBDIR+=	livestreamer
 SUBDIR+=	lldb
 SUBDIR+=	lldb-git
 SUBDIR+=	llilc-git
-SUBDIR+=	llvm
 SUBDIR+=	llvm-git
 SUBDIR+=	llvm-rtlib
 SUBDIR+=	lmdbg-current
diff --git a/clang-static-analyzer/DESCR b/clang-static-analyzer/DESCR
deleted file mode 100644
index c1dca52..0000000
--- a/clang-static-analyzer/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-The Clang Static Analyzer is a source code analysis tool that finds
-bugs in C, C++, and Objective-C programs.
-
-The standalone tool is invoked from the command line, and is intended
-to be run in tandem with a build of a codebase.
-
-The analyzer is 100% open source and is part of the Clang project.
-Like the rest of Clang, the analyzer is implemented as a C++ library
-that can be used by other tools and applications
diff --git a/clang-static-analyzer/Makefile b/clang-static-analyzer/Makefile
deleted file mode 100644
index f4d981c..0000000
--- a/clang-static-analyzer/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-PKGNAME=	${DISTNAME:S/cfe/clang-static-analyzer/:S/.src//}
-
-DEPENDS+=	clang-${PKGVERSION_NOREV}{,nb*}:../../wip/clang
-
-USE_TOOLS+=	perl:run
-
-BUILD_TARGET=	clang-check scan-build scan-view
-
-INSTALL_DIRS=	../build/tools/clang-check ../build/tools/scan-build ../build/tools/scan-view
-
-CMAKE_ARGS+=	-DCLANG_ENABLE_STATIC_ANALYZER=ON
-
-REPLACE_PYTHON=	# empty
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # not yet ported as of 3.5
-
-.include "../../lang/python/application.mk"
-.include "../../wip/clang/Makefile.common"
diff --git a/clang-static-analyzer/PLIST b/clang-static-analyzer/PLIST
deleted file mode 100644
index 7df3be2..0000000
--- a/clang-static-analyzer/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD$
-bin/clang-check
-bin/scan-build
-bin/scan-view
-libexec/c++-analyzer
-libexec/ccc-analyzer
-man/man1/scan-build.1
-share/scan-build/scanview.css
-share/scan-build/sorttable.js
-share/scan-view/FileRadar.scpt
-share/scan-view/GetRadarVersion.scpt
-share/scan-view/Reporter.py
-share/scan-view/ScanView.py
-share/scan-view/bugcatcher.ico
-share/scan-view/startfile.py
diff --git a/clang/DESCR b/clang/DESCR
deleted file mode 100644
index 9bf02c2..0000000
--- a/clang/DESCR
+++ /dev/null
@@ -1,22 +0,0 @@
-Low Level Virtual Machine (LLVM) is:
-
-A compilation strategy designed to enable effective program optimization across
-the entire lifetime of a program. LLVM supports effective optimization at
-compile time, link-time (particularly interprocedural), run-time and offline
-(i.e., after software is installed), while remaining transparent to developers
-and maintaining compatibility with existing build scripts.
-
-A virtual instruction set - LLVM is a low-level object code representation that
-uses simple RISC-like instructions, but provides rich, language-independent,
-type information and dataflow (SSA) information about operands. This combination
-enables sophisticated transformations on object code, while remaining
-light-weight enough to be attached to the executable. This combination is key to
-allowing link-time, run-time, and offline transformations.
-
-A compiler infrastructure - LLVM is also a collection of source code that
-implements the language and compilation strategy. The primary components of the
-LLVM infrastructure are a GCC-based C & C++ front-end, a link-time optimization
-framework with a growing set of global and interprocedural analyses and
-transformations, static back-ends for the X86, X86-64, PowerPC 32/64, ARM,
-Thumb, IA-64, Alpha and SPARC architectures, a back-end which emits portable C
-code, and a Just-In-Time compiler for X86, X86-64, PowerPC 32/64 processors.
diff --git a/clang/Makefile b/clang/Makefile
deleted file mode 100644
index 7fd6136..0000000
--- a/clang/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-PKGNAME=		${DISTNAME:S/.src//:S/cfe/clang/}
-PYTHON_FOR_BUILD_ONLY=	yes
-
-CMAKE_ARGS+=	-DCLANG_ENABLE_STATIC_ANALYZER=OFF
-
-# There are some contrib utilities written in python here.
-# We don't want to add a python runtime dependency for that.
-CHECK_INTERPRETER_SKIP+=	share/clang/*
-
-.PHONY: install-clang-cpp
-post-install: install-clang-cpp
-install-clang-cpp:
-	${LN} -s clang ${DESTDIR}${PREFIX}/bin/clang-cpp
-
-.include "../../wip/clang/Makefile.common"
diff --git a/clang/Makefile.common b/clang/Makefile.common
deleted file mode 100644
index 748fe1d..0000000
--- a/clang/Makefile.common
+++ /dev/null
@@ -1,130 +0,0 @@
-# $NetBSD$
-# used by wip/clang/Makefile
-# used by wip/clang-static-analyzer/Makefile
-
-DISTNAME=	cfe-3.8.0.src
-CATEGORIES=	lang devel
-MASTER_SITES=	http://llvm.org/releases/${PKGVERSION_NOREV}/
-#MASTER_SITES=	http://llvm.org/pre-releases/3.8.0/rc2/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://clang.llvm.org/
-COMMENT=	C language family frontend for LLVM
-LICENSE=	modified-bsd
-
-DISTINFO_FILE=		${.CURDIR}/../../wip/clang/distinfo
-PATCHDIR=		${.CURDIR}/../../wip/clang/patches
-CONFIGURE_DIRS=		${WRKDIR}/build
-CMAKE_ARG_PATH=		${WRKSRC}
-
-USE_LANGUAGES=		c c++
-USE_CMAKE=		yes
-GCC_REQD+=		4.8
-
-CMAKE_ARGS+=	-DLLVM_CONFIG=${LLVM_CONFIG_PATH}
-CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
-CMAKE_ARGS+=	-DCMAKE_C_COMPILER=gcc
-CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=g++
-# XXX can't disable static-analyzer without also disabling ARCMT
-CMAKE_ARGS+=	-DCLANG_ENABLE_ARCMT=OFF
-
-REPLACE_PERL+=		test/make_test_dirs.pl
-REPLACE_PERL+=		tools/scan-build/bin/scan-build
-REPLACE_PERL+=		tools/scan-build/libexec/c++-analyzer
-REPLACE_PERL+=		tools/scan-build/libexec/ccc-analyzer
-REPLACE_PERL+=		utils/TestUtils/pch-test.pl
-REPLACE_PERL+=		utils/analyzer/reducer.pl
-REPLACE_PERL+=		utils/analyzer/update_plist_test.pl
-REPLACE_PERL+=		www/demo/index.cgi
-
-REPLACE_PYTHON+=	bindings/python/examples/cindex/cindex-dump.py
-REPLACE_PYTHON+=	bindings/python/examples/cindex/cindex-includes.py
-REPLACE_PYTHON+=	docs/tools/dump_ast_matchers.py
-REPLACE_PYTHON+=	docs/tools/dump_format_style.py
-REPLACE_PYTHON+=	tools/clang-format/clang-format-diff.py
-REPLACE_PYTHON+=	tools/clang-format/git-clang-format
-REPLACE_PYTHON+=	tools/scan-build/bin/set-xcode-analyzer
-REPLACE_PYTHON+=	tools/scan-view/bin/scan-view
-REPLACE_PYTHON+=	utils/ABITest/ABITestGen.py
-REPLACE_PYTHON+=	utils/CIndex/completion_logger_server.py
-REPLACE_PYTHON+=	utils/CaptureCmd
-REPLACE_PYTHON+=	utils/CmpDriver
-REPLACE_PYTHON+=	utils/FindSpecRefs
-REPLACE_PYTHON+=	utils/FuzzTest
-REPLACE_PYTHON+=	utils/TestUtils/deep-stack.py
-REPLACE_PYTHON+=	utils/analyzer/CmpRuns.py
-REPLACE_PYTHON+=	utils/analyzer/SATestAdd.py
-REPLACE_PYTHON+=	utils/analyzer/SATestBuild.py
-REPLACE_PYTHON+=	utils/analyzer/SumTimerInfo.py
-REPLACE_PYTHON+=	utils/analyzer/ubiviz
-REPLACE_PYTHON+=	utils/check_cfc/check_cfc.py
-REPLACE_PYTHON+=	utils/check_cfc/obj_diff.py
-REPLACE_PYTHON+=	utils/check_cfc/test_check_cfc.py
-REPLACE_PYTHON+=	utils/token-delta.py
-REPLACE_PYTHON+=	www/builtins.py
-
-.include "../../mk/compiler.mk"
-
-.if ${OPSYS} == "NetBSD" && !empty(PKGSRC_COMPILER:Mclang)
-# command to check if clang is using libc++ or libstdc++
-LIBCPP_CHECK_SH=	printf "\#include <ciso646>\n\#ifdef _LIBCPP_VERSION\nYES\n\#endif" | ${CLANGBASE}/bin/clang++ -x c++ -E - 2>&1 | grep YES || true
-.else
-LIBCPP_CHECK_SH=	echo NO
-.endif
-
-# patch NetBSD::GetCXXStdlibType
-.if ${OPSYS} == "NetBSD" && empty(LIBCPP_CHECK_SH:sh:MYES)
-SUBST_CLASSES+=			libcxx
-SUBST_STAGE.libcxx=		pre-configure
-SUBST_MESSAGE.libcxx=		Patching toolchain to use libstdc++ (matching the host compiler)
-SUBST_FILES.libcxx=		lib/Driver/ToolChains.cpp
-SUBST_FILES.libcxx+=		lib/Driver/Tools.cpp
-SUBST_SED.libcxx=		-e 's,(Major >= 7 || (Major == 6 && Minor == 99 && Micro >= 49) || Major == 0),(false),'
-
-CMAKE_ARGS+=			-DCLANG_DEFAULT_CXX_STDLIB:STRING="libstdc++"
-.endif
-
-# 3.8.0 -> 3.8
-LLVM_MAJOR=	${PKGVERSION_NOREV:C/^([0-9]+\.[0-9]+)\..*$/\1/}
-PLIST_SUBST+=	LLVM_MAJOR=${LLVM_MAJOR}
-
-# 3.8.0rc2 -> 3.8.0
-# This is not required in pkgsrc proper, use PKGVERSION_NOREV
-PKGVERSION_NORC=${PKGVERSION_NOREV:C/rc[0-9]+//}
-PLIST_SUBST+=	PKGVERSION_NORC=${PKGVERSION_NORC}
-
-PLIST_VARS+=	notdylib
-.if ${_OPSYS_SHLIB_TYPE} == "dylib"
-SOEXT=		dylib
-.else
-SOEXT=		so
-PLIST.notdylib=	yes
-.endif
-PLIST_SUBST+=	SOEXT=${SOEXT}
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.clang
-PKG_SUPPORTED_OPTIONS=	tests
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mtests)
-CMAKE_ARGS+=		-DLLVM_INCLUDE_TESTS=ON
-CMAKE_ARGS+=		-DCLANG_INCLUDE_TESTS=ON
-TEST_TARGET=		clang-test
-TEST_ENV+=		LD_LIBRARY_PATH=${WRKDIR}/build/lib
-.include "../../devel/googletest/buildlink3.mk"
-.else
-CMAKE_ARGS+=		-DLLVM_INCLUDE_TESTS=OFF
-CMAKE_ARGS+=		-DCLANG_INCLUDE_TESTS=OFF
-.endif
-
-post-extract:
-	${RUN} mkdir -p ${WRKDIR}/build
-
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/tool.mk"
-DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm
-.include "../../wip/llvm/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/clang/PLIST b/clang/PLIST
deleted file mode 100644
index f203b09..0000000
--- a/clang/PLIST
+++ /dev/null
@@ -1,552 +0,0 @@
-@comment $NetBSD$
-bin/c-index-test
-bin/clang
-bin/clang++
-bin/clang-${LLVM_MAJOR}
-bin/clang-cl
-bin/clang-cpp
-bin/clang-format
-include/clang-c/BuildSystem.h
-include/clang-c/CXCompilationDatabase.h
-include/clang-c/CXErrorCode.h
-include/clang-c/CXString.h
-include/clang-c/Documentation.h
-include/clang-c/Index.h
-include/clang-c/Platform.h
-include/clang/ARCMigrate/ARCMT.h
-include/clang/ARCMigrate/ARCMTActions.h
-include/clang/ARCMigrate/FileRemapper.h
-include/clang/AST/APValue.h
-include/clang/AST/AST.h
-include/clang/AST/ASTConsumer.h
-include/clang/AST/ASTContext.h
-include/clang/AST/ASTDiagnostic.h
-include/clang/AST/ASTFwd.h
-include/clang/AST/ASTImporter.h
-include/clang/AST/ASTLambda.h
-include/clang/AST/ASTMutationListener.h
-include/clang/AST/ASTTypeTraits.h
-include/clang/AST/ASTUnresolvedSet.h
-include/clang/AST/ASTVector.h
-include/clang/AST/Attr.h
-include/clang/AST/AttrDump.inc
-include/clang/AST/AttrImpl.inc
-include/clang/AST/AttrIterator.h
-include/clang/AST/AttrVisitor.inc
-include/clang/AST/Attrs.inc
-include/clang/AST/BaseSubobject.h
-include/clang/AST/BuiltinTypes.def
-include/clang/AST/CXXInheritance.h
-include/clang/AST/CanonicalType.h
-include/clang/AST/CharUnits.h
-include/clang/AST/Comment.h
-include/clang/AST/CommentBriefParser.h
-include/clang/AST/CommentCommandInfo.inc
-include/clang/AST/CommentCommandList.inc
-include/clang/AST/CommentCommandTraits.h
-include/clang/AST/CommentDiagnostic.h
-include/clang/AST/CommentHTMLNamedCharacterReferences.inc
-include/clang/AST/CommentHTMLTags.inc
-include/clang/AST/CommentHTMLTagsProperties.inc
-include/clang/AST/CommentLexer.h
-include/clang/AST/CommentNodes.inc
-include/clang/AST/CommentParser.h
-include/clang/AST/CommentSema.h
-include/clang/AST/CommentVisitor.h
-include/clang/AST/Decl.h
-include/clang/AST/DeclAccessPair.h
-include/clang/AST/DeclBase.h
-include/clang/AST/DeclCXX.h
-include/clang/AST/DeclContextInternals.h
-include/clang/AST/DeclFriend.h
-include/clang/AST/DeclGroup.h
-include/clang/AST/DeclLookups.h
-include/clang/AST/DeclNodes.inc
-include/clang/AST/DeclObjC.h
-include/clang/AST/DeclOpenMP.h
-include/clang/AST/DeclTemplate.h
-include/clang/AST/DeclVisitor.h
-include/clang/AST/DeclarationName.h
-include/clang/AST/DependentDiagnostic.h
-include/clang/AST/EvaluatedExprVisitor.h
-include/clang/AST/Expr.h
-include/clang/AST/ExprCXX.h
-include/clang/AST/ExprObjC.h
-include/clang/AST/ExprOpenMP.h
-include/clang/AST/ExternalASTSource.h
-include/clang/AST/GlobalDecl.h
-include/clang/AST/LambdaCapture.h
-include/clang/AST/Mangle.h
-include/clang/AST/MangleNumberingContext.h
-include/clang/AST/NSAPI.h
-include/clang/AST/NestedNameSpecifier.h
-include/clang/AST/OpenMPClause.h
-include/clang/AST/OperationKinds.h
-include/clang/AST/ParentMap.h
-include/clang/AST/PrettyPrinter.h
-include/clang/AST/RawCommentList.h
-include/clang/AST/RecordLayout.h
-include/clang/AST/RecursiveASTVisitor.h
-include/clang/AST/Redeclarable.h
-include/clang/AST/SelectorLocationsKind.h
-include/clang/AST/Stmt.h
-include/clang/AST/StmtCXX.h
-include/clang/AST/StmtGraphTraits.h
-include/clang/AST/StmtIterator.h
-include/clang/AST/StmtNodes.inc
-include/clang/AST/StmtObjC.h
-include/clang/AST/StmtOpenMP.h
-include/clang/AST/StmtVisitor.h
-include/clang/AST/TemplateBase.h
-include/clang/AST/TemplateName.h
-include/clang/AST/Type.h
-include/clang/AST/TypeLoc.h
-include/clang/AST/TypeLocNodes.def
-include/clang/AST/TypeLocVisitor.h
-include/clang/AST/TypeNodes.def
-include/clang/AST/TypeOrdering.h
-include/clang/AST/TypeVisitor.h
-include/clang/AST/UnresolvedSet.h
-include/clang/AST/VTTBuilder.h
-include/clang/AST/VTableBuilder.h
-include/clang/ASTMatchers/ASTMatchFinder.h
-include/clang/ASTMatchers/ASTMatchers.h
-include/clang/ASTMatchers/ASTMatchersInternal.h
-include/clang/ASTMatchers/ASTMatchersMacros.h
-include/clang/ASTMatchers/Dynamic/Diagnostics.h
-include/clang/ASTMatchers/Dynamic/Parser.h
-include/clang/ASTMatchers/Dynamic/Registry.h
-include/clang/ASTMatchers/Dynamic/VariantValue.h
-include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h
-include/clang/Analysis/Analyses/Consumed.h
-include/clang/Analysis/Analyses/Dominators.h
-include/clang/Analysis/Analyses/FormatString.h
-include/clang/Analysis/Analyses/LiveVariables.h
-include/clang/Analysis/Analyses/PostOrderCFGView.h
-include/clang/Analysis/Analyses/PseudoConstantAnalysis.h
-include/clang/Analysis/Analyses/ReachableCode.h
-include/clang/Analysis/Analyses/ThreadSafety.h
-include/clang/Analysis/Analyses/ThreadSafetyCommon.h
-include/clang/Analysis/Analyses/ThreadSafetyLogical.h
-include/clang/Analysis/Analyses/ThreadSafetyOps.def
-include/clang/Analysis/Analyses/ThreadSafetyTIL.h
-include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
-include/clang/Analysis/Analyses/ThreadSafetyUtil.h
-include/clang/Analysis/Analyses/UninitializedValues.h
-include/clang/Analysis/AnalysisContext.h
-include/clang/Analysis/AnalysisDiagnostic.h
-include/clang/Analysis/CFG.h
-include/clang/Analysis/CFGStmtMap.h
-include/clang/Analysis/CallGraph.h
-include/clang/Analysis/CodeInjector.h
-include/clang/Analysis/DomainSpecific/CocoaConventions.h
-include/clang/Analysis/DomainSpecific/ObjCNoReturn.h
-include/clang/Analysis/FlowSensitive/DataflowValues.h
-include/clang/Analysis/ProgramPoint.h
-include/clang/Analysis/Support/BumpVector.h
-include/clang/Basic/ABI.h
-include/clang/Basic/AddressSpaces.h
-include/clang/Basic/AllDiagnostics.h
-include/clang/Basic/AttrHasAttributeImpl.inc
-include/clang/Basic/AttrKinds.h
-include/clang/Basic/AttrList.inc
-include/clang/Basic/Attributes.h
-include/clang/Basic/Builtins.def
-include/clang/Basic/Builtins.h
-include/clang/Basic/BuiltinsAArch64.def
-include/clang/Basic/BuiltinsAMDGPU.def
-include/clang/Basic/BuiltinsARM.def
-include/clang/Basic/BuiltinsHexagon.def
-include/clang/Basic/BuiltinsLe64.def
-include/clang/Basic/BuiltinsMips.def
-include/clang/Basic/BuiltinsNEON.def
-include/clang/Basic/BuiltinsNVPTX.def
-include/clang/Basic/BuiltinsPPC.def
-include/clang/Basic/BuiltinsSystemZ.def
-include/clang/Basic/BuiltinsWebAssembly.def
-include/clang/Basic/BuiltinsX86.def
-include/clang/Basic/BuiltinsXCore.def
-include/clang/Basic/CapturedStmt.h
-include/clang/Basic/CharInfo.h
-include/clang/Basic/CommentOptions.h
-include/clang/Basic/Diagnostic.h
-include/clang/Basic/DiagnosticASTKinds.inc
-include/clang/Basic/DiagnosticAnalysisKinds.inc
-include/clang/Basic/DiagnosticCategories.h
-include/clang/Basic/DiagnosticCommentKinds.inc
-include/clang/Basic/DiagnosticCommonKinds.inc
-include/clang/Basic/DiagnosticDriverKinds.inc
-include/clang/Basic/DiagnosticFrontendKinds.inc
-include/clang/Basic/DiagnosticGroups.inc
-include/clang/Basic/DiagnosticIDs.h
-include/clang/Basic/DiagnosticIndexName.inc
-include/clang/Basic/DiagnosticLexKinds.inc
-include/clang/Basic/DiagnosticOptions.def
-include/clang/Basic/DiagnosticOptions.h
-include/clang/Basic/DiagnosticParseKinds.inc
-include/clang/Basic/DiagnosticSemaKinds.inc
-include/clang/Basic/DiagnosticSerializationKinds.inc
-include/clang/Basic/ExceptionSpecificationType.h
-include/clang/Basic/ExpressionTraits.h
-include/clang/Basic/FileManager.h
-include/clang/Basic/FileSystemOptions.h
-include/clang/Basic/FileSystemStatCache.h
-include/clang/Basic/IdentifierTable.h
-include/clang/Basic/LLVM.h
-include/clang/Basic/Lambda.h
-include/clang/Basic/LangOptions.def
-include/clang/Basic/LangOptions.h
-include/clang/Basic/Linkage.h
-include/clang/Basic/MacroBuilder.h
-include/clang/Basic/Module.h
-include/clang/Basic/ObjCRuntime.h
-include/clang/Basic/OpenCLExtensions.def
-include/clang/Basic/OpenMPKinds.def
-include/clang/Basic/OpenMPKinds.h
-include/clang/Basic/OperatorKinds.def
-include/clang/Basic/OperatorKinds.h
-include/clang/Basic/OperatorPrecedence.h
-include/clang/Basic/PartialDiagnostic.h
-include/clang/Basic/PlistSupport.h
-include/clang/Basic/PrettyStackTrace.h
-include/clang/Basic/SanitizerBlacklist.h
-include/clang/Basic/Sanitizers.def
-include/clang/Basic/Sanitizers.h
-include/clang/Basic/SourceLocation.h
-include/clang/Basic/SourceManager.h
-include/clang/Basic/SourceManagerInternals.h
-include/clang/Basic/Specifiers.h
-include/clang/Basic/TargetBuiltins.h
-include/clang/Basic/TargetCXXABI.h
-include/clang/Basic/TargetInfo.h
-include/clang/Basic/TargetOptions.h
-include/clang/Basic/TemplateKinds.h
-include/clang/Basic/TokenKinds.def
-include/clang/Basic/TokenKinds.h
-include/clang/Basic/TypeTraits.h
-include/clang/Basic/Version.h
-include/clang/Basic/Version.inc
-include/clang/Basic/VersionTuple.h
-include/clang/Basic/VirtualFileSystem.h
-include/clang/Basic/Visibility.h
-include/clang/Basic/arm_neon.inc
-include/clang/CodeGen/BackendUtil.h
-include/clang/CodeGen/CGFunctionInfo.h
-include/clang/CodeGen/CodeGenABITypes.h
-include/clang/CodeGen/CodeGenAction.h
-include/clang/CodeGen/ModuleBuilder.h
-include/clang/CodeGen/ObjectFilePCHContainerOperations.h
-include/clang/Config/config.h
-include/clang/Driver/Action.h
-include/clang/Driver/Compilation.h
-include/clang/Driver/Driver.h
-include/clang/Driver/DriverDiagnostic.h
-include/clang/Driver/Job.h
-include/clang/Driver/Multilib.h
-include/clang/Driver/Options.h
-include/clang/Driver/Options.inc
-include/clang/Driver/Phases.h
-include/clang/Driver/SanitizerArgs.h
-include/clang/Driver/Tool.h
-include/clang/Driver/ToolChain.h
-include/clang/Driver/Types.def
-include/clang/Driver/Types.h
-include/clang/Driver/Util.h
-include/clang/Edit/Commit.h
-include/clang/Edit/EditedSource.h
-include/clang/Edit/EditsReceiver.h
-include/clang/Edit/FileOffset.h
-include/clang/Edit/Rewriters.h
-include/clang/Format/Format.h
-include/clang/Frontend/ASTConsumers.h
-include/clang/Frontend/ASTUnit.h
-include/clang/Frontend/ChainedDiagnosticConsumer.h
-include/clang/Frontend/CodeGenOptions.def
-include/clang/Frontend/CodeGenOptions.h
-include/clang/Frontend/CommandLineSourceLoc.h
-include/clang/Frontend/CompilerInstance.h
-include/clang/Frontend/CompilerInvocation.h
-include/clang/Frontend/DependencyOutputOptions.h
-include/clang/Frontend/DiagnosticRenderer.h
-include/clang/Frontend/FrontendAction.h
-include/clang/Frontend/FrontendActions.h
-include/clang/Frontend/FrontendDiagnostic.h
-include/clang/Frontend/FrontendOptions.h
-include/clang/Frontend/FrontendPluginRegistry.h
-include/clang/Frontend/LangStandard.h
-include/clang/Frontend/LangStandards.def
-include/clang/Frontend/LayoutOverrideSource.h
-include/clang/Frontend/LogDiagnosticPrinter.h
-include/clang/Frontend/MigratorOptions.h
-include/clang/Frontend/MultiplexConsumer.h
-include/clang/Frontend/PCHContainerOperations.h
-include/clang/Frontend/PreprocessorOutputOptions.h
-include/clang/Frontend/SerializedDiagnosticPrinter.h
-include/clang/Frontend/SerializedDiagnosticReader.h
-include/clang/Frontend/SerializedDiagnostics.h
-include/clang/Frontend/TextDiagnostic.h
-include/clang/Frontend/TextDiagnosticBuffer.h
-include/clang/Frontend/TextDiagnosticPrinter.h
-include/clang/Frontend/Utils.h
-include/clang/Frontend/VerifyDiagnosticConsumer.h
-include/clang/FrontendTool/Utils.h
-include/clang/Index/CommentToXML.h
-include/clang/Index/USRGeneration.h
-include/clang/Lex/CodeCompletionHandler.h
-include/clang/Lex/DirectoryLookup.h
-include/clang/Lex/ExternalPreprocessorSource.h
-include/clang/Lex/HeaderMap.h
-include/clang/Lex/HeaderSearch.h
-include/clang/Lex/HeaderSearchOptions.h
-include/clang/Lex/LexDiagnostic.h
-include/clang/Lex/Lexer.h
-include/clang/Lex/LiteralSupport.h
-include/clang/Lex/MacroArgs.h
-include/clang/Lex/MacroInfo.h
-include/clang/Lex/ModuleLoader.h
-include/clang/Lex/ModuleMap.h
-include/clang/Lex/MultipleIncludeOpt.h
-include/clang/Lex/PPCallbacks.h
-include/clang/Lex/PPConditionalDirectiveRecord.h
-include/clang/Lex/PTHLexer.h
-include/clang/Lex/PTHManager.h
-include/clang/Lex/Pragma.h
-include/clang/Lex/PreprocessingRecord.h
-include/clang/Lex/Preprocessor.h
-include/clang/Lex/PreprocessorLexer.h
-include/clang/Lex/PreprocessorOptions.h
-include/clang/Lex/ScratchBuffer.h
-include/clang/Lex/Token.h
-include/clang/Lex/TokenConcatenation.h
-include/clang/Lex/TokenLexer.h
-include/clang/Parse/AttrParserStringSwitches.inc
-include/clang/Parse/ParseAST.h
-include/clang/Parse/ParseDiagnostic.h
-include/clang/Parse/Parser.h
-include/clang/Rewrite/Core/DeltaTree.h
-include/clang/Rewrite/Core/HTMLRewrite.h
-include/clang/Rewrite/Core/RewriteBuffer.h
-include/clang/Rewrite/Core/RewriteRope.h
-include/clang/Rewrite/Core/Rewriter.h
-include/clang/Rewrite/Core/TokenRewriter.h
-include/clang/Rewrite/Frontend/ASTConsumers.h
-include/clang/Rewrite/Frontend/FixItRewriter.h
-include/clang/Rewrite/Frontend/FrontendActions.h
-include/clang/Rewrite/Frontend/Rewriters.h
-include/clang/Sema/AnalysisBasedWarnings.h
-include/clang/Sema/AttrParsedAttrImpl.inc
-include/clang/Sema/AttrParsedAttrKinds.inc
-include/clang/Sema/AttrParsedAttrList.inc
-include/clang/Sema/AttrSpellingListIndex.inc
-include/clang/Sema/AttrTemplateInstantiate.inc
-include/clang/Sema/AttributeList.h
-include/clang/Sema/CXXFieldCollector.h
-include/clang/Sema/CodeCompleteConsumer.h
-include/clang/Sema/CodeCompleteOptions.h
-include/clang/Sema/DeclSpec.h
-include/clang/Sema/DelayedDiagnostic.h
-include/clang/Sema/Designator.h
-include/clang/Sema/ExternalSemaSource.h
-include/clang/Sema/IdentifierResolver.h
-include/clang/Sema/Initialization.h
-include/clang/Sema/LocInfoType.h
-include/clang/Sema/Lookup.h
-include/clang/Sema/LoopHint.h
-include/clang/Sema/MultiplexExternalSemaSource.h
-include/clang/Sema/ObjCMethodList.h
-include/clang/Sema/Overload.h
-include/clang/Sema/Ownership.h
-include/clang/Sema/ParsedTemplate.h
-include/clang/Sema/PrettyDeclStackTrace.h
-include/clang/Sema/Scope.h
-include/clang/Sema/ScopeInfo.h
-include/clang/Sema/Sema.h
-include/clang/Sema/SemaConsumer.h
-include/clang/Sema/SemaDiagnostic.h
-include/clang/Sema/SemaFixItUtils.h
-include/clang/Sema/SemaInternal.h
-include/clang/Sema/SemaLambda.h
-include/clang/Sema/Template.h
-include/clang/Sema/TemplateDeduction.h
-include/clang/Sema/TypoCorrection.h
-include/clang/Sema/Weak.h
-include/clang/Serialization/ASTBitCodes.h
-include/clang/Serialization/ASTDeserializationListener.h
-include/clang/Serialization/ASTReader.h
-include/clang/Serialization/ASTWriter.h
-include/clang/Serialization/AttrPCHRead.inc
-include/clang/Serialization/AttrPCHWrite.inc
-include/clang/Serialization/ContinuousRangeMap.h
-include/clang/Serialization/GlobalModuleIndex.h
-include/clang/Serialization/Module.h
-include/clang/Serialization/ModuleFileExtension.h
-include/clang/Serialization/ModuleManager.h
-include/clang/Serialization/SerializationDiagnostic.h
-include/clang/StaticAnalyzer/Checkers/ClangCheckers.h
-include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
-include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
-include/clang/StaticAnalyzer/Core/Analyses.def
-include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
-include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
-include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
-include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
-include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
-include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
-include/clang/StaticAnalyzer/Core/Checker.h
-include/clang/StaticAnalyzer/Core/CheckerManager.h
-include/clang/StaticAnalyzer/Core/CheckerOptInfo.h
-include/clang/StaticAnalyzer/Core/CheckerRegistry.h
-include/clang/StaticAnalyzer/Core/IssueHash.h
-include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
-include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h
-include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
-include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
-include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h
-include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
-include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
-include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
-include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
-include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
-include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
-include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h
-include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
-include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
-include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
-include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h
-include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h
-include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
-include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
-include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
-include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h
-include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
-include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
-include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
-include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h
-include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
-include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h
-include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
-include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
-include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h
-include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
-include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
-include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
-include/clang/StaticAnalyzer/Frontend/FrontendActions.h
-include/clang/StaticAnalyzer/Frontend/ModelConsumer.h
-include/clang/Tooling/ArgumentsAdjusters.h
-include/clang/Tooling/CommonOptionsParser.h
-include/clang/Tooling/CompilationDatabase.h
-include/clang/Tooling/CompilationDatabasePluginRegistry.h
-include/clang/Tooling/Core/Lookup.h
-include/clang/Tooling/Core/Replacement.h
-include/clang/Tooling/FileMatchTrie.h
-include/clang/Tooling/JSONCompilationDatabase.h
-include/clang/Tooling/Refactoring.h
-include/clang/Tooling/RefactoringCallbacks.h
-include/clang/Tooling/ReplacementsYaml.h
-include/clang/Tooling/Tooling.h
-lib/clang/${PKGVERSION_NORC}/include/Intrin.h
-lib/clang/${PKGVERSION_NORC}/include/__clang_cuda_runtime_wrapper.h
-lib/clang/${PKGVERSION_NORC}/include/__stddef_max_align_t.h
-lib/clang/${PKGVERSION_NORC}/include/__wmmintrin_aes.h
-lib/clang/${PKGVERSION_NORC}/include/__wmmintrin_pclmul.h
-lib/clang/${PKGVERSION_NORC}/include/adxintrin.h
-lib/clang/${PKGVERSION_NORC}/include/altivec.h
-lib/clang/${PKGVERSION_NORC}/include/ammintrin.h
-lib/clang/${PKGVERSION_NORC}/include/arm_acle.h
-lib/clang/${PKGVERSION_NORC}/include/arm_neon.h
-lib/clang/${PKGVERSION_NORC}/include/avx2intrin.h
-lib/clang/${PKGVERSION_NORC}/include/avx512bwintrin.h
-lib/clang/${PKGVERSION_NORC}/include/avx512cdintrin.h
-lib/clang/${PKGVERSION_NORC}/include/avx512dqintrin.h
-lib/clang/${PKGVERSION_NORC}/include/avx512erintrin.h
-lib/clang/${PKGVERSION_NORC}/include/avx512fintrin.h
-lib/clang/${PKGVERSION_NORC}/include/avx512vlbwintrin.h
-lib/clang/${PKGVERSION_NORC}/include/avx512vldqintrin.h
-lib/clang/${PKGVERSION_NORC}/include/avx512vlintrin.h
-lib/clang/${PKGVERSION_NORC}/include/avxintrin.h
-lib/clang/${PKGVERSION_NORC}/include/bmi2intrin.h
-lib/clang/${PKGVERSION_NORC}/include/bmiintrin.h
-lib/clang/${PKGVERSION_NORC}/include/cpuid.h
-lib/clang/${PKGVERSION_NORC}/include/cuda_builtin_vars.h
-lib/clang/${PKGVERSION_NORC}/include/emmintrin.h
-lib/clang/${PKGVERSION_NORC}/include/f16cintrin.h
-lib/clang/${PKGVERSION_NORC}/include/float.h
-lib/clang/${PKGVERSION_NORC}/include/fma4intrin.h
-lib/clang/${PKGVERSION_NORC}/include/fmaintrin.h
-lib/clang/${PKGVERSION_NORC}/include/fxsrintrin.h
-lib/clang/${PKGVERSION_NORC}/include/htmintrin.h
-lib/clang/${PKGVERSION_NORC}/include/htmxlintrin.h
-lib/clang/${PKGVERSION_NORC}/include/ia32intrin.h
-lib/clang/${PKGVERSION_NORC}/include/immintrin.h
-lib/clang/${PKGVERSION_NORC}/include/inttypes.h
-lib/clang/${PKGVERSION_NORC}/include/iso646.h
-lib/clang/${PKGVERSION_NORC}/include/limits.h
-lib/clang/${PKGVERSION_NORC}/include/lzcntintrin.h
-lib/clang/${PKGVERSION_NORC}/include/mm3dnow.h
-lib/clang/${PKGVERSION_NORC}/include/mm_malloc.h
-lib/clang/${PKGVERSION_NORC}/include/mmintrin.h
-lib/clang/${PKGVERSION_NORC}/include/module.modulemap
-lib/clang/${PKGVERSION_NORC}/include/nmmintrin.h
-lib/clang/${PKGVERSION_NORC}/include/pkuintrin.h
-lib/clang/${PKGVERSION_NORC}/include/pmmintrin.h
-lib/clang/${PKGVERSION_NORC}/include/popcntintrin.h
-lib/clang/${PKGVERSION_NORC}/include/prfchwintrin.h
-lib/clang/${PKGVERSION_NORC}/include/rdseedintrin.h
-lib/clang/${PKGVERSION_NORC}/include/rtmintrin.h
-lib/clang/${PKGVERSION_NORC}/include/s390intrin.h
-lib/clang/${PKGVERSION_NORC}/include/shaintrin.h
-lib/clang/${PKGVERSION_NORC}/include/smmintrin.h
-lib/clang/${PKGVERSION_NORC}/include/stdalign.h
-lib/clang/${PKGVERSION_NORC}/include/stdarg.h
-lib/clang/${PKGVERSION_NORC}/include/stdatomic.h
-lib/clang/${PKGVERSION_NORC}/include/stdbool.h
-lib/clang/${PKGVERSION_NORC}/include/stddef.h
-lib/clang/${PKGVERSION_NORC}/include/stdint.h
-lib/clang/${PKGVERSION_NORC}/include/stdnoreturn.h
-lib/clang/${PKGVERSION_NORC}/include/tbmintrin.h
-lib/clang/${PKGVERSION_NORC}/include/tgmath.h
-lib/clang/${PKGVERSION_NORC}/include/tmmintrin.h
-lib/clang/${PKGVERSION_NORC}/include/unwind.h
-lib/clang/${PKGVERSION_NORC}/include/vadefs.h
-lib/clang/${PKGVERSION_NORC}/include/varargs.h
-lib/clang/${PKGVERSION_NORC}/include/vecintrin.h
-lib/clang/${PKGVERSION_NORC}/include/wmmintrin.h
-lib/clang/${PKGVERSION_NORC}/include/x86intrin.h
-lib/clang/${PKGVERSION_NORC}/include/xmmintrin.h
-lib/clang/${PKGVERSION_NORC}/include/xopintrin.h
-lib/clang/${PKGVERSION_NORC}/include/xsavecintrin.h
-lib/clang/${PKGVERSION_NORC}/include/xsaveintrin.h
-lib/clang/${PKGVERSION_NORC}/include/xsaveoptintrin.h
-lib/clang/${PKGVERSION_NORC}/include/xsavesintrin.h
-lib/clang/${PKGVERSION_NORC}/include/xtestintrin.h
-lib/libclang.${SOEXT}
-${PLIST.notdylib}lib/libclang.${SOEXT}.${LLVM_MAJOR}
-lib/libclangAST.a
-lib/libclangASTMatchers.a
-lib/libclangAnalysis.a
-lib/libclangBasic.a
-lib/libclangCodeGen.a
-lib/libclangDriver.a
-lib/libclangDynamicASTMatchers.a
-lib/libclangEdit.a
-lib/libclangFormat.a
-lib/libclangFrontend.a
-lib/libclangFrontendTool.a
-lib/libclangIndex.a
-lib/libclangLex.a
-lib/libclangParse.a
-lib/libclangRewrite.a
-lib/libclangRewriteFrontend.a
-lib/libclangSema.a
-lib/libclangSerialization.a
-lib/libclangTooling.a
-lib/libclangToolingCore.a
-share/clang/clang-format-bbedit.applescript
-share/clang/clang-format-diff.py
-share/clang/clang-format-sublime.py
-share/clang/clang-format.el
-share/clang/clang-format.py
-share/clang/cmake/ClangConfig.cmake
-share/clang/cmake/ClangTargets-release.cmake
-share/clang/cmake/ClangTargets.cmake
-share/clang/git-clang-format
diff --git a/clang/buildlink3.mk b/clang/buildlink3.mk
deleted file mode 100644
index 27d3a67..0000000
--- a/clang/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	clang
-
-.if !defined(CLANG_BUILDLINK3_MK)
-CLANG_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.clang+=	clang>=3.8.0
-BUILDLINK_PKGSRCDIR.clang?=	../../wip/clang
-
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../wip/llvm/buildlink3.mk"
-.endif	# CLANG_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-clang
diff --git a/clang/distinfo b/clang/distinfo
deleted file mode 100644
index 691c3c5..0000000
--- a/clang/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.35 2015/09/11 01:21:57 tnn Exp $
-
-SHA1 (cfe-3.8.0.src.tar.xz) = 2230ef962f2df3c13ec93f5b04b0e3cdff94b2ce
-RMD160 (cfe-3.8.0.src.tar.xz) = 7c6763d277aaca7b0e35f0887c1eb5ad4cdb05af
-SHA512 (cfe-3.8.0.src.tar.xz) = fef431d63f95a394d53e3857fb6a6bde7a7b27f40ef5111b4353bcb63ac26febec8a9eb84780187c49699ab099834f13f996f085d02c365676b3fa5bbcc03dcd
-Size (cfe-3.8.0.src.tar.xz) = 9627228 bytes
-SHA1 (patch-tools_clang-format_CMakeLists.txt) = a1052c71728467625a40234719580cb34688a568
diff --git a/clang/patches/patch-tools_clang-format_CMakeLists.txt b/clang/patches/patch-tools_clang-format_CMakeLists.txt
deleted file mode 100644
index 8df7b6f..0000000
--- a/clang/patches/patch-tools_clang-format_CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-git-clang-format is a git integration for clang-format,
-written in python. It could be moved to a separate package
-to avoid a python runtime dependency here, but for now I just opted
-to move it to share/clang and skip the interpreter check.
-
---- tools/clang-format/CMakeLists.txt.orig	2016-02-21 01:22:56.000000000 +0000
-+++ tools/clang-format/CMakeLists.txt
-@@ -25,4 +25,4 @@ install(PROGRAMS clang-format-diff.py DE
- install(PROGRAMS clang-format-sublime.py DESTINATION share/clang)
- install(PROGRAMS clang-format.el DESTINATION share/clang)
- install(PROGRAMS clang-format.py DESTINATION share/clang)
--install(PROGRAMS git-clang-format DESTINATION bin)
-+install(PROGRAMS git-clang-format DESTINATION share/clang)
diff --git a/libLLVM/DESCR b/libLLVM/DESCR
deleted file mode 100644
index c785317..0000000
--- a/libLLVM/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The LLVM Project is a collection of modular and reusable compiler and toolchain
-technologies. Despite its name, LLVM has little to do with traditional virtual
-machines, though it does provide helpful libraries that can be used to build
-them.
-
-This package contains the LLVM core shared libraries intended to be usable by
-packages built on an otherwise GCC-built system.
diff --git a/libLLVM/Makefile b/libLLVM/Makefile
deleted file mode 100644
index 65cdcfc..0000000
--- a/libLLVM/Makefile
+++ /dev/null
@@ -1,140 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	llvm-3.8.0.src
-PKGNAME=	${DISTNAME:S/llvm/libLLVM/:S/.src//}
-CATEGORIES=	lang devel
-MASTER_SITES=	http://llvm.org/releases/${PKGVERSION_NOREV}/
-#MASTER_SITES=	http://llvm.org/pre-releases/3.8.0/rc2/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://llvm.org/
-COMMENT=	Low Level Virtual Machine shared library
-LICENSE=	modified-bsd
-
-USE_LANGUAGES=		c c++
-USE_CMAKE=		yes
-GCC_REQD+=		4.8
-PYTHON_FOR_BUILD_ONLY=	yes
-
-CONFIGURE_DIRS=         ${WRKDIR}/build
-CMAKE_ARG_PATH=		${WRKSRC}
-
-CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
-CMAKE_ARGS+=	-DCMAKE_C_COMPILER=gcc
-CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=g++
-CMAKE_ARGS+=	-DLLVM_BUILD_LLVM_DYLIB=On
-
-.for tool in 	bugpoint bugpoint_passes dsymutil llc lli llvm_ar	\
-	llvm_as llvm_bcanalyzer llvm_c_test llvm_cov llvm_cxxdump	\
-	llvm_diff llvm_dis llvm_dwarfdump llvm_dwp llvm_extract llvm_go	\
-	llvm_jitlistener llvm_link llvm_lto llvm_mc llvm_mcmarkup	\
-	llvm_nm llvm_objdump llvm_pdbdump llvm_profdata llvm_readobj	\
-	llvm_rtdyld llvm_size llvm_split llvm_stress llvm_symbolizer	\
-	lto obj2yaml opt sancov verify_uselistorder yaml2obj
-CMAKE_ARGS+=	-DLLVM_TOOL_${tool:tu}_BUILD=OFF
-.endfor
-
-SUBST_CLASSES+=		fix-cnf
-SUBST_STAGE.fix-cnf=	pre-configure
-SUBST_MESSAGE.fix-cnf=	Fixing llvm-config paths
-SUBST_FILES.fix-cnf=	tools/llvm-config/llvm-config.cpp
-SUBST_SED.fix-cnf=	-e 's|ActivePrefix + "/include"|"${PREFIX}/include/libLLVM"|g'
-SUBST_SED.fix-cnf+=	-e 's|ActivePrefix + "/lib" + LLVM_LIBDIR_SUFFIX|"${PREFIX}/lib/libLLVM"|g'
-SUBST_SED.fix-cnf+=	-e 's|"-L" << ActiveLibDir|"${COMPILER_RPATH_FLAG}" << ActiveLibDir << " " << &|g'
-
-CHECK_PORTABILITY_SKIP=	utils/buildit/build_llvm
-
-# XXX perl is not added as a tool as it does not seem to be required
-REPLACE_PERL+=		utils/GenLibDeps.pl
-REPLACE_PERL+=		utils/UpdateCMakeLists.pl
-REPLACE_PERL+=		utils/codegen-diff
-REPLACE_PERL+=		utils/findsym.pl
-REPLACE_PERL+=		utils/llvm-native-gxx
-REPLACE_PERL+=		utils/test_debuginfo.pl
-
-REPLACE_PYTHON+=	examples/Kaleidoscope/MCJIT/cached/genk-timing.py
-REPLACE_PYTHON+=	examples/Kaleidoscope/MCJIT/cached/split-lib.py
-REPLACE_PYTHON+=	examples/Kaleidoscope/MCJIT/complete/genk-timing.py
-REPLACE_PYTHON+=	examples/Kaleidoscope/MCJIT/complete/split-lib.py
-REPLACE_PYTHON+=	examples/Kaleidoscope/MCJIT/lazy/genk-timing.py
-REPLACE_PYTHON+=	test/BugPoint/compile-custom.ll.py
-REPLACE_PYTHON+=	test/tools/llvm-readobj/Inputs/relocs.py
-REPLACE_PYTHON+=	utils/Misc/zkill
-REPLACE_PYTHON+=	utils/Target/ARM/analyze-match-table.py
-REPLACE_PYTHON+=	utils/bisect
-REPLACE_PYTHON+=	utils/clang-parse-diagnostics-file
-REPLACE_PYTHON+=	utils/create_ladder_graph.py
-REPLACE_PYTHON+=	utils/git/find-rev
-REPLACE_PYTHON+=	utils/lint/common_lint.py
-REPLACE_PYTHON+=	utils/lint/cpp_lint.py
-REPLACE_PYTHON+=	utils/lint/generic_lint.py
-REPLACE_PYTHON+=	utils/lit/lit.py
-REPLACE_PYTHON+=	utils/lit/lit/ProgressBar.py
-REPLACE_PYTHON+=	utils/lit/lit/main.py
-REPLACE_PYTHON+=	utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest
-REPLACE_PYTHON+=	utils/llvm-build/llvm-build
-REPLACE_PYTHON+=	utils/llvm-compilers-check
-REPLACE_PYTHON+=	utils/llvm-lit/llvm-lit.in
-REPLACE_PYTHON+=	utils/release/findRegressions-nightly.py
-REPLACE_PYTHON+=	utils/release/findRegressions-simple.py
-REPLACE_PYTHON+=	utils/schedcover.py
-REPLACE_PYTHON+=	utils/shuffle_fuzz.py
-REPLACE_PYTHON+=	utils/sort_includes.py
-REPLACE_PYTHON+=	utils/testgen/mc-bundling-x86-gen.py
-REPLACE_PYTHON+=	utils/update_llc_test_checks.py
-REPLACE_PYTHON+=	utils/wciia.py
-
-TEST_TARGET=		check
-TEST_ENV+=		LD_LIBRARY_PATH=${WRKDIR}/build/lib
-
-.include "../../mk/bsd.prefs.mk"
-
-# 3.8.0 -> 3.8
-LLVM_MAJOR=	${PKGVERSION_NOREV:C/^([0-9]+\.[0-9]+)\..*$/\1/}
-PLIST_SUBST+=	LLVM_MAJOR=${LLVM_MAJOR}
-
-# This is not required in pkgsrc proper, use PKGVERSION_NOREV
-PKGVERSION_NORC=${PKGVERSION_NOREV:C/rc[0-9]+//}
-PLIST_SUBST+=	PKGVERSION_NORC=${PKGVERSION_NORC}
-
-PLIST_VARS+=	notdylib
-.if ${_OPSYS_SHLIB_TYPE} == "dylib"
-SOEXT=		dylib
-LLVM_LIBNAME=	libLLVM.${SOEXT}
-.else
-SOEXT=		so
-LLVM_LIBNAME=	libLLVM-${LLVM_MAJOR}.${SOEXT}
-PLIST.notdylib=	yes
-.endif
-PLIST_SUBST+=	SOEXT=${SOEXT}
-PLIST_SUBST+=	LLVM_LIBNAME=${LLVM_LIBNAME}
-
-.include "options.mk"
-
-# replacing config.guess is required even for cmake.
-# It is used to detect correct LLVM_HOST_TRIPLE, e.g. for NetBSD/evbarm.
-post-extract:
-	${RUN} mkdir -p ${WRKDIR}/build
-.for f in config.guess config.sub
-	cp ../../mk/gnu-config/${f} ${WRKSRC}/autoconf/${f}
-.endfor
-
-post-install:
-	${INSTALL_LIB_DIR} ${DESTDIR}${PREFIX}/lib/libLLVM
-	${INSTALL_LIB} ${WRKDIR}/build/lib/${LLVM_LIBNAME}	\
-		${DESTDIR}${PREFIX}/lib/libLLVM/${LLVM_LIBNAME}
-.if ${OPSYS} == "Darwin"
-	install_name_tool -id	\
-		${PREFIX}/lib/libLLVM/${LLVM_LIBNAME}	\
-		${DESTDIR}${PREFIX}/lib/libLLVM/${LLVM_LIBNAME}
-.else
-	${LN} -s ${LLVM_LIBNAME}	\
-		${DESTDIR}${PREFIX}/lib/libLLVM/libLLVM.${SOEXT}
-	${LN} -s ${LLVM_LIBNAME}	\
-		${DESTDIR}${PREFIX}/lib/libLLVM/libLLVM-${PKGVERSION_NORC}.${SOEXT}
-.endif
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/tool.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libLLVM/PLIST b/libLLVM/PLIST
deleted file mode 100644
index 2f8208e..0000000
--- a/libLLVM/PLIST
+++ /dev/null
@@ -1,829 +0,0 @@
-@comment $NetBSD$
-include/libLLVM/llvm-c/Analysis.h
-include/libLLVM/llvm-c/BitReader.h
-include/libLLVM/llvm-c/BitWriter.h
-include/libLLVM/llvm-c/Core.h
-include/libLLVM/llvm-c/Disassembler.h
-include/libLLVM/llvm-c/ErrorHandling.h
-include/libLLVM/llvm-c/ExecutionEngine.h
-include/libLLVM/llvm-c/IRReader.h
-include/libLLVM/llvm-c/Initialization.h
-include/libLLVM/llvm-c/LinkTimeOptimizer.h
-include/libLLVM/llvm-c/Linker.h
-include/libLLVM/llvm-c/Object.h
-include/libLLVM/llvm-c/OrcBindings.h
-include/libLLVM/llvm-c/Support.h
-include/libLLVM/llvm-c/Target.h
-include/libLLVM/llvm-c/TargetMachine.h
-include/libLLVM/llvm-c/Transforms/IPO.h
-include/libLLVM/llvm-c/Transforms/PassManagerBuilder.h
-include/libLLVM/llvm-c/Transforms/Scalar.h
-include/libLLVM/llvm-c/Transforms/Vectorize.h
-include/libLLVM/llvm-c/Types.h
-include/libLLVM/llvm-c/lto.h
-include/libLLVM/llvm/ADT/APFloat.h
-include/libLLVM/llvm/ADT/APInt.h
-include/libLLVM/llvm/ADT/APSInt.h
-include/libLLVM/llvm/ADT/ArrayRef.h
-include/libLLVM/llvm/ADT/BitVector.h
-include/libLLVM/llvm/ADT/DAGDeltaAlgorithm.h
-include/libLLVM/llvm/ADT/DeltaAlgorithm.h
-include/libLLVM/llvm/ADT/DenseMap.h
-include/libLLVM/llvm/ADT/DenseMapInfo.h
-include/libLLVM/llvm/ADT/DenseSet.h
-include/libLLVM/llvm/ADT/DepthFirstIterator.h
-include/libLLVM/llvm/ADT/EpochTracker.h
-include/libLLVM/llvm/ADT/EquivalenceClasses.h
-include/libLLVM/llvm/ADT/FoldingSet.h
-include/libLLVM/llvm/ADT/GraphTraits.h
-include/libLLVM/llvm/ADT/Hashing.h
-include/libLLVM/llvm/ADT/ImmutableList.h
-include/libLLVM/llvm/ADT/ImmutableMap.h
-include/libLLVM/llvm/ADT/ImmutableSet.h
-include/libLLVM/llvm/ADT/IndexedMap.h
-include/libLLVM/llvm/ADT/IntEqClasses.h
-include/libLLVM/llvm/ADT/IntervalMap.h
-include/libLLVM/llvm/ADT/IntrusiveRefCntPtr.h
-include/libLLVM/llvm/ADT/MapVector.h
-include/libLLVM/llvm/ADT/None.h
-include/libLLVM/llvm/ADT/Optional.h
-include/libLLVM/llvm/ADT/PackedVector.h
-include/libLLVM/llvm/ADT/PointerEmbeddedInt.h
-include/libLLVM/llvm/ADT/PointerIntPair.h
-include/libLLVM/llvm/ADT/PointerSumType.h
-include/libLLVM/llvm/ADT/PointerUnion.h
-include/libLLVM/llvm/ADT/PostOrderIterator.h
-include/libLLVM/llvm/ADT/PriorityQueue.h
-include/libLLVM/llvm/ADT/SCCIterator.h
-include/libLLVM/llvm/ADT/STLExtras.h
-include/libLLVM/llvm/ADT/ScopedHashTable.h
-include/libLLVM/llvm/ADT/SetOperations.h
-include/libLLVM/llvm/ADT/SetVector.h
-include/libLLVM/llvm/ADT/SmallBitVector.h
-include/libLLVM/llvm/ADT/SmallPtrSet.h
-include/libLLVM/llvm/ADT/SmallSet.h
-include/libLLVM/llvm/ADT/SmallString.h
-include/libLLVM/llvm/ADT/SmallVector.h
-include/libLLVM/llvm/ADT/SparseBitVector.h
-include/libLLVM/llvm/ADT/SparseMultiSet.h
-include/libLLVM/llvm/ADT/SparseSet.h
-include/libLLVM/llvm/ADT/Statistic.h
-include/libLLVM/llvm/ADT/StringExtras.h
-include/libLLVM/llvm/ADT/StringMap.h
-include/libLLVM/llvm/ADT/StringRef.h
-include/libLLVM/llvm/ADT/StringSet.h
-include/libLLVM/llvm/ADT/StringSwitch.h
-include/libLLVM/llvm/ADT/TinyPtrVector.h
-include/libLLVM/llvm/ADT/Triple.h
-include/libLLVM/llvm/ADT/Twine.h
-include/libLLVM/llvm/ADT/UniqueVector.h
-include/libLLVM/llvm/ADT/VariadicFunction.h
-include/libLLVM/llvm/ADT/edit_distance.h
-include/libLLVM/llvm/ADT/ilist.h
-include/libLLVM/llvm/ADT/ilist_node.h
-include/libLLVM/llvm/ADT/iterator.h
-include/libLLVM/llvm/ADT/iterator_range.h
-include/libLLVM/llvm/Analysis/AliasAnalysis.h
-include/libLLVM/llvm/Analysis/AliasSetTracker.h
-include/libLLVM/llvm/Analysis/AssumptionCache.h
-include/libLLVM/llvm/Analysis/BasicAliasAnalysis.h
-include/libLLVM/llvm/Analysis/BlockFrequencyInfo.h
-include/libLLVM/llvm/Analysis/BlockFrequencyInfoImpl.h
-include/libLLVM/llvm/Analysis/BranchProbabilityInfo.h
-include/libLLVM/llvm/Analysis/CFG.h
-include/libLLVM/llvm/Analysis/CFGPrinter.h
-include/libLLVM/llvm/Analysis/CFLAliasAnalysis.h
-include/libLLVM/llvm/Analysis/CGSCCPassManager.h
-include/libLLVM/llvm/Analysis/CallGraph.h
-include/libLLVM/llvm/Analysis/CallGraphSCCPass.h
-include/libLLVM/llvm/Analysis/CallPrinter.h
-include/libLLVM/llvm/Analysis/CaptureTracking.h
-include/libLLVM/llvm/Analysis/CodeMetrics.h
-include/libLLVM/llvm/Analysis/ConstantFolding.h
-include/libLLVM/llvm/Analysis/DOTGraphTraitsPass.h
-include/libLLVM/llvm/Analysis/DemandedBits.h
-include/libLLVM/llvm/Analysis/DependenceAnalysis.h
-include/libLLVM/llvm/Analysis/DivergenceAnalysis.h
-include/libLLVM/llvm/Analysis/DomPrinter.h
-include/libLLVM/llvm/Analysis/DominanceFrontier.h
-include/libLLVM/llvm/Analysis/DominanceFrontierImpl.h
-include/libLLVM/llvm/Analysis/EHPersonalities.h
-include/libLLVM/llvm/Analysis/GlobalsModRef.h
-include/libLLVM/llvm/Analysis/IVUsers.h
-include/libLLVM/llvm/Analysis/InlineCost.h
-include/libLLVM/llvm/Analysis/InstructionSimplify.h
-include/libLLVM/llvm/Analysis/Interval.h
-include/libLLVM/llvm/Analysis/IntervalIterator.h
-include/libLLVM/llvm/Analysis/IntervalPartition.h
-include/libLLVM/llvm/Analysis/IteratedDominanceFrontier.h
-include/libLLVM/llvm/Analysis/LazyCallGraph.h
-include/libLLVM/llvm/Analysis/LazyValueInfo.h
-include/libLLVM/llvm/Analysis/Lint.h
-include/libLLVM/llvm/Analysis/Loads.h
-include/libLLVM/llvm/Analysis/LoopAccessAnalysis.h
-include/libLLVM/llvm/Analysis/LoopInfo.h
-include/libLLVM/llvm/Analysis/LoopInfoImpl.h
-include/libLLVM/llvm/Analysis/LoopIterator.h
-include/libLLVM/llvm/Analysis/LoopPass.h
-include/libLLVM/llvm/Analysis/MemoryBuiltins.h
-include/libLLVM/llvm/Analysis/MemoryDependenceAnalysis.h
-include/libLLVM/llvm/Analysis/MemoryLocation.h
-include/libLLVM/llvm/Analysis/ObjCARCAliasAnalysis.h
-include/libLLVM/llvm/Analysis/ObjCARCAnalysisUtils.h
-include/libLLVM/llvm/Analysis/ObjCARCInstKind.h
-include/libLLVM/llvm/Analysis/OrderedBasicBlock.h
-include/libLLVM/llvm/Analysis/PHITransAddr.h
-include/libLLVM/llvm/Analysis/Passes.h
-include/libLLVM/llvm/Analysis/PostDominators.h
-include/libLLVM/llvm/Analysis/PtrUseVisitor.h
-include/libLLVM/llvm/Analysis/RegionInfo.h
-include/libLLVM/llvm/Analysis/RegionInfoImpl.h
-include/libLLVM/llvm/Analysis/RegionIterator.h
-include/libLLVM/llvm/Analysis/RegionPass.h
-include/libLLVM/llvm/Analysis/RegionPrinter.h
-include/libLLVM/llvm/Analysis/ScalarEvolution.h
-include/libLLVM/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
-include/libLLVM/llvm/Analysis/ScalarEvolutionExpander.h
-include/libLLVM/llvm/Analysis/ScalarEvolutionExpressions.h
-include/libLLVM/llvm/Analysis/ScalarEvolutionNormalization.h
-include/libLLVM/llvm/Analysis/ScopedNoAliasAA.h
-include/libLLVM/llvm/Analysis/SparsePropagation.h
-include/libLLVM/llvm/Analysis/TargetFolder.h
-include/libLLVM/llvm/Analysis/TargetLibraryInfo.def
-include/libLLVM/llvm/Analysis/TargetLibraryInfo.h
-include/libLLVM/llvm/Analysis/TargetTransformInfo.h
-include/libLLVM/llvm/Analysis/TargetTransformInfoImpl.h
-include/libLLVM/llvm/Analysis/Trace.h
-include/libLLVM/llvm/Analysis/TypeBasedAliasAnalysis.h
-include/libLLVM/llvm/Analysis/ValueTracking.h
-include/libLLVM/llvm/Analysis/VectorUtils.h
-include/libLLVM/llvm/AsmParser/Parser.h
-include/libLLVM/llvm/AsmParser/SlotMapping.h
-include/libLLVM/llvm/Bitcode/BitCodes.h
-include/libLLVM/llvm/Bitcode/BitcodeWriterPass.h
-include/libLLVM/llvm/Bitcode/BitstreamReader.h
-include/libLLVM/llvm/Bitcode/BitstreamWriter.h
-include/libLLVM/llvm/Bitcode/LLVMBitCodes.h
-include/libLLVM/llvm/Bitcode/ReaderWriter.h
-include/libLLVM/llvm/CodeGen/Analysis.h
-include/libLLVM/llvm/CodeGen/AsmPrinter.h
-include/libLLVM/llvm/CodeGen/AtomicExpandUtils.h
-include/libLLVM/llvm/CodeGen/BasicTTIImpl.h
-include/libLLVM/llvm/CodeGen/CalcSpillWeights.h
-include/libLLVM/llvm/CodeGen/CallingConvLower.h
-include/libLLVM/llvm/CodeGen/CommandFlags.h
-include/libLLVM/llvm/CodeGen/DAGCombine.h
-include/libLLVM/llvm/CodeGen/DFAPacketizer.h
-include/libLLVM/llvm/CodeGen/DIE.h
-include/libLLVM/llvm/CodeGen/DIEValue.def
-include/libLLVM/llvm/CodeGen/DwarfStringPoolEntry.h
-include/libLLVM/llvm/CodeGen/EdgeBundles.h
-include/libLLVM/llvm/CodeGen/FastISel.h
-include/libLLVM/llvm/CodeGen/FaultMaps.h
-include/libLLVM/llvm/CodeGen/FunctionLoweringInfo.h
-include/libLLVM/llvm/CodeGen/GCMetadata.h
-include/libLLVM/llvm/CodeGen/GCMetadataPrinter.h
-include/libLLVM/llvm/CodeGen/GCStrategy.h
-include/libLLVM/llvm/CodeGen/GCs.h
-include/libLLVM/llvm/CodeGen/ISDOpcodes.h
-include/libLLVM/llvm/CodeGen/IntrinsicLowering.h
-include/libLLVM/llvm/CodeGen/LatencyPriorityQueue.h
-include/libLLVM/llvm/CodeGen/LexicalScopes.h
-include/libLLVM/llvm/CodeGen/LinkAllAsmWriterComponents.h
-include/libLLVM/llvm/CodeGen/LinkAllCodegenComponents.h
-include/libLLVM/llvm/CodeGen/LiveInterval.h
-include/libLLVM/llvm/CodeGen/LiveIntervalAnalysis.h
-include/libLLVM/llvm/CodeGen/LiveIntervalUnion.h
-include/libLLVM/llvm/CodeGen/LivePhysRegs.h
-include/libLLVM/llvm/CodeGen/LiveRangeEdit.h
-include/libLLVM/llvm/CodeGen/LiveRegMatrix.h
-include/libLLVM/llvm/CodeGen/LiveStackAnalysis.h
-include/libLLVM/llvm/CodeGen/LiveVariables.h
-include/libLLVM/llvm/CodeGen/MIRParser/MIRParser.h
-include/libLLVM/llvm/CodeGen/MIRYamlMapping.h
-include/libLLVM/llvm/CodeGen/MachORelocation.h
-include/libLLVM/llvm/CodeGen/MachineBasicBlock.h
-include/libLLVM/llvm/CodeGen/MachineBlockFrequencyInfo.h
-include/libLLVM/llvm/CodeGen/MachineBranchProbabilityInfo.h
-include/libLLVM/llvm/CodeGen/MachineCombinerPattern.h
-include/libLLVM/llvm/CodeGen/MachineConstantPool.h
-include/libLLVM/llvm/CodeGen/MachineDominanceFrontier.h
-include/libLLVM/llvm/CodeGen/MachineDominators.h
-include/libLLVM/llvm/CodeGen/MachineFrameInfo.h
-include/libLLVM/llvm/CodeGen/MachineFunction.h
-include/libLLVM/llvm/CodeGen/MachineFunctionAnalysis.h
-include/libLLVM/llvm/CodeGen/MachineFunctionInitializer.h
-include/libLLVM/llvm/CodeGen/MachineFunctionPass.h
-include/libLLVM/llvm/CodeGen/MachineInstr.h
-include/libLLVM/llvm/CodeGen/MachineInstrBuilder.h
-include/libLLVM/llvm/CodeGen/MachineInstrBundle.h
-include/libLLVM/llvm/CodeGen/MachineJumpTableInfo.h
-include/libLLVM/llvm/CodeGen/MachineLoopInfo.h
-include/libLLVM/llvm/CodeGen/MachineMemOperand.h
-include/libLLVM/llvm/CodeGen/MachineModuleInfo.h
-include/libLLVM/llvm/CodeGen/MachineModuleInfoImpls.h
-include/libLLVM/llvm/CodeGen/MachineOperand.h
-include/libLLVM/llvm/CodeGen/MachinePassRegistry.h
-include/libLLVM/llvm/CodeGen/MachinePostDominators.h
-include/libLLVM/llvm/CodeGen/MachineRegionInfo.h
-include/libLLVM/llvm/CodeGen/MachineRegisterInfo.h
-include/libLLVM/llvm/CodeGen/MachineSSAUpdater.h
-include/libLLVM/llvm/CodeGen/MachineScheduler.h
-include/libLLVM/llvm/CodeGen/MachineTraceMetrics.h
-include/libLLVM/llvm/CodeGen/MachineValueType.h
-include/libLLVM/llvm/CodeGen/PBQP/CostAllocator.h
-include/libLLVM/llvm/CodeGen/PBQP/Graph.h
-include/libLLVM/llvm/CodeGen/PBQP/Math.h
-include/libLLVM/llvm/CodeGen/PBQP/ReductionRules.h
-include/libLLVM/llvm/CodeGen/PBQP/Solution.h
-include/libLLVM/llvm/CodeGen/PBQPRAConstraint.h
-include/libLLVM/llvm/CodeGen/ParallelCG.h
-include/libLLVM/llvm/CodeGen/Passes.h
-include/libLLVM/llvm/CodeGen/PseudoSourceValue.h
-include/libLLVM/llvm/CodeGen/RegAllocPBQP.h
-include/libLLVM/llvm/CodeGen/RegAllocRegistry.h
-include/libLLVM/llvm/CodeGen/RegisterClassInfo.h
-include/libLLVM/llvm/CodeGen/RegisterPressure.h
-include/libLLVM/llvm/CodeGen/RegisterScavenging.h
-include/libLLVM/llvm/CodeGen/ResourcePriorityQueue.h
-include/libLLVM/llvm/CodeGen/RuntimeLibcalls.h
-include/libLLVM/llvm/CodeGen/ScheduleDAG.h
-include/libLLVM/llvm/CodeGen/ScheduleDAGInstrs.h
-include/libLLVM/llvm/CodeGen/ScheduleDFS.h
-include/libLLVM/llvm/CodeGen/ScheduleHazardRecognizer.h
-include/libLLVM/llvm/CodeGen/SchedulerRegistry.h
-include/libLLVM/llvm/CodeGen/ScoreboardHazardRecognizer.h
-include/libLLVM/llvm/CodeGen/SelectionDAG.h
-include/libLLVM/llvm/CodeGen/SelectionDAGISel.h
-include/libLLVM/llvm/CodeGen/SelectionDAGNodes.h
-include/libLLVM/llvm/CodeGen/SlotIndexes.h
-include/libLLVM/llvm/CodeGen/StackMaps.h
-include/libLLVM/llvm/CodeGen/StackProtector.h
-include/libLLVM/llvm/CodeGen/TargetLoweringObjectFileImpl.h
-include/libLLVM/llvm/CodeGen/TargetSchedule.h
-include/libLLVM/llvm/CodeGen/ValueTypes.h
-include/libLLVM/llvm/CodeGen/ValueTypes.td
-include/libLLVM/llvm/CodeGen/VirtRegMap.h
-include/libLLVM/llvm/CodeGen/WinEHFuncInfo.h
-include/libLLVM/llvm/Config/AsmParsers.def
-include/libLLVM/llvm/Config/AsmPrinters.def
-include/libLLVM/llvm/Config/Disassemblers.def
-include/libLLVM/llvm/Config/Targets.def
-include/libLLVM/llvm/Config/llvm-config.h
-include/libLLVM/llvm/DebugInfo/CodeView/CodeView.h
-include/libLLVM/llvm/DebugInfo/CodeView/CodeViewOStream.h
-include/libLLVM/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h
-include/libLLVM/llvm/DebugInfo/CodeView/FunctionId.h
-include/libLLVM/llvm/DebugInfo/CodeView/Line.h
-include/libLLVM/llvm/DebugInfo/CodeView/ListRecordBuilder.h
-include/libLLVM/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h
-include/libLLVM/llvm/DebugInfo/CodeView/MethodListRecordBuilder.h
-include/libLLVM/llvm/DebugInfo/CodeView/TypeIndex.h
-include/libLLVM/llvm/DebugInfo/CodeView/TypeRecord.h
-include/libLLVM/llvm/DebugInfo/CodeView/TypeRecordBuilder.h
-include/libLLVM/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
-include/libLLVM/llvm/DebugInfo/CodeView/TypeTableBuilder.h
-include/libLLVM/llvm/DebugInfo/DIContext.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFContext.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugLine.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFFormValue.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFRelocMap.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFSection.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFUnit.h
-include/libLLVM/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
-include/libLLVM/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
-include/libLLVM/llvm/DebugInfo/PDB/DIA/DIADataStream.h
-include/libLLVM/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
-include/libLLVM/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
-include/libLLVM/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
-include/libLLVM/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
-include/libLLVM/llvm/DebugInfo/PDB/DIA/DIALineNumber.h
-include/libLLVM/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
-include/libLLVM/llvm/DebugInfo/PDB/DIA/DIASession.h
-include/libLLVM/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
-include/libLLVM/llvm/DebugInfo/PDB/DIA/DIASupport.h
-include/libLLVM/llvm/DebugInfo/PDB/IPDBDataStream.h
-include/libLLVM/llvm/DebugInfo/PDB/IPDBEnumChildren.h
-include/libLLVM/llvm/DebugInfo/PDB/IPDBLineNumber.h
-include/libLLVM/llvm/DebugInfo/PDB/IPDBRawSymbol.h
-include/libLLVM/llvm/DebugInfo/PDB/IPDBSession.h
-include/libLLVM/llvm/DebugInfo/PDB/IPDBSourceFile.h
-include/libLLVM/llvm/DebugInfo/PDB/PDB.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBContext.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBExtras.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymDumper.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbol.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolBlock.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolCustom.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolData.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolExe.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolFunc.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolLabel.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolThunk.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
-include/libLLVM/llvm/DebugInfo/PDB/PDBTypes.h
-include/libLLVM/llvm/DebugInfo/Symbolize/DIPrinter.h
-include/libLLVM/llvm/DebugInfo/Symbolize/SymbolizableModule.h
-include/libLLVM/llvm/DebugInfo/Symbolize/Symbolize.h
-include/libLLVM/llvm/ExecutionEngine/ExecutionEngine.h
-include/libLLVM/llvm/ExecutionEngine/GenericValue.h
-include/libLLVM/llvm/ExecutionEngine/Interpreter.h
-include/libLLVM/llvm/ExecutionEngine/JITEventListener.h
-include/libLLVM/llvm/ExecutionEngine/JITSymbolFlags.h
-include/libLLVM/llvm/ExecutionEngine/MCJIT.h
-include/libLLVM/llvm/ExecutionEngine/OProfileWrapper.h
-include/libLLVM/llvm/ExecutionEngine/ObjectCache.h
-include/libLLVM/llvm/ExecutionEngine/ObjectMemoryBuffer.h
-include/libLLVM/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
-include/libLLVM/llvm/ExecutionEngine/Orc/CompileUtils.h
-include/libLLVM/llvm/ExecutionEngine/Orc/ExecutionUtils.h
-include/libLLVM/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
-include/libLLVM/llvm/ExecutionEngine/Orc/IRCompileLayer.h
-include/libLLVM/llvm/ExecutionEngine/Orc/IRTransformLayer.h
-include/libLLVM/llvm/ExecutionEngine/Orc/IndirectionUtils.h
-include/libLLVM/llvm/ExecutionEngine/Orc/JITSymbol.h
-include/libLLVM/llvm/ExecutionEngine/Orc/LambdaResolver.h
-include/libLLVM/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
-include/libLLVM/llvm/ExecutionEngine/Orc/LogicalDylib.h
-include/libLLVM/llvm/ExecutionEngine/Orc/NullResolver.h
-include/libLLVM/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
-include/libLLVM/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
-include/libLLVM/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h
-include/libLLVM/llvm/ExecutionEngine/Orc/OrcError.h
-include/libLLVM/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
-include/libLLVM/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
-include/libLLVM/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
-include/libLLVM/llvm/ExecutionEngine/Orc/RPCChannel.h
-include/libLLVM/llvm/ExecutionEngine/Orc/RPCUtils.h
-include/libLLVM/llvm/ExecutionEngine/OrcMCJITReplacement.h
-include/libLLVM/llvm/ExecutionEngine/RTDyldMemoryManager.h
-include/libLLVM/llvm/ExecutionEngine/RuntimeDyld.h
-include/libLLVM/llvm/ExecutionEngine/RuntimeDyldChecker.h
-include/libLLVM/llvm/ExecutionEngine/SectionMemoryManager.h
-include/libLLVM/llvm/IR/Argument.h
-include/libLLVM/llvm/IR/AssemblyAnnotationWriter.h
-include/libLLVM/llvm/IR/Attributes.h
-include/libLLVM/llvm/IR/Attributes.inc
-include/libLLVM/llvm/IR/Attributes.td
-include/libLLVM/llvm/IR/AutoUpgrade.h
-include/libLLVM/llvm/IR/BasicBlock.h
-include/libLLVM/llvm/IR/CFG.h
-include/libLLVM/llvm/IR/CallSite.h
-include/libLLVM/llvm/IR/CallingConv.h
-include/libLLVM/llvm/IR/Comdat.h
-include/libLLVM/llvm/IR/Constant.h
-include/libLLVM/llvm/IR/ConstantFolder.h
-include/libLLVM/llvm/IR/ConstantRange.h
-include/libLLVM/llvm/IR/Constants.h
-include/libLLVM/llvm/IR/DIBuilder.h
-include/libLLVM/llvm/IR/DataLayout.h
-include/libLLVM/llvm/IR/DebugInfo.h
-include/libLLVM/llvm/IR/DebugInfoFlags.def
-include/libLLVM/llvm/IR/DebugInfoMetadata.h
-include/libLLVM/llvm/IR/DebugLoc.h
-include/libLLVM/llvm/IR/DerivedTypes.h
-include/libLLVM/llvm/IR/DiagnosticInfo.h
-include/libLLVM/llvm/IR/DiagnosticPrinter.h
-include/libLLVM/llvm/IR/Dominators.h
-include/libLLVM/llvm/IR/Function.h
-include/libLLVM/llvm/IR/FunctionInfo.h
-include/libLLVM/llvm/IR/GVMaterializer.h
-include/libLLVM/llvm/IR/GetElementPtrTypeIterator.h
-include/libLLVM/llvm/IR/GlobalAlias.h
-include/libLLVM/llvm/IR/GlobalObject.h
-include/libLLVM/llvm/IR/GlobalValue.h
-include/libLLVM/llvm/IR/GlobalVariable.h
-include/libLLVM/llvm/IR/IRBuilder.h
-include/libLLVM/llvm/IR/IRPrintingPasses.h
-include/libLLVM/llvm/IR/InlineAsm.h
-include/libLLVM/llvm/IR/InstIterator.h
-include/libLLVM/llvm/IR/InstVisitor.h
-include/libLLVM/llvm/IR/InstrTypes.h
-include/libLLVM/llvm/IR/Instruction.def
-include/libLLVM/llvm/IR/Instruction.h
-include/libLLVM/llvm/IR/Instructions.h
-include/libLLVM/llvm/IR/IntrinsicInst.h
-include/libLLVM/llvm/IR/Intrinsics.gen
-include/libLLVM/llvm/IR/Intrinsics.h
-include/libLLVM/llvm/IR/Intrinsics.td
-include/libLLVM/llvm/IR/IntrinsicsAArch64.td
-include/libLLVM/llvm/IR/IntrinsicsAMDGPU.td
-include/libLLVM/llvm/IR/IntrinsicsARM.td
-include/libLLVM/llvm/IR/IntrinsicsBPF.td
-include/libLLVM/llvm/IR/IntrinsicsHexagon.td
-include/libLLVM/llvm/IR/IntrinsicsMips.td
-include/libLLVM/llvm/IR/IntrinsicsNVVM.td
-include/libLLVM/llvm/IR/IntrinsicsPowerPC.td
-include/libLLVM/llvm/IR/IntrinsicsSystemZ.td
-include/libLLVM/llvm/IR/IntrinsicsWebAssembly.td
-include/libLLVM/llvm/IR/IntrinsicsX86.td
-include/libLLVM/llvm/IR/IntrinsicsXCore.td
-include/libLLVM/llvm/IR/LLVMContext.h
-include/libLLVM/llvm/IR/LegacyPassManager.h
-include/libLLVM/llvm/IR/LegacyPassManagers.h
-include/libLLVM/llvm/IR/LegacyPassNameParser.h
-include/libLLVM/llvm/IR/MDBuilder.h
-include/libLLVM/llvm/IR/Mangler.h
-include/libLLVM/llvm/IR/Metadata.def
-include/libLLVM/llvm/IR/Metadata.h
-include/libLLVM/llvm/IR/Module.h
-include/libLLVM/llvm/IR/ModuleSlotTracker.h
-include/libLLVM/llvm/IR/NoFolder.h
-include/libLLVM/llvm/IR/OperandTraits.h
-include/libLLVM/llvm/IR/Operator.h
-include/libLLVM/llvm/IR/PassManager.h
-include/libLLVM/llvm/IR/PassManagerInternal.h
-include/libLLVM/llvm/IR/PatternMatch.h
-include/libLLVM/llvm/IR/PredIteratorCache.h
-include/libLLVM/llvm/IR/Statepoint.h
-include/libLLVM/llvm/IR/SymbolTableListTraits.h
-include/libLLVM/llvm/IR/TrackingMDRef.h
-include/libLLVM/llvm/IR/Type.h
-include/libLLVM/llvm/IR/TypeBuilder.h
-include/libLLVM/llvm/IR/TypeFinder.h
-include/libLLVM/llvm/IR/Use.h
-include/libLLVM/llvm/IR/UseListOrder.h
-include/libLLVM/llvm/IR/User.h
-include/libLLVM/llvm/IR/Value.def
-include/libLLVM/llvm/IR/Value.h
-include/libLLVM/llvm/IR/ValueHandle.h
-include/libLLVM/llvm/IR/ValueMap.h
-include/libLLVM/llvm/IR/ValueSymbolTable.h
-include/libLLVM/llvm/IR/Verifier.h
-include/libLLVM/llvm/IRReader/IRReader.h
-include/libLLVM/llvm/InitializePasses.h
-include/libLLVM/llvm/LTO/LTOCodeGenerator.h
-include/libLLVM/llvm/LTO/LTOModule.h
-include/libLLVM/llvm/LibDriver/LibDriver.h
-include/libLLVM/llvm/LineEditor/LineEditor.h
-include/libLLVM/llvm/LinkAllIR.h
-include/libLLVM/llvm/LinkAllPasses.h
-include/libLLVM/llvm/Linker/IRMover.h
-include/libLLVM/llvm/Linker/Linker.h
-include/libLLVM/llvm/MC/ConstantPools.h
-include/libLLVM/llvm/MC/MCAsmBackend.h
-include/libLLVM/llvm/MC/MCAsmInfo.h
-include/libLLVM/llvm/MC/MCAsmInfoCOFF.h
-include/libLLVM/llvm/MC/MCAsmInfoDarwin.h
-include/libLLVM/llvm/MC/MCAsmInfoELF.h
-include/libLLVM/llvm/MC/MCAsmLayout.h
-include/libLLVM/llvm/MC/MCAssembler.h
-include/libLLVM/llvm/MC/MCCodeEmitter.h
-include/libLLVM/llvm/MC/MCCodeGenInfo.h
-include/libLLVM/llvm/MC/MCContext.h
-include/libLLVM/llvm/MC/MCDirectives.h
-include/libLLVM/llvm/MC/MCDisassembler.h
-include/libLLVM/llvm/MC/MCDwarf.h
-include/libLLVM/llvm/MC/MCELFObjectWriter.h
-include/libLLVM/llvm/MC/MCELFStreamer.h
-include/libLLVM/llvm/MC/MCExpr.h
-include/libLLVM/llvm/MC/MCExternalSymbolizer.h
-include/libLLVM/llvm/MC/MCFixedLenDisassembler.h
-include/libLLVM/llvm/MC/MCFixup.h
-include/libLLVM/llvm/MC/MCFixupKindInfo.h
-include/libLLVM/llvm/MC/MCFragment.h
-include/libLLVM/llvm/MC/MCInst.h
-include/libLLVM/llvm/MC/MCInstBuilder.h
-include/libLLVM/llvm/MC/MCInstPrinter.h
-include/libLLVM/llvm/MC/MCInstrAnalysis.h
-include/libLLVM/llvm/MC/MCInstrDesc.h
-include/libLLVM/llvm/MC/MCInstrInfo.h
-include/libLLVM/llvm/MC/MCInstrItineraries.h
-include/libLLVM/llvm/MC/MCLabel.h
-include/libLLVM/llvm/MC/MCLinkerOptimizationHint.h
-include/libLLVM/llvm/MC/MCMachObjectWriter.h
-include/libLLVM/llvm/MC/MCObjectFileInfo.h
-include/libLLVM/llvm/MC/MCObjectStreamer.h
-include/libLLVM/llvm/MC/MCObjectWriter.h
-include/libLLVM/llvm/MC/MCParser/AsmCond.h
-include/libLLVM/llvm/MC/MCParser/AsmLexer.h
-include/libLLVM/llvm/MC/MCParser/MCAsmLexer.h
-include/libLLVM/llvm/MC/MCParser/MCAsmParser.h
-include/libLLVM/llvm/MC/MCParser/MCAsmParserExtension.h
-include/libLLVM/llvm/MC/MCParser/MCAsmParserUtils.h
-include/libLLVM/llvm/MC/MCParser/MCParsedAsmOperand.h
-include/libLLVM/llvm/MC/MCRegisterInfo.h
-include/libLLVM/llvm/MC/MCRelocationInfo.h
-include/libLLVM/llvm/MC/MCSchedule.h
-include/libLLVM/llvm/MC/MCSection.h
-include/libLLVM/llvm/MC/MCSectionCOFF.h
-include/libLLVM/llvm/MC/MCSectionELF.h
-include/libLLVM/llvm/MC/MCSectionMachO.h
-include/libLLVM/llvm/MC/MCStreamer.h
-include/libLLVM/llvm/MC/MCSubtargetInfo.h
-include/libLLVM/llvm/MC/MCSymbol.h
-include/libLLVM/llvm/MC/MCSymbolCOFF.h
-include/libLLVM/llvm/MC/MCSymbolELF.h
-include/libLLVM/llvm/MC/MCSymbolMachO.h
-include/libLLVM/llvm/MC/MCSymbolizer.h
-include/libLLVM/llvm/MC/MCTargetAsmParser.h
-include/libLLVM/llvm/MC/MCTargetOptions.h
-include/libLLVM/llvm/MC/MCTargetOptionsCommandFlags.h
-include/libLLVM/llvm/MC/MCValue.h
-include/libLLVM/llvm/MC/MCWin64EH.h
-include/libLLVM/llvm/MC/MCWinCOFFObjectWriter.h
-include/libLLVM/llvm/MC/MCWinCOFFStreamer.h
-include/libLLVM/llvm/MC/MCWinEH.h
-include/libLLVM/llvm/MC/MachineLocation.h
-include/libLLVM/llvm/MC/SectionKind.h
-include/libLLVM/llvm/MC/StringTableBuilder.h
-include/libLLVM/llvm/MC/SubtargetFeature.h
-include/libLLVM/llvm/MC/YAML.h
-include/libLLVM/llvm/Object/Archive.h
-include/libLLVM/llvm/Object/ArchiveWriter.h
-include/libLLVM/llvm/Object/Binary.h
-include/libLLVM/llvm/Object/COFF.h
-include/libLLVM/llvm/Object/COFFImportFile.h
-include/libLLVM/llvm/Object/COFFYAML.h
-include/libLLVM/llvm/Object/ELF.h
-include/libLLVM/llvm/Object/ELFObjectFile.h
-include/libLLVM/llvm/Object/ELFTypes.h
-include/libLLVM/llvm/Object/ELFYAML.h
-include/libLLVM/llvm/Object/Error.h
-include/libLLVM/llvm/Object/FunctionIndexObjectFile.h
-include/libLLVM/llvm/Object/IRObjectFile.h
-include/libLLVM/llvm/Object/MachO.h
-include/libLLVM/llvm/Object/MachOUniversal.h
-include/libLLVM/llvm/Object/ObjectFile.h
-include/libLLVM/llvm/Object/RelocVisitor.h
-include/libLLVM/llvm/Object/StackMapParser.h
-include/libLLVM/llvm/Object/SymbolSize.h
-include/libLLVM/llvm/Object/SymbolicFile.h
-include/libLLVM/llvm/Option/Arg.h
-include/libLLVM/llvm/Option/ArgList.h
-include/libLLVM/llvm/Option/OptParser.td
-include/libLLVM/llvm/Option/OptSpecifier.h
-include/libLLVM/llvm/Option/OptTable.h
-include/libLLVM/llvm/Option/Option.h
-include/libLLVM/llvm/Pass.h
-include/libLLVM/llvm/PassAnalysisSupport.h
-include/libLLVM/llvm/PassInfo.h
-include/libLLVM/llvm/PassRegistry.h
-include/libLLVM/llvm/PassSupport.h
-include/libLLVM/llvm/Passes/PassBuilder.h
-include/libLLVM/llvm/ProfileData/CoverageMapping.h
-include/libLLVM/llvm/ProfileData/CoverageMappingReader.h
-include/libLLVM/llvm/ProfileData/CoverageMappingWriter.h
-include/libLLVM/llvm/ProfileData/InstrProf.h
-include/libLLVM/llvm/ProfileData/InstrProfData.inc
-include/libLLVM/llvm/ProfileData/InstrProfReader.h
-include/libLLVM/llvm/ProfileData/InstrProfWriter.h
-include/libLLVM/llvm/ProfileData/SampleProf.h
-include/libLLVM/llvm/ProfileData/SampleProfReader.h
-include/libLLVM/llvm/ProfileData/SampleProfWriter.h
-include/libLLVM/llvm/Support/AIXDataTypesFix.h
-include/libLLVM/llvm/Support/ARMBuildAttributes.h
-include/libLLVM/llvm/Support/ARMEHABI.h
-include/libLLVM/llvm/Support/ARMTargetParser.def
-include/libLLVM/llvm/Support/ARMWinEH.h
-include/libLLVM/llvm/Support/AlignOf.h
-include/libLLVM/llvm/Support/Allocator.h
-include/libLLVM/llvm/Support/ArrayRecycler.h
-include/libLLVM/llvm/Support/Atomic.h
-include/libLLVM/llvm/Support/BlockFrequency.h
-include/libLLVM/llvm/Support/BranchProbability.h
-include/libLLVM/llvm/Support/CBindingWrapping.h
-include/libLLVM/llvm/Support/COFF.h
-include/libLLVM/llvm/Support/COM.h
-include/libLLVM/llvm/Support/Capacity.h
-include/libLLVM/llvm/Support/Casting.h
-include/libLLVM/llvm/Support/CodeGen.h
-include/libLLVM/llvm/Support/CommandLine.h
-include/libLLVM/llvm/Support/Compiler.h
-include/libLLVM/llvm/Support/Compression.h
-include/libLLVM/llvm/Support/ConvertUTF.h
-include/libLLVM/llvm/Support/CrashRecoveryContext.h
-include/libLLVM/llvm/Support/DOTGraphTraits.h
-include/libLLVM/llvm/Support/DataExtractor.h
-include/libLLVM/llvm/Support/DataStream.h
-include/libLLVM/llvm/Support/DataTypes.h
-include/libLLVM/llvm/Support/Debug.h
-include/libLLVM/llvm/Support/Dwarf.def
-include/libLLVM/llvm/Support/Dwarf.h
-include/libLLVM/llvm/Support/DynamicLibrary.h
-include/libLLVM/llvm/Support/ELF.h
-include/libLLVM/llvm/Support/ELFRelocs/AArch64.def
-include/libLLVM/llvm/Support/ELFRelocs/ARM.def
-include/libLLVM/llvm/Support/ELFRelocs/AVR.def
-include/libLLVM/llvm/Support/ELFRelocs/Hexagon.def
-include/libLLVM/llvm/Support/ELFRelocs/Mips.def
-include/libLLVM/llvm/Support/ELFRelocs/PowerPC.def
-include/libLLVM/llvm/Support/ELFRelocs/PowerPC64.def
-include/libLLVM/llvm/Support/ELFRelocs/Sparc.def
-include/libLLVM/llvm/Support/ELFRelocs/SystemZ.def
-include/libLLVM/llvm/Support/ELFRelocs/WebAssembly.def
-include/libLLVM/llvm/Support/ELFRelocs/i386.def
-include/libLLVM/llvm/Support/ELFRelocs/x86_64.def
-include/libLLVM/llvm/Support/Endian.h
-include/libLLVM/llvm/Support/EndianStream.h
-include/libLLVM/llvm/Support/Errc.h
-include/libLLVM/llvm/Support/Errno.h
-include/libLLVM/llvm/Support/ErrorHandling.h
-include/libLLVM/llvm/Support/ErrorOr.h
-include/libLLVM/llvm/Support/FileOutputBuffer.h
-include/libLLVM/llvm/Support/FileSystem.h
-include/libLLVM/llvm/Support/FileUtilities.h
-include/libLLVM/llvm/Support/Format.h
-include/libLLVM/llvm/Support/FormattedStream.h
-include/libLLVM/llvm/Support/GCOV.h
-include/libLLVM/llvm/Support/GenericDomTree.h
-include/libLLVM/llvm/Support/GenericDomTreeConstruction.h
-include/libLLVM/llvm/Support/GraphWriter.h
-include/libLLVM/llvm/Support/Host.h
-include/libLLVM/llvm/Support/JamCRC.h
-include/libLLVM/llvm/Support/LEB128.h
-include/libLLVM/llvm/Support/LICENSE.TXT
-include/libLLVM/llvm/Support/LineIterator.h
-include/libLLVM/llvm/Support/Locale.h
-include/libLLVM/llvm/Support/LockFileManager.h
-include/libLLVM/llvm/Support/MD5.h
-include/libLLVM/llvm/Support/MachO.h
-include/libLLVM/llvm/Support/ManagedStatic.h
-include/libLLVM/llvm/Support/MathExtras.h
-include/libLLVM/llvm/Support/Memory.h
-include/libLLVM/llvm/Support/MemoryBuffer.h
-include/libLLVM/llvm/Support/MemoryObject.h
-include/libLLVM/llvm/Support/MipsABIFlags.h
-include/libLLVM/llvm/Support/Mutex.h
-include/libLLVM/llvm/Support/MutexGuard.h
-include/libLLVM/llvm/Support/OnDiskHashTable.h
-include/libLLVM/llvm/Support/Options.h
-include/libLLVM/llvm/Support/Path.h
-include/libLLVM/llvm/Support/PluginLoader.h
-include/libLLVM/llvm/Support/PointerLikeTypeTraits.h
-include/libLLVM/llvm/Support/PrettyStackTrace.h
-include/libLLVM/llvm/Support/Printable.h
-include/libLLVM/llvm/Support/Process.h
-include/libLLVM/llvm/Support/Program.h
-include/libLLVM/llvm/Support/RWMutex.h
-include/libLLVM/llvm/Support/RandomNumberGenerator.h
-include/libLLVM/llvm/Support/Recycler.h
-include/libLLVM/llvm/Support/RecyclingAllocator.h
-include/libLLVM/llvm/Support/Regex.h
-include/libLLVM/llvm/Support/Registry.h
-include/libLLVM/llvm/Support/RegistryParser.h
-include/libLLVM/llvm/Support/SMLoc.h
-include/libLLVM/llvm/Support/SaveAndRestore.h
-include/libLLVM/llvm/Support/ScaledNumber.h
-include/libLLVM/llvm/Support/Signals.h
-include/libLLVM/llvm/Support/Solaris.h
-include/libLLVM/llvm/Support/SourceMgr.h
-include/libLLVM/llvm/Support/SpecialCaseList.h
-include/libLLVM/llvm/Support/StreamingMemoryObject.h
-include/libLLVM/llvm/Support/StringPool.h
-include/libLLVM/llvm/Support/StringSaver.h
-include/libLLVM/llvm/Support/SwapByteOrder.h
-include/libLLVM/llvm/Support/SystemUtils.h
-include/libLLVM/llvm/Support/TargetParser.h
-include/libLLVM/llvm/Support/TargetRegistry.h
-include/libLLVM/llvm/Support/TargetSelect.h
-include/libLLVM/llvm/Support/ThreadLocal.h
-include/libLLVM/llvm/Support/ThreadPool.h
-include/libLLVM/llvm/Support/Threading.h
-include/libLLVM/llvm/Support/TimeValue.h
-include/libLLVM/llvm/Support/Timer.h
-include/libLLVM/llvm/Support/ToolOutputFile.h
-include/libLLVM/llvm/Support/TrailingObjects.h
-include/libLLVM/llvm/Support/Unicode.h
-include/libLLVM/llvm/Support/UnicodeCharRanges.h
-include/libLLVM/llvm/Support/UniqueLock.h
-include/libLLVM/llvm/Support/Valgrind.h
-include/libLLVM/llvm/Support/Watchdog.h
-include/libLLVM/llvm/Support/Win64EH.h
-include/libLLVM/llvm/Support/WindowsError.h
-include/libLLVM/llvm/Support/YAMLParser.h
-include/libLLVM/llvm/Support/YAMLTraits.h
-include/libLLVM/llvm/Support/circular_raw_ostream.h
-include/libLLVM/llvm/Support/raw_os_ostream.h
-include/libLLVM/llvm/Support/raw_ostream.h
-include/libLLVM/llvm/Support/thread.h
-include/libLLVM/llvm/Support/type_traits.h
-include/libLLVM/llvm/TableGen/Error.h
-include/libLLVM/llvm/TableGen/Main.h
-include/libLLVM/llvm/TableGen/Record.h
-include/libLLVM/llvm/TableGen/SetTheory.h
-include/libLLVM/llvm/TableGen/StringMatcher.h
-include/libLLVM/llvm/TableGen/StringToOffsetTable.h
-include/libLLVM/llvm/TableGen/TableGenBackend.h
-include/libLLVM/llvm/Target/CostTable.h
-include/libLLVM/llvm/Target/Target.td
-include/libLLVM/llvm/Target/TargetCallingConv.h
-include/libLLVM/llvm/Target/TargetCallingConv.td
-include/libLLVM/llvm/Target/TargetFrameLowering.h
-include/libLLVM/llvm/Target/TargetInstrInfo.h
-include/libLLVM/llvm/Target/TargetIntrinsicInfo.h
-include/libLLVM/llvm/Target/TargetItinerary.td
-include/libLLVM/llvm/Target/TargetLowering.h
-include/libLLVM/llvm/Target/TargetLoweringObjectFile.h
-include/libLLVM/llvm/Target/TargetMachine.h
-include/libLLVM/llvm/Target/TargetOpcodes.h
-include/libLLVM/llvm/Target/TargetOptions.h
-include/libLLVM/llvm/Target/TargetRecip.h
-include/libLLVM/llvm/Target/TargetRegisterInfo.h
-include/libLLVM/llvm/Target/TargetSchedule.td
-include/libLLVM/llvm/Target/TargetSelectionDAG.td
-include/libLLVM/llvm/Target/TargetSelectionDAGInfo.h
-include/libLLVM/llvm/Target/TargetSubtargetInfo.h
-include/libLLVM/llvm/Transforms/IPO.h
-include/libLLVM/llvm/Transforms/IPO/ForceFunctionAttrs.h
-include/libLLVM/llvm/Transforms/IPO/FunctionImport.h
-include/libLLVM/llvm/Transforms/IPO/InferFunctionAttrs.h
-include/libLLVM/llvm/Transforms/IPO/InlinerPass.h
-include/libLLVM/llvm/Transforms/IPO/LowerBitSets.h
-include/libLLVM/llvm/Transforms/IPO/PassManagerBuilder.h
-include/libLLVM/llvm/Transforms/IPO/StripDeadPrototypes.h
-include/libLLVM/llvm/Transforms/InstCombine/InstCombine.h
-include/libLLVM/llvm/Transforms/InstCombine/InstCombineWorklist.h
-include/libLLVM/llvm/Transforms/Instrumentation.h
-include/libLLVM/llvm/Transforms/ObjCARC.h
-include/libLLVM/llvm/Transforms/Scalar.h
-include/libLLVM/llvm/Transforms/Scalar/ADCE.h
-include/libLLVM/llvm/Transforms/Scalar/EarlyCSE.h
-include/libLLVM/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
-include/libLLVM/llvm/Transforms/Scalar/SROA.h
-include/libLLVM/llvm/Transforms/Scalar/SimplifyCFG.h
-include/libLLVM/llvm/Transforms/Utils/ASanStackFrameLayout.h
-include/libLLVM/llvm/Transforms/Utils/BasicBlockUtils.h
-include/libLLVM/llvm/Transforms/Utils/BuildLibCalls.h
-include/libLLVM/llvm/Transforms/Utils/BypassSlowDivision.h
-include/libLLVM/llvm/Transforms/Utils/Cloning.h
-include/libLLVM/llvm/Transforms/Utils/CmpInstAnalysis.h
-include/libLLVM/llvm/Transforms/Utils/CodeExtractor.h
-include/libLLVM/llvm/Transforms/Utils/CtorUtils.h
-include/libLLVM/llvm/Transforms/Utils/GlobalStatus.h
-include/libLLVM/llvm/Transforms/Utils/IntegerDivision.h
-include/libLLVM/llvm/Transforms/Utils/Local.h
-include/libLLVM/llvm/Transforms/Utils/LoopUtils.h
-include/libLLVM/llvm/Transforms/Utils/LoopVersioning.h
-include/libLLVM/llvm/Transforms/Utils/ModuleUtils.h
-include/libLLVM/llvm/Transforms/Utils/PromoteMemToReg.h
-include/libLLVM/llvm/Transforms/Utils/SSAUpdater.h
-include/libLLVM/llvm/Transforms/Utils/SSAUpdaterImpl.h
-include/libLLVM/llvm/Transforms/Utils/SimplifyIndVar.h
-include/libLLVM/llvm/Transforms/Utils/SimplifyLibCalls.h
-include/libLLVM/llvm/Transforms/Utils/SplitModule.h
-include/libLLVM/llvm/Transforms/Utils/SymbolRewriter.h
-include/libLLVM/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
-include/libLLVM/llvm/Transforms/Utils/UnrollLoop.h
-include/libLLVM/llvm/Transforms/Utils/ValueMapper.h
-include/libLLVM/llvm/Transforms/Vectorize.h
-${PLIST.notdylib}lib/libLLVM/libLLVM-${LLVM_MAJOR}.${SOEXT}
-${PLIST.notdylib}lib/libLLVM/libLLVM-${PKGVERSION_NORC}.${SOEXT}
-lib/libLLVM/libLLVM.${SOEXT}
-libexec/libLLVM/llvm-config
-share/libLLVM/cmake/AddLLVM.cmake
-share/libLLVM/cmake/AddLLVMDefinitions.cmake
-share/libLLVM/cmake/AddOCaml.cmake
-share/libLLVM/cmake/AddSphinxTarget.cmake
-share/libLLVM/cmake/ChooseMSVCCRT.cmake
-share/libLLVM/cmake/CrossCompile.cmake
-share/libLLVM/cmake/DetermineGCCCompatible.cmake
-share/libLLVM/cmake/FindOCaml.cmake
-share/libLLVM/cmake/FindSphinx.cmake
-share/libLLVM/cmake/GetSVN.cmake
-share/libLLVM/cmake/HandleLLVMOptions.cmake
-share/libLLVM/cmake/HandleLLVMStdlib.cmake
-share/libLLVM/cmake/LLVM-Config.cmake
-share/libLLVM/cmake/LLVMConfig.cmake
-share/libLLVM/cmake/LLVMConfigVersion.cmake
-share/libLLVM/cmake/LLVMExports-release.cmake
-share/libLLVM/cmake/LLVMExports.cmake
-share/libLLVM/cmake/LLVMExternalProjectUtils.cmake
-share/libLLVM/cmake/LLVMInstallSymlink.cmake
-share/libLLVM/cmake/LLVMProcessSources.cmake
-share/libLLVM/cmake/TableGen.cmake
diff --git a/libLLVM/buildlink3.mk b/libLLVM/buildlink3.mk
deleted file mode 100644
index 1f62cfc..0000000
--- a/libLLVM/buildlink3.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2015/09/26 08:42:19 tnn Exp $
-
-BUILDLINK_TREE+=	libLLVM
-
-.if !defined(LIBLLVM_BUILDLINK3_MK)
-LIBLLVM_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libLLVM+=	libLLVM>=3.8.0
-BUILDLINK_PKGSRCDIR.libLLVM?=	../../lang/libLLVM
-BUILDLINK_INCDIRS.libLLVM?=	include/libLLVM
-BUILDLINK_LIBDIRS.libLLVM?=	lib/libLLVM
-
-LLVM_CONFIG_PATH?=		${BUILDLINK_PREFIX.libLLVM}/libexec/libLLVM/llvm-config
-
-.include "../../devel/zlib/buildlink3.mk"
-.endif	# LIBLLVM_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libLLVM
diff --git a/libLLVM/distinfo b/libLLVM/distinfo
deleted file mode 100644
index 640a3ed..0000000
--- a/libLLVM/distinfo
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: distinfo,v 1.35 2015/09/11 01:21:57 tnn Exp $
-
-SHA1 (llvm-3.8.0.src.tar.xz) = 723ac918979255706434a05f5af34b71c49c9971
-RMD160 (llvm-3.8.0.src.tar.xz) = 3c657d061bc8e9de017b0cf1f1a7e63f215b0295
-SHA512 (llvm-3.8.0.src.tar.xz) = 2c76e79d803768ed20af6ca1801cf2518071bf9835c54580ea3eb6219a66cdcf8b4c575f192c15082cc18d2468b7611dacb57950b605813a2317125c2d33c138
-Size (llvm-3.8.0.src.tar.xz) = 16580932 bytes
-SHA1 (patch-CMakeLists.txt) = 770e0bc00a987430b6c6be7e4141f33e5be54a8f
-SHA1 (patch-cmake_modules_AddLLVM.cmake) = 66e1bddb986b23a87fa413e26119d676e396e658
-SHA1 (patch-cmake_modules_CMakeLists.txt) = 8297c4b9ddd3ac05a06d8a4a8040be46b5b8b39f
-SHA1 (patch-cmake_modules_TableGen.cmake) = 53be811936dd5157e6eb08db8cd51a7265bc8c7f
-SHA1 (patch-include_llvm_Support_Host.h) = 55a9fab6ee49ec09a2fd644747a6dddd6b39f942
-SHA1 (patch-lib_Transforms_CMakeLists.txt) = cafdd73a39574aa3a83db35997ff918f87191d18
-SHA1 (patch-tools_llvm-shlib_CMakeLists.txt) = 8f538db138219c2a3ce394b7a3c21f277d5544dd
diff --git a/libLLVM/options.mk b/libLLVM/options.mk
deleted file mode 100644
index a20c9a4..0000000
--- a/libLLVM/options.mk
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD$
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.llvm
-
-LLVM_TARGETS=	AArch64 AMDGPU ARM BPF CppBackend Hexagon MSP430 Mips NVPTX PowerPC Sparc SystemZ X86 XCore
-
-.for tgt in ${LLVM_TARGETS}
-PLIST_VARS+=			${tgt}
-PKG_SUPPORTED_OPTIONS+=		llvm-target-${tgt:tl}
-.endfor
-
-# Probably safe to assume that only x86 users are interested in
-# cross-compilation for now. This saves some build time for everyone else.
-.if !empty(MACHINE_ARCH:Msparc*)
-PKG_SUGGESTED_OPTIONS+=		llvm-target-sparc
-.elif !empty(MACHINE_ARCH:Mpowerpc*)
-PKG_SUGGESTED_OPTIONS+=		llvm-target-powerpc
-.elif !empty(MACHINE_ARCH:Mearm*)
-PKG_SUGGESTED_OPTIONS+=		llvm-target-arm
-.elif !empty(MACHINE_ARCH:M*mips*)
-PKG_SUGGESTED_OPTIONS+=		llvm-target-mips
-.else
-# X86 and everyone else get all targets by default.
-.  for tgt in ${LLVM_TARGETS}
-PKG_SUGGESTED_OPTIONS+=		llvm-target-${tgt:tl}
-.  endfor
-.endif
-PKG_SUGGESTED_OPTIONS+=		llvm-target-amdgpu	# for mesa/radeon
-
-.include "../../mk/bsd.options.mk"
-
-.for tgt in ${LLVM_TARGETS}
-.  if !empty(PKG_OPTIONS:Mllvm-target-${tgt:tl})
-PLIST.${tgt}=		yes
-LLVM_TARGETS_TO_BUILD+=	${tgt}
-.  endif
-.endfor
-
-CMAKE_ARGS+=	-DLLVM_TARGETS_TO_BUILD="${LLVM_TARGETS_TO_BUILD:ts;}"
diff --git a/libLLVM/patches/patch-CMakeLists.txt b/libLLVM/patches/patch-CMakeLists.txt
deleted file mode 100644
index 189b14a..0000000
--- a/libLLVM/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD$
-
-Put headers in subdirectory to avoid conflict with clang.
-
---- CMakeLists.txt.orig	2016-01-13 19:03:44.000000000 +0000
-+++ CMakeLists.txt
-@@ -728,7 +728,7 @@ add_subdirectory(cmake/modules)
- 
- if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
-   install(DIRECTORY include/llvm include/llvm-c
--    DESTINATION include
-+    DESTINATION include/libLLVM
-     COMPONENT llvm-headers
-     FILES_MATCHING
-     PATTERN "*.def"
-@@ -740,7 +740,7 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
-     )
- 
-   install(DIRECTORY ${LLVM_INCLUDE_DIR}/llvm
--    DESTINATION include
-+    DESTINATION include/libLLVM
-     COMPONENT llvm-headers
-     FILES_MATCHING
-     PATTERN "*.def"
diff --git a/libLLVM/patches/patch-cmake_modules_AddLLVM.cmake b/libLLVM/patches/patch-cmake_modules_AddLLVM.cmake
deleted file mode 100644
index d3fd164..0000000
--- a/libLLVM/patches/patch-cmake_modules_AddLLVM.cmake
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD$
-
-Disable library install rules. Handled manually.
-Make sure llvm-config goes in libexec/libLLVM to avoid conflict.
-
---- cmake/modules/AddLLVM.cmake.orig	2016-01-12 07:44:58.000000000 +0000
-+++ cmake/modules/AddLLVM.cmake
-@@ -555,10 +555,12 @@ macro(add_llvm_library name)
-         set(install_type ARCHIVE)
-       endif()
- 
-+      if (false)
-       install(TARGETS ${name}
-             EXPORT LLVMExports
-             ${install_type} DESTINATION ${install_dir}
-             COMPONENT ${name})
-+      endif()
- 
-       if (NOT CMAKE_CONFIGURATION_TYPES)
-         add_custom_target(install-${name}
-@@ -699,7 +701,7 @@ macro(add_llvm_tool name)
-     if( LLVM_BUILD_TOOLS )
-       install(TARGETS ${name}
-               EXPORT LLVMExports
--              RUNTIME DESTINATION bin
-+              RUNTIME DESTINATION libexec/libLLVM
-               COMPONENT ${name})
- 
-       if (NOT CMAKE_CONFIGURATION_TYPES)
diff --git a/libLLVM/patches/patch-cmake_modules_CMakeLists.txt b/libLLVM/patches/patch-cmake_modules_CMakeLists.txt
deleted file mode 100644
index 319a24c..0000000
--- a/libLLVM/patches/patch-cmake_modules_CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
-Make sure cmake rules go in own directory to avoid conflicts.
-
---- cmake/modules/CMakeLists.txt.orig	2014-12-29 11:16:19.000000000 +0000
-+++ cmake/modules/CMakeLists.txt
-@@ -1,4 +1,4 @@
--set(LLVM_INSTALL_PACKAGE_DIR share/llvm/cmake)
-+set(LLVM_INSTALL_PACKAGE_DIR share/libLLVM/cmake)
- set(llvm_cmake_builddir "${LLVM_BINARY_DIR}/${LLVM_INSTALL_PACKAGE_DIR}")
- 
- get_property(LLVM_EXPORTS GLOBAL PROPERTY LLVM_EXPORTS)
diff --git a/libLLVM/patches/patch-cmake_modules_TableGen.cmake b/libLLVM/patches/patch-cmake_modules_TableGen.cmake
deleted file mode 100644
index 90f5f93..0000000
--- a/libLLVM/patches/patch-cmake_modules_TableGen.cmake
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Disable install of llvm-tblgen, provided by lang/llvm.
-
---- cmake/modules/TableGen.cmake.orig	2015-10-23 19:48:17.000000000 +0000
-+++ cmake/modules/TableGen.cmake
-@@ -138,7 +138,7 @@ macro(add_tablegen target project)
-       set_target_properties(${target} PROPERTIES LINK_FLAGS -Wl,--stack,16777216)
-     endif(CMAKE_SIZEOF_VOID_P MATCHES "8")
-   endif( MINGW )
--  if (${project} STREQUAL LLVM AND NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
-+  if (${project} STREQUAL LLVM AND NOT LLVM_INSTALL_TOOLCHAIN_ONLY AND false)
-     install(TARGETS ${target}
-             EXPORT LLVMExports
-             RUNTIME DESTINATION bin)
diff --git a/libLLVM/patches/patch-include_llvm_Support_Host.h b/libLLVM/patches/patch-include_llvm_Support_Host.h
deleted file mode 100644
index a533511..0000000
--- a/libLLVM/patches/patch-include_llvm_Support_Host.h
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD$
-
-Fix lack of machine/endian.h on solaris
-http://permalink.gmane.org/gmane.comp.compilers.llvm.devel/63225
-
---- include/llvm/Support/Host.h.orig	2015-06-23 09:49:53.000000000 +0000
-+++ include/llvm/Support/Host.h
-@@ -18,6 +18,20 @@
- 
- #if defined(__linux__) || defined(__GNU__)
- #include <endian.h>
-+#elif defined(__sun) & defined(__SVR4)
-+# ifndef BYTE_ORDER
-+# define LITTLE_ENDIAN 1234
-+# define BIG_ENDIAN 4321
-+# if defined(__sun) & defined(__SVR4)
-+# include <sys/isa_defs.h>
-+# ifdef _LITTLE_ENDIAN
-+# define BYTE_ORDER LITTLE_ENDIAN
-+# endif
-+# ifdef _BIG_ENDIAN
-+# define BYTE_ORDER BIG_ENDIAN
-+# endif
-+# endif /* sun */
-+# endif /* BYTE_ORDER */
- #else
- #if !defined(BYTE_ORDER) && !defined(LLVM_ON_WIN32)
- #include <machine/endian.h>
diff --git a/libLLVM/patches/patch-lib_Transforms_CMakeLists.txt b/libLLVM/patches/patch-lib_Transforms_CMakeLists.txt
deleted file mode 100644
index 6db96c3..0000000
--- a/libLLVM/patches/patch-lib_Transforms_CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
-Disable "hello" module.
-
---- lib/Transforms/CMakeLists.txt.orig	2013-01-28 01:35:51.000000000 +0000
-+++ lib/Transforms/CMakeLists.txt
-@@ -4,5 +4,4 @@ add_subdirectory(InstCombine)
- add_subdirectory(Scalar)
- add_subdirectory(IPO)
- add_subdirectory(Vectorize)
--add_subdirectory(Hello)
- add_subdirectory(ObjCARC)
diff --git a/libLLVM/patches/patch-tools_llvm-shlib_CMakeLists.txt b/libLLVM/patches/patch-tools_llvm-shlib_CMakeLists.txt
deleted file mode 100644
index 2b7d7b4..0000000
--- a/libLLVM/patches/patch-tools_llvm-shlib_CMakeLists.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD$
-
-Use the Linux style linking everywhere except Darwin.
-
---- ./tools/llvm-shlib/CMakeLists.txt.orig	2015-11-04 23:11:12.000000000 +0000
-+++ ./tools/llvm-shlib/CMakeLists.txt
-@@ -41,11 +41,10 @@ endif()
- add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${SOURCES})
- 
- list(REMOVE_DUPLICATES LIB_NAMES)
--if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") # FIXME: It should be "GNU ld for elf"
--  # GNU ld doesn't resolve symbols in the version script.
--  set(LIB_NAMES -Wl,--whole-archive ${LIB_NAMES} -Wl,--no-whole-archive)
--elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
-+if("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
-   set(LIB_NAMES -Wl,-all_load ${LIB_NAMES})
-+else()
-+  set(LIB_NAMES -Wl,--whole-archive ${LIB_NAMES} -Wl,--no-whole-archive)
- endif()
- 
- target_link_libraries(LLVM PRIVATE ${LIB_NAMES})
diff --git a/libunwind/Makefile b/libunwind/Makefile
index 0b242f6..9cfc7ff 100644
--- a/libunwind/Makefile
+++ b/libunwind/Makefile
@@ -34,5 +34,5 @@ post-install:
 	cd ${WRKSRC}/include && ${PAX} -rw . ${DESTDIR}${PREFIX}/include
 
 BUILDLINK_DEPMETHOD.llvm=	build
-.include "../../wip/llvm/buildlink3.mk"
+.include "../../lang/llvm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/lldb/Makefile b/lldb/Makefile
index 3f35c4d..96142bb 100644
--- a/lldb/Makefile
+++ b/lldb/Makefile
@@ -121,10 +121,10 @@ post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build
 
 .include "../../textproc/libxml2/buildlink3.mk"
-DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm
-.include "../../wip/llvm/buildlink3.mk"
-DEPENDS+=	clang-${PKGVERSION_NOREV}{,nb*}:../../wip/clang
-.include "../../wip/clang/buildlink3.mk"
+DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../lang/llvm
+.include "../../lang/llvm/buildlink3.mk"
+DEPENDS+=	clang-${PKGVERSION_NOREV}{,nb*}:../../lang/clang
+.include "../../lang/clang/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/pyversion.mk"
diff --git a/lldb/buildlink3.mk b/lldb/buildlink3.mk
index 4d8cb5b..8ac017b 100644
--- a/lldb/buildlink3.mk
+++ b/lldb/buildlink3.mk
@@ -9,8 +9,8 @@ BUILDLINK_API_DEPENDS.lldb+=	lldb>=3.8.0
 BUILDLINK_PKGSRCDIR.lldb?=	../../wip/lldb
 
 .include "../../textproc/libxml2/buildlink3.mk"
-.include "../../wip/llvm/buildlink3.mk"
-.include "../../wip/clang/buildlink3.mk"
+.include "../../lang/llvm/buildlink3.mk"
+.include "../../lang/clang/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../devel/swig/buildlink3.mk"
 .endif	# LLDB_BUILDLINK3_MK
diff --git a/llvm/DESCR b/llvm/DESCR
deleted file mode 100644
index 9bf02c2..0000000
--- a/llvm/DESCR
+++ /dev/null
@@ -1,22 +0,0 @@
-Low Level Virtual Machine (LLVM) is:
-
-A compilation strategy designed to enable effective program optimization across
-the entire lifetime of a program. LLVM supports effective optimization at
-compile time, link-time (particularly interprocedural), run-time and offline
-(i.e., after software is installed), while remaining transparent to developers
-and maintaining compatibility with existing build scripts.
-
-A virtual instruction set - LLVM is a low-level object code representation that
-uses simple RISC-like instructions, but provides rich, language-independent,
-type information and dataflow (SSA) information about operands. This combination
-enables sophisticated transformations on object code, while remaining
-light-weight enough to be attached to the executable. This combination is key to
-allowing link-time, run-time, and offline transformations.
-
-A compiler infrastructure - LLVM is also a collection of source code that
-implements the language and compilation strategy. The primary components of the
-LLVM infrastructure are a GCC-based C & C++ front-end, a link-time optimization
-framework with a growing set of global and interprocedural analyses and
-transformations, static back-ends for the X86, X86-64, PowerPC 32/64, ARM,
-Thumb, IA-64, Alpha and SPARC architectures, a back-end which emits portable C
-code, and a Just-In-Time compiler for X86, X86-64, PowerPC 32/64 processors.
diff --git a/llvm/Makefile b/llvm/Makefile
deleted file mode 100644
index a34c1e6..0000000
--- a/llvm/Makefile
+++ /dev/null
@@ -1,103 +0,0 @@
-# $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
-
-DISTNAME=	llvm-3.8.0.src
-PKGNAME=	${DISTNAME:S/.src//}
-CATEGORIES=	lang devel
-MASTER_SITES=	http://llvm.org/releases/${PKGVERSION_NOREV}/
-#MASTER_SITES=	http://llvm.org/pre-releases/3.8.0/rc2/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://llvm.org/
-COMMENT=	Low Level Virtual Machine compiler infrastructure
-LICENSE=	modified-bsd
-
-USE_LANGUAGES=		c c++
-USE_CMAKE=		yes
-GCC_REQD+=		4.8
-PYTHON_FOR_BUILD_ONLY=	yes
-
-CONFIGURE_DIRS=         ${WRKDIR}/build
-CMAKE_ARG_PATH=		${WRKSRC}
-
-CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
-CMAKE_ARGS+=	-DCMAKE_C_COMPILER=gcc
-CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=g++
-
-CHECK_PORTABILITY_SKIP=	utils/buildit/build_llvm
-
-# XXX perl is not added as a tool as it does not seem to be required
-REPLACE_PERL+=		utils/GenLibDeps.pl
-REPLACE_PERL+=		utils/UpdateCMakeLists.pl
-REPLACE_PERL+=		utils/codegen-diff
-REPLACE_PERL+=		utils/findsym.pl
-REPLACE_PERL+=		utils/llvm-native-gxx
-REPLACE_PERL+=		utils/test_debuginfo.pl
-
-REPLACE_PYTHON+=	examples/Kaleidoscope/MCJIT/cached/genk-timing.py
-REPLACE_PYTHON+=	examples/Kaleidoscope/MCJIT/cached/split-lib.py
-REPLACE_PYTHON+=	examples/Kaleidoscope/MCJIT/complete/genk-timing.py
-REPLACE_PYTHON+=	examples/Kaleidoscope/MCJIT/complete/split-lib.py
-REPLACE_PYTHON+=	examples/Kaleidoscope/MCJIT/lazy/genk-timing.py
-REPLACE_PYTHON+=	test/BugPoint/compile-custom.ll.py
-REPLACE_PYTHON+=	test/tools/llvm-readobj/Inputs/relocs.py
-REPLACE_PYTHON+=	utils/Misc/zkill
-REPLACE_PYTHON+=	utils/Target/ARM/analyze-match-table.py
-REPLACE_PYTHON+=	utils/bisect
-REPLACE_PYTHON+=	utils/clang-parse-diagnostics-file
-REPLACE_PYTHON+=	utils/create_ladder_graph.py
-REPLACE_PYTHON+=	utils/git/find-rev
-REPLACE_PYTHON+=	utils/lint/common_lint.py
-REPLACE_PYTHON+=	utils/lint/cpp_lint.py
-REPLACE_PYTHON+=	utils/lint/generic_lint.py
-REPLACE_PYTHON+=	utils/lit/lit.py
-REPLACE_PYTHON+=	utils/lit/lit/ProgressBar.py
-REPLACE_PYTHON+=	utils/lit/lit/main.py
-REPLACE_PYTHON+=	utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest
-REPLACE_PYTHON+=	utils/llvm-build/llvm-build
-REPLACE_PYTHON+=	utils/llvm-compilers-check
-REPLACE_PYTHON+=	utils/llvm-lit/llvm-lit.in
-REPLACE_PYTHON+=	utils/release/findRegressions-nightly.py
-REPLACE_PYTHON+=	utils/release/findRegressions-simple.py
-REPLACE_PYTHON+=	utils/schedcover.py
-REPLACE_PYTHON+=	utils/shuffle_fuzz.py
-REPLACE_PYTHON+=	utils/sort_includes.py
-REPLACE_PYTHON+=	utils/testgen/mc-bundling-x86-gen.py
-REPLACE_PYTHON+=	utils/update_llc_test_checks.py
-REPLACE_PYTHON+=	utils/wciia.py
-
-TEST_TARGET=		check
-TEST_ENV+=		LD_LIBRARY_PATH=${WRKDIR}/build/lib
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${_OPSYS_SHLIB_TYPE} == "dylib"
-SOEXT=		dylib
-.else
-SOEXT=		so
-.endif
-PLIST_SUBST+=	SOEXT=${SOEXT}
-
-.if ${OPSYS} == "Darwin"
-.PHONY: fix-darwin-install-name
-post-install: fix-darwin-install-name
-fix-darwin-install-name:
-.  for lib in BugpointPasses LLVMHello libLTO
-	install_name_tool -id ${PREFIX}/lib/${lib}.${SOEXT}	\
-		${DESTDIR}${PREFIX}/lib/${lib}.${SOEXT}
-.  endfor
-.endif
-
-.include "options.mk"
-
-# replacing config.guess is required even for cmake.
-# It is used to detect correct LLVM_HOST_TRIPLE, e.g. for NetBSD/evbarm.
-post-extract:
-	${RUN} mkdir -p ${WRKDIR}/build
-.for f in config.guess config.sub
-	cp ../../mk/gnu-config/${f} ${WRKSRC}/autoconf/${f}
-.endfor
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/tool.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/llvm/PLIST b/llvm/PLIST
deleted file mode 100644
index a0bc77d..0000000
--- a/llvm/PLIST
+++ /dev/null
@@ -1,980 +0,0 @@
-@comment $NetBSD$
-bin/bugpoint
-bin/llc
-bin/lli
-bin/llvm-ar
-bin/llvm-as
-bin/llvm-bcanalyzer
-bin/llvm-c-test
-bin/llvm-config
-bin/llvm-cov
-bin/llvm-cxxdump
-bin/llvm-diff
-bin/llvm-dis
-bin/llvm-dsymutil
-bin/llvm-dwarfdump
-bin/llvm-dwp
-bin/llvm-extract
-bin/llvm-lib
-bin/llvm-link
-bin/llvm-lto
-bin/llvm-mc
-bin/llvm-mcmarkup
-bin/llvm-nm
-bin/llvm-objdump
-bin/llvm-pdbdump
-bin/llvm-profdata
-bin/llvm-ranlib
-bin/llvm-readobj
-bin/llvm-rtdyld
-bin/llvm-size
-bin/llvm-split
-bin/llvm-stress
-bin/llvm-symbolizer
-bin/llvm-tblgen
-bin/obj2yaml
-bin/opt
-bin/sancov
-bin/verify-uselistorder
-bin/yaml2obj
-include/llvm-c/Analysis.h
-include/llvm-c/BitReader.h
-include/llvm-c/BitWriter.h
-include/llvm-c/Core.h
-include/llvm-c/Disassembler.h
-include/llvm-c/ErrorHandling.h
-include/llvm-c/ExecutionEngine.h
-include/llvm-c/IRReader.h
-include/llvm-c/Initialization.h
-include/llvm-c/LinkTimeOptimizer.h
-include/llvm-c/Linker.h
-include/llvm-c/Object.h
-include/llvm-c/OrcBindings.h
-include/llvm-c/Support.h
-include/llvm-c/Target.h
-include/llvm-c/TargetMachine.h
-include/llvm-c/Transforms/IPO.h
-include/llvm-c/Transforms/PassManagerBuilder.h
-include/llvm-c/Transforms/Scalar.h
-include/llvm-c/Transforms/Vectorize.h
-include/llvm-c/Types.h
-include/llvm-c/lto.h
-include/llvm/ADT/APFloat.h
-include/llvm/ADT/APInt.h
-include/llvm/ADT/APSInt.h
-include/llvm/ADT/ArrayRef.h
-include/llvm/ADT/BitVector.h
-include/llvm/ADT/DAGDeltaAlgorithm.h
-include/llvm/ADT/DeltaAlgorithm.h
-include/llvm/ADT/DenseMap.h
-include/llvm/ADT/DenseMapInfo.h
-include/llvm/ADT/DenseSet.h
-include/llvm/ADT/DepthFirstIterator.h
-include/llvm/ADT/EpochTracker.h
-include/llvm/ADT/EquivalenceClasses.h
-include/llvm/ADT/FoldingSet.h
-include/llvm/ADT/GraphTraits.h
-include/llvm/ADT/Hashing.h
-include/llvm/ADT/ImmutableList.h
-include/llvm/ADT/ImmutableMap.h
-include/llvm/ADT/ImmutableSet.h
-include/llvm/ADT/IndexedMap.h
-include/llvm/ADT/IntEqClasses.h
-include/llvm/ADT/IntervalMap.h
-include/llvm/ADT/IntrusiveRefCntPtr.h
-include/llvm/ADT/MapVector.h
-include/llvm/ADT/None.h
-include/llvm/ADT/Optional.h
-include/llvm/ADT/PackedVector.h
-include/llvm/ADT/PointerEmbeddedInt.h
-include/llvm/ADT/PointerIntPair.h
-include/llvm/ADT/PointerSumType.h
-include/llvm/ADT/PointerUnion.h
-include/llvm/ADT/PostOrderIterator.h
-include/llvm/ADT/PriorityQueue.h
-include/llvm/ADT/SCCIterator.h
-include/llvm/ADT/STLExtras.h
-include/llvm/ADT/ScopedHashTable.h
-include/llvm/ADT/SetOperations.h
-include/llvm/ADT/SetVector.h
-include/llvm/ADT/SmallBitVector.h
-include/llvm/ADT/SmallPtrSet.h
-include/llvm/ADT/SmallSet.h
-include/llvm/ADT/SmallString.h
-include/llvm/ADT/SmallVector.h
-include/llvm/ADT/SparseBitVector.h
-include/llvm/ADT/SparseMultiSet.h
-include/llvm/ADT/SparseSet.h
-include/llvm/ADT/Statistic.h
-include/llvm/ADT/StringExtras.h
-include/llvm/ADT/StringMap.h
-include/llvm/ADT/StringRef.h
-include/llvm/ADT/StringSet.h
-include/llvm/ADT/StringSwitch.h
-include/llvm/ADT/TinyPtrVector.h
-include/llvm/ADT/Triple.h
-include/llvm/ADT/Twine.h
-include/llvm/ADT/UniqueVector.h
-include/llvm/ADT/VariadicFunction.h
-include/llvm/ADT/edit_distance.h
-include/llvm/ADT/ilist.h
-include/llvm/ADT/ilist_node.h
-include/llvm/ADT/iterator.h
-include/llvm/ADT/iterator_range.h
-include/llvm/Analysis/AliasAnalysis.h
-include/llvm/Analysis/AliasSetTracker.h
-include/llvm/Analysis/AssumptionCache.h
-include/llvm/Analysis/BasicAliasAnalysis.h
-include/llvm/Analysis/BlockFrequencyInfo.h
-include/llvm/Analysis/BlockFrequencyInfoImpl.h
-include/llvm/Analysis/BranchProbabilityInfo.h
-include/llvm/Analysis/CFG.h
-include/llvm/Analysis/CFGPrinter.h
-include/llvm/Analysis/CFLAliasAnalysis.h
-include/llvm/Analysis/CGSCCPassManager.h
-include/llvm/Analysis/CallGraph.h
-include/llvm/Analysis/CallGraphSCCPass.h
-include/llvm/Analysis/CallPrinter.h
-include/llvm/Analysis/CaptureTracking.h
-include/llvm/Analysis/CodeMetrics.h
-include/llvm/Analysis/ConstantFolding.h
-include/llvm/Analysis/DOTGraphTraitsPass.h
-include/llvm/Analysis/DemandedBits.h
-include/llvm/Analysis/DependenceAnalysis.h
-include/llvm/Analysis/DivergenceAnalysis.h
-include/llvm/Analysis/DomPrinter.h
-include/llvm/Analysis/DominanceFrontier.h
-include/llvm/Analysis/DominanceFrontierImpl.h
-include/llvm/Analysis/EHPersonalities.h
-include/llvm/Analysis/GlobalsModRef.h
-include/llvm/Analysis/IVUsers.h
-include/llvm/Analysis/InlineCost.h
-include/llvm/Analysis/InstructionSimplify.h
-include/llvm/Analysis/Interval.h
-include/llvm/Analysis/IntervalIterator.h
-include/llvm/Analysis/IntervalPartition.h
-include/llvm/Analysis/IteratedDominanceFrontier.h
-include/llvm/Analysis/LazyCallGraph.h
-include/llvm/Analysis/LazyValueInfo.h
-include/llvm/Analysis/Lint.h
-include/llvm/Analysis/Loads.h
-include/llvm/Analysis/LoopAccessAnalysis.h
-include/llvm/Analysis/LoopInfo.h
-include/llvm/Analysis/LoopInfoImpl.h
-include/llvm/Analysis/LoopIterator.h
-include/llvm/Analysis/LoopPass.h
-include/llvm/Analysis/MemoryBuiltins.h
-include/llvm/Analysis/MemoryDependenceAnalysis.h
-include/llvm/Analysis/MemoryLocation.h
-include/llvm/Analysis/ObjCARCAliasAnalysis.h
-include/llvm/Analysis/ObjCARCAnalysisUtils.h
-include/llvm/Analysis/ObjCARCInstKind.h
-include/llvm/Analysis/OrderedBasicBlock.h
-include/llvm/Analysis/PHITransAddr.h
-include/llvm/Analysis/Passes.h
-include/llvm/Analysis/PostDominators.h
-include/llvm/Analysis/PtrUseVisitor.h
-include/llvm/Analysis/RegionInfo.h
-include/llvm/Analysis/RegionInfoImpl.h
-include/llvm/Analysis/RegionIterator.h
-include/llvm/Analysis/RegionPass.h
-include/llvm/Analysis/RegionPrinter.h
-include/llvm/Analysis/ScalarEvolution.h
-include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
-include/llvm/Analysis/ScalarEvolutionExpander.h
-include/llvm/Analysis/ScalarEvolutionExpressions.h
-include/llvm/Analysis/ScalarEvolutionNormalization.h
-include/llvm/Analysis/ScopedNoAliasAA.h
-include/llvm/Analysis/SparsePropagation.h
-include/llvm/Analysis/TargetFolder.h
-include/llvm/Analysis/TargetLibraryInfo.def
-include/llvm/Analysis/TargetLibraryInfo.h
-include/llvm/Analysis/TargetTransformInfo.h
-include/llvm/Analysis/TargetTransformInfoImpl.h
-include/llvm/Analysis/Trace.h
-include/llvm/Analysis/TypeBasedAliasAnalysis.h
-include/llvm/Analysis/ValueTracking.h
-include/llvm/Analysis/VectorUtils.h
-include/llvm/AsmParser/Parser.h
-include/llvm/AsmParser/SlotMapping.h
-include/llvm/Bitcode/BitCodes.h
-include/llvm/Bitcode/BitcodeWriterPass.h
-include/llvm/Bitcode/BitstreamReader.h
-include/llvm/Bitcode/BitstreamWriter.h
-include/llvm/Bitcode/LLVMBitCodes.h
-include/llvm/Bitcode/ReaderWriter.h
-include/llvm/CodeGen/Analysis.h
-include/llvm/CodeGen/AsmPrinter.h
-include/llvm/CodeGen/AtomicExpandUtils.h
-include/llvm/CodeGen/BasicTTIImpl.h
-include/llvm/CodeGen/CalcSpillWeights.h
-include/llvm/CodeGen/CallingConvLower.h
-include/llvm/CodeGen/CommandFlags.h
-include/llvm/CodeGen/DAGCombine.h
-include/llvm/CodeGen/DFAPacketizer.h
-include/llvm/CodeGen/DIE.h
-include/llvm/CodeGen/DIEValue.def
-include/llvm/CodeGen/DwarfStringPoolEntry.h
-include/llvm/CodeGen/EdgeBundles.h
-include/llvm/CodeGen/FastISel.h
-include/llvm/CodeGen/FaultMaps.h
-include/llvm/CodeGen/FunctionLoweringInfo.h
-include/llvm/CodeGen/GCMetadata.h
-include/llvm/CodeGen/GCMetadataPrinter.h
-include/llvm/CodeGen/GCStrategy.h
-include/llvm/CodeGen/GCs.h
-include/llvm/CodeGen/ISDOpcodes.h
-include/llvm/CodeGen/IntrinsicLowering.h
-include/llvm/CodeGen/LatencyPriorityQueue.h
-include/llvm/CodeGen/LexicalScopes.h
-include/llvm/CodeGen/LinkAllAsmWriterComponents.h
-include/llvm/CodeGen/LinkAllCodegenComponents.h
-include/llvm/CodeGen/LiveInterval.h
-include/llvm/CodeGen/LiveIntervalAnalysis.h
-include/llvm/CodeGen/LiveIntervalUnion.h
-include/llvm/CodeGen/LivePhysRegs.h
-include/llvm/CodeGen/LiveRangeEdit.h
-include/llvm/CodeGen/LiveRegMatrix.h
-include/llvm/CodeGen/LiveStackAnalysis.h
-include/llvm/CodeGen/LiveVariables.h
-include/llvm/CodeGen/MIRParser/MIRParser.h
-include/llvm/CodeGen/MIRYamlMapping.h
-include/llvm/CodeGen/MachORelocation.h
-include/llvm/CodeGen/MachineBasicBlock.h
-include/llvm/CodeGen/MachineBlockFrequencyInfo.h
-include/llvm/CodeGen/MachineBranchProbabilityInfo.h
-include/llvm/CodeGen/MachineCombinerPattern.h
-include/llvm/CodeGen/MachineConstantPool.h
-include/llvm/CodeGen/MachineDominanceFrontier.h
-include/llvm/CodeGen/MachineDominators.h
-include/llvm/CodeGen/MachineFrameInfo.h
-include/llvm/CodeGen/MachineFunction.h
-include/llvm/CodeGen/MachineFunctionAnalysis.h
-include/llvm/CodeGen/MachineFunctionInitializer.h
-include/llvm/CodeGen/MachineFunctionPass.h
-include/llvm/CodeGen/MachineInstr.h
-include/llvm/CodeGen/MachineInstrBuilder.h
-include/llvm/CodeGen/MachineInstrBundle.h
-include/llvm/CodeGen/MachineJumpTableInfo.h
-include/llvm/CodeGen/MachineLoopInfo.h
-include/llvm/CodeGen/MachineMemOperand.h
-include/llvm/CodeGen/MachineModuleInfo.h
-include/llvm/CodeGen/MachineModuleInfoImpls.h
-include/llvm/CodeGen/MachineOperand.h
-include/llvm/CodeGen/MachinePassRegistry.h
-include/llvm/CodeGen/MachinePostDominators.h
-include/llvm/CodeGen/MachineRegionInfo.h
-include/llvm/CodeGen/MachineRegisterInfo.h
-include/llvm/CodeGen/MachineSSAUpdater.h
-include/llvm/CodeGen/MachineScheduler.h
-include/llvm/CodeGen/MachineTraceMetrics.h
-include/llvm/CodeGen/MachineValueType.h
-include/llvm/CodeGen/PBQP/CostAllocator.h
-include/llvm/CodeGen/PBQP/Graph.h
-include/llvm/CodeGen/PBQP/Math.h
-include/llvm/CodeGen/PBQP/ReductionRules.h
-include/llvm/CodeGen/PBQP/Solution.h
-include/llvm/CodeGen/PBQPRAConstraint.h
-include/llvm/CodeGen/ParallelCG.h
-include/llvm/CodeGen/Passes.h
-include/llvm/CodeGen/PseudoSourceValue.h
-include/llvm/CodeGen/RegAllocPBQP.h
-include/llvm/CodeGen/RegAllocRegistry.h
-include/llvm/CodeGen/RegisterClassInfo.h
-include/llvm/CodeGen/RegisterPressure.h
-include/llvm/CodeGen/RegisterScavenging.h
-include/llvm/CodeGen/ResourcePriorityQueue.h
-include/llvm/CodeGen/RuntimeLibcalls.h
-include/llvm/CodeGen/ScheduleDAG.h
-include/llvm/CodeGen/ScheduleDAGInstrs.h
-include/llvm/CodeGen/ScheduleDFS.h
-include/llvm/CodeGen/ScheduleHazardRecognizer.h
-include/llvm/CodeGen/SchedulerRegistry.h
-include/llvm/CodeGen/ScoreboardHazardRecognizer.h
-include/llvm/CodeGen/SelectionDAG.h
-include/llvm/CodeGen/SelectionDAGISel.h
-include/llvm/CodeGen/SelectionDAGNodes.h
-include/llvm/CodeGen/SlotIndexes.h
-include/llvm/CodeGen/StackMaps.h
-include/llvm/CodeGen/StackProtector.h
-include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
-include/llvm/CodeGen/TargetSchedule.h
-include/llvm/CodeGen/ValueTypes.h
-include/llvm/CodeGen/ValueTypes.td
-include/llvm/CodeGen/VirtRegMap.h
-include/llvm/CodeGen/WinEHFuncInfo.h
-include/llvm/Config/AsmParsers.def
-include/llvm/Config/AsmPrinters.def
-include/llvm/Config/Disassemblers.def
-include/llvm/Config/Targets.def
-include/llvm/Config/llvm-config.h
-include/llvm/DebugInfo/CodeView/CodeView.h
-include/llvm/DebugInfo/CodeView/CodeViewOStream.h
-include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h
-include/llvm/DebugInfo/CodeView/FunctionId.h
-include/llvm/DebugInfo/CodeView/Line.h
-include/llvm/DebugInfo/CodeView/ListRecordBuilder.h
-include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h
-include/llvm/DebugInfo/CodeView/MethodListRecordBuilder.h
-include/llvm/DebugInfo/CodeView/TypeIndex.h
-include/llvm/DebugInfo/CodeView/TypeRecord.h
-include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h
-include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
-include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
-include/llvm/DebugInfo/DIContext.h
-include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
-include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
-include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
-include/llvm/DebugInfo/DWARF/DWARFContext.h
-include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
-include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
-include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
-include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
-include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
-include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
-include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
-include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
-include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
-include/llvm/DebugInfo/DWARF/DWARFFormValue.h
-include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
-include/llvm/DebugInfo/DWARF/DWARFSection.h
-include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
-include/llvm/DebugInfo/DWARF/DWARFUnit.h
-include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
-include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
-include/llvm/DebugInfo/PDB/DIA/DIADataStream.h
-include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
-include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
-include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
-include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
-include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h
-include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
-include/llvm/DebugInfo/PDB/DIA/DIASession.h
-include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
-include/llvm/DebugInfo/PDB/DIA/DIASupport.h
-include/llvm/DebugInfo/PDB/IPDBDataStream.h
-include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
-include/llvm/DebugInfo/PDB/IPDBLineNumber.h
-include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
-include/llvm/DebugInfo/PDB/IPDBSession.h
-include/llvm/DebugInfo/PDB/IPDBSourceFile.h
-include/llvm/DebugInfo/PDB/PDB.h
-include/llvm/DebugInfo/PDB/PDBContext.h
-include/llvm/DebugInfo/PDB/PDBExtras.h
-include/llvm/DebugInfo/PDB/PDBSymDumper.h
-include/llvm/DebugInfo/PDB/PDBSymbol.h
-include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
-include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
-include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
-include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
-include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
-include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
-include/llvm/DebugInfo/PDB/PDBSymbolData.h
-include/llvm/DebugInfo/PDB/PDBSymbolExe.h
-include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
-include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
-include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
-include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
-include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
-include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
-include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
-include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
-include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
-include/llvm/DebugInfo/PDB/PDBTypes.h
-include/llvm/DebugInfo/Symbolize/DIPrinter.h
-include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
-include/llvm/DebugInfo/Symbolize/Symbolize.h
-include/llvm/ExecutionEngine/ExecutionEngine.h
-include/llvm/ExecutionEngine/GenericValue.h
-include/llvm/ExecutionEngine/Interpreter.h
-include/llvm/ExecutionEngine/JITEventListener.h
-include/llvm/ExecutionEngine/JITSymbolFlags.h
-include/llvm/ExecutionEngine/MCJIT.h
-include/llvm/ExecutionEngine/OProfileWrapper.h
-include/llvm/ExecutionEngine/ObjectCache.h
-include/llvm/ExecutionEngine/ObjectMemoryBuffer.h
-include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
-include/llvm/ExecutionEngine/Orc/CompileUtils.h
-include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
-include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
-include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
-include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
-include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
-include/llvm/ExecutionEngine/Orc/JITSymbol.h
-include/llvm/ExecutionEngine/Orc/LambdaResolver.h
-include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
-include/llvm/ExecutionEngine/Orc/LogicalDylib.h
-include/llvm/ExecutionEngine/Orc/NullResolver.h
-include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
-include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
-include/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h
-include/llvm/ExecutionEngine/Orc/OrcError.h
-include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
-include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
-include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
-include/llvm/ExecutionEngine/Orc/RPCChannel.h
-include/llvm/ExecutionEngine/Orc/RPCUtils.h
-include/llvm/ExecutionEngine/OrcMCJITReplacement.h
-include/llvm/ExecutionEngine/RTDyldMemoryManager.h
-include/llvm/ExecutionEngine/RuntimeDyld.h
-include/llvm/ExecutionEngine/RuntimeDyldChecker.h
-include/llvm/ExecutionEngine/SectionMemoryManager.h
-include/llvm/IR/Argument.h
-include/llvm/IR/AssemblyAnnotationWriter.h
-include/llvm/IR/Attributes.h
-include/llvm/IR/Attributes.inc
-include/llvm/IR/Attributes.td
-include/llvm/IR/AutoUpgrade.h
-include/llvm/IR/BasicBlock.h
-include/llvm/IR/CFG.h
-include/llvm/IR/CallSite.h
-include/llvm/IR/CallingConv.h
-include/llvm/IR/Comdat.h
-include/llvm/IR/Constant.h
-include/llvm/IR/ConstantFolder.h
-include/llvm/IR/ConstantRange.h
-include/llvm/IR/Constants.h
-include/llvm/IR/DIBuilder.h
-include/llvm/IR/DataLayout.h
-include/llvm/IR/DebugInfo.h
-include/llvm/IR/DebugInfoFlags.def
-include/llvm/IR/DebugInfoMetadata.h
-include/llvm/IR/DebugLoc.h
-include/llvm/IR/DerivedTypes.h
-include/llvm/IR/DiagnosticInfo.h
-include/llvm/IR/DiagnosticPrinter.h
-include/llvm/IR/Dominators.h
-include/llvm/IR/Function.h
-include/llvm/IR/FunctionInfo.h
-include/llvm/IR/GVMaterializer.h
-include/llvm/IR/GetElementPtrTypeIterator.h
-include/llvm/IR/GlobalAlias.h
-include/llvm/IR/GlobalObject.h
-include/llvm/IR/GlobalValue.h
-include/llvm/IR/GlobalVariable.h
-include/llvm/IR/IRBuilder.h
-include/llvm/IR/IRPrintingPasses.h
-include/llvm/IR/InlineAsm.h
-include/llvm/IR/InstIterator.h
-include/llvm/IR/InstVisitor.h
-include/llvm/IR/InstrTypes.h
-include/llvm/IR/Instruction.def
-include/llvm/IR/Instruction.h
-include/llvm/IR/Instructions.h
-include/llvm/IR/IntrinsicInst.h
-include/llvm/IR/Intrinsics.gen
-include/llvm/IR/Intrinsics.h
-include/llvm/IR/Intrinsics.td
-include/llvm/IR/IntrinsicsAArch64.td
-include/llvm/IR/IntrinsicsAMDGPU.td
-include/llvm/IR/IntrinsicsARM.td
-include/llvm/IR/IntrinsicsBPF.td
-include/llvm/IR/IntrinsicsHexagon.td
-include/llvm/IR/IntrinsicsMips.td
-include/llvm/IR/IntrinsicsNVVM.td
-include/llvm/IR/IntrinsicsPowerPC.td
-include/llvm/IR/IntrinsicsSystemZ.td
-include/llvm/IR/IntrinsicsWebAssembly.td
-include/llvm/IR/IntrinsicsX86.td
-include/llvm/IR/IntrinsicsXCore.td
-include/llvm/IR/LLVMContext.h
-include/llvm/IR/LegacyPassManager.h
-include/llvm/IR/LegacyPassManagers.h
-include/llvm/IR/LegacyPassNameParser.h
-include/llvm/IR/MDBuilder.h
-include/llvm/IR/Mangler.h
-include/llvm/IR/Metadata.def
-include/llvm/IR/Metadata.h
-include/llvm/IR/Module.h
-include/llvm/IR/ModuleSlotTracker.h
-include/llvm/IR/NoFolder.h
-include/llvm/IR/OperandTraits.h
-include/llvm/IR/Operator.h
-include/llvm/IR/PassManager.h
-include/llvm/IR/PassManagerInternal.h
-include/llvm/IR/PatternMatch.h
-include/llvm/IR/PredIteratorCache.h
-include/llvm/IR/Statepoint.h
-include/llvm/IR/SymbolTableListTraits.h
-include/llvm/IR/TrackingMDRef.h
-include/llvm/IR/Type.h
-include/llvm/IR/TypeBuilder.h
-include/llvm/IR/TypeFinder.h
-include/llvm/IR/Use.h
-include/llvm/IR/UseListOrder.h
-include/llvm/IR/User.h
-include/llvm/IR/Value.def
-include/llvm/IR/Value.h
-include/llvm/IR/ValueHandle.h
-include/llvm/IR/ValueMap.h
-include/llvm/IR/ValueSymbolTable.h
-include/llvm/IR/Verifier.h
-include/llvm/IRReader/IRReader.h
-include/llvm/InitializePasses.h
-include/llvm/LTO/LTOCodeGenerator.h
-include/llvm/LTO/LTOModule.h
-include/llvm/LibDriver/LibDriver.h
-include/llvm/LineEditor/LineEditor.h
-include/llvm/LinkAllIR.h
-include/llvm/LinkAllPasses.h
-include/llvm/Linker/IRMover.h
-include/llvm/Linker/Linker.h
-include/llvm/MC/ConstantPools.h
-include/llvm/MC/MCAsmBackend.h
-include/llvm/MC/MCAsmInfo.h
-include/llvm/MC/MCAsmInfoCOFF.h
-include/llvm/MC/MCAsmInfoDarwin.h
-include/llvm/MC/MCAsmInfoELF.h
-include/llvm/MC/MCAsmLayout.h
-include/llvm/MC/MCAssembler.h
-include/llvm/MC/MCCodeEmitter.h
-include/llvm/MC/MCCodeGenInfo.h
-include/llvm/MC/MCContext.h
-include/llvm/MC/MCDirectives.h
-include/llvm/MC/MCDisassembler.h
-include/llvm/MC/MCDwarf.h
-include/llvm/MC/MCELFObjectWriter.h
-include/llvm/MC/MCELFStreamer.h
-include/llvm/MC/MCExpr.h
-include/llvm/MC/MCExternalSymbolizer.h
-include/llvm/MC/MCFixedLenDisassembler.h
-include/llvm/MC/MCFixup.h
-include/llvm/MC/MCFixupKindInfo.h
-include/llvm/MC/MCFragment.h
-include/llvm/MC/MCInst.h
-include/llvm/MC/MCInstBuilder.h
-include/llvm/MC/MCInstPrinter.h
-include/llvm/MC/MCInstrAnalysis.h
-include/llvm/MC/MCInstrDesc.h
-include/llvm/MC/MCInstrInfo.h
-include/llvm/MC/MCInstrItineraries.h
-include/llvm/MC/MCLabel.h
-include/llvm/MC/MCLinkerOptimizationHint.h
-include/llvm/MC/MCMachObjectWriter.h
-include/llvm/MC/MCObjectFileInfo.h
-include/llvm/MC/MCObjectStreamer.h
-include/llvm/MC/MCObjectWriter.h
-include/llvm/MC/MCParser/AsmCond.h
-include/llvm/MC/MCParser/AsmLexer.h
-include/llvm/MC/MCParser/MCAsmLexer.h
-include/llvm/MC/MCParser/MCAsmParser.h
-include/llvm/MC/MCParser/MCAsmParserExtension.h
-include/llvm/MC/MCParser/MCAsmParserUtils.h
-include/llvm/MC/MCParser/MCParsedAsmOperand.h
-include/llvm/MC/MCRegisterInfo.h
-include/llvm/MC/MCRelocationInfo.h
-include/llvm/MC/MCSchedule.h
-include/llvm/MC/MCSection.h
-include/llvm/MC/MCSectionCOFF.h
-include/llvm/MC/MCSectionELF.h
-include/llvm/MC/MCSectionMachO.h
-include/llvm/MC/MCStreamer.h
-include/llvm/MC/MCSubtargetInfo.h
-include/llvm/MC/MCSymbol.h
-include/llvm/MC/MCSymbolCOFF.h
-include/llvm/MC/MCSymbolELF.h
-include/llvm/MC/MCSymbolMachO.h
-include/llvm/MC/MCSymbolizer.h
-include/llvm/MC/MCTargetAsmParser.h
-include/llvm/MC/MCTargetOptions.h
-include/llvm/MC/MCTargetOptionsCommandFlags.h
-include/llvm/MC/MCValue.h
-include/llvm/MC/MCWin64EH.h
-include/llvm/MC/MCWinCOFFObjectWriter.h
-include/llvm/MC/MCWinCOFFStreamer.h
-include/llvm/MC/MCWinEH.h
-include/llvm/MC/MachineLocation.h
-include/llvm/MC/SectionKind.h
-include/llvm/MC/StringTableBuilder.h
-include/llvm/MC/SubtargetFeature.h
-include/llvm/MC/YAML.h
-include/llvm/Object/Archive.h
-include/llvm/Object/ArchiveWriter.h
-include/llvm/Object/Binary.h
-include/llvm/Object/COFF.h
-include/llvm/Object/COFFImportFile.h
-include/llvm/Object/COFFYAML.h
-include/llvm/Object/ELF.h
-include/llvm/Object/ELFObjectFile.h
-include/llvm/Object/ELFTypes.h
-include/llvm/Object/ELFYAML.h
-include/llvm/Object/Error.h
-include/llvm/Object/FunctionIndexObjectFile.h
-include/llvm/Object/IRObjectFile.h
-include/llvm/Object/MachO.h
-include/llvm/Object/MachOUniversal.h
-include/llvm/Object/ObjectFile.h
-include/llvm/Object/RelocVisitor.h
-include/llvm/Object/StackMapParser.h
-include/llvm/Object/SymbolSize.h
-include/llvm/Object/SymbolicFile.h
-include/llvm/Option/Arg.h
-include/llvm/Option/ArgList.h
-include/llvm/Option/OptParser.td
-include/llvm/Option/OptSpecifier.h
-include/llvm/Option/OptTable.h
-include/llvm/Option/Option.h
-include/llvm/Pass.h
-include/llvm/PassAnalysisSupport.h
-include/llvm/PassInfo.h
-include/llvm/PassRegistry.h
-include/llvm/PassSupport.h
-include/llvm/Passes/PassBuilder.h
-include/llvm/ProfileData/CoverageMapping.h
-include/llvm/ProfileData/CoverageMappingReader.h
-include/llvm/ProfileData/CoverageMappingWriter.h
-include/llvm/ProfileData/InstrProf.h
-include/llvm/ProfileData/InstrProfData.inc
-include/llvm/ProfileData/InstrProfReader.h
-include/llvm/ProfileData/InstrProfWriter.h
-include/llvm/ProfileData/SampleProf.h
-include/llvm/ProfileData/SampleProfReader.h
-include/llvm/ProfileData/SampleProfWriter.h
-include/llvm/Support/AIXDataTypesFix.h
-include/llvm/Support/ARMBuildAttributes.h
-include/llvm/Support/ARMEHABI.h
-include/llvm/Support/ARMTargetParser.def
-include/llvm/Support/ARMWinEH.h
-include/llvm/Support/AlignOf.h
-include/llvm/Support/Allocator.h
-include/llvm/Support/ArrayRecycler.h
-include/llvm/Support/Atomic.h
-include/llvm/Support/BlockFrequency.h
-include/llvm/Support/BranchProbability.h
-include/llvm/Support/CBindingWrapping.h
-include/llvm/Support/COFF.h
-include/llvm/Support/COM.h
-include/llvm/Support/Capacity.h
-include/llvm/Support/Casting.h
-include/llvm/Support/CodeGen.h
-include/llvm/Support/CommandLine.h
-include/llvm/Support/Compiler.h
-include/llvm/Support/Compression.h
-include/llvm/Support/ConvertUTF.h
-include/llvm/Support/CrashRecoveryContext.h
-include/llvm/Support/DOTGraphTraits.h
-include/llvm/Support/DataExtractor.h
-include/llvm/Support/DataStream.h
-include/llvm/Support/DataTypes.h
-include/llvm/Support/Debug.h
-include/llvm/Support/Dwarf.def
-include/llvm/Support/Dwarf.h
-include/llvm/Support/DynamicLibrary.h
-include/llvm/Support/ELF.h
-include/llvm/Support/ELFRelocs/AArch64.def
-include/llvm/Support/ELFRelocs/ARM.def
-include/llvm/Support/ELFRelocs/AVR.def
-include/llvm/Support/ELFRelocs/Hexagon.def
-include/llvm/Support/ELFRelocs/Mips.def
-include/llvm/Support/ELFRelocs/PowerPC.def
-include/llvm/Support/ELFRelocs/PowerPC64.def
-include/llvm/Support/ELFRelocs/Sparc.def
-include/llvm/Support/ELFRelocs/SystemZ.def
-include/llvm/Support/ELFRelocs/WebAssembly.def
-include/llvm/Support/ELFRelocs/i386.def
-include/llvm/Support/ELFRelocs/x86_64.def
-include/llvm/Support/Endian.h
-include/llvm/Support/EndianStream.h
-include/llvm/Support/Errc.h
-include/llvm/Support/Errno.h
-include/llvm/Support/ErrorHandling.h
-include/llvm/Support/ErrorOr.h
-include/llvm/Support/FileOutputBuffer.h
-include/llvm/Support/FileSystem.h
-include/llvm/Support/FileUtilities.h
-include/llvm/Support/Format.h
-include/llvm/Support/FormattedStream.h
-include/llvm/Support/GCOV.h
-include/llvm/Support/GenericDomTree.h
-include/llvm/Support/GenericDomTreeConstruction.h
-include/llvm/Support/GraphWriter.h
-include/llvm/Support/Host.h
-include/llvm/Support/JamCRC.h
-include/llvm/Support/LEB128.h
-include/llvm/Support/LICENSE.TXT
-include/llvm/Support/LineIterator.h
-include/llvm/Support/Locale.h
-include/llvm/Support/LockFileManager.h
-include/llvm/Support/MD5.h
-include/llvm/Support/MachO.h
-include/llvm/Support/ManagedStatic.h
-include/llvm/Support/MathExtras.h
-include/llvm/Support/Memory.h
-include/llvm/Support/MemoryBuffer.h
-include/llvm/Support/MemoryObject.h
-include/llvm/Support/MipsABIFlags.h
-include/llvm/Support/Mutex.h
-include/llvm/Support/MutexGuard.h
-include/llvm/Support/OnDiskHashTable.h
-include/llvm/Support/Options.h
-include/llvm/Support/Path.h
-include/llvm/Support/PluginLoader.h
-include/llvm/Support/PointerLikeTypeTraits.h
-include/llvm/Support/PrettyStackTrace.h
-include/llvm/Support/Printable.h
-include/llvm/Support/Process.h
-include/llvm/Support/Program.h
-include/llvm/Support/RWMutex.h
-include/llvm/Support/RandomNumberGenerator.h
-include/llvm/Support/Recycler.h
-include/llvm/Support/RecyclingAllocator.h
-include/llvm/Support/Regex.h
-include/llvm/Support/Registry.h
-include/llvm/Support/RegistryParser.h
-include/llvm/Support/SMLoc.h
-include/llvm/Support/SaveAndRestore.h
-include/llvm/Support/ScaledNumber.h
-include/llvm/Support/Signals.h
-include/llvm/Support/Solaris.h
-include/llvm/Support/SourceMgr.h
-include/llvm/Support/SpecialCaseList.h
-include/llvm/Support/StreamingMemoryObject.h
-include/llvm/Support/StringPool.h
-include/llvm/Support/StringSaver.h
-include/llvm/Support/SwapByteOrder.h
-include/llvm/Support/SystemUtils.h
-include/llvm/Support/TargetParser.h
-include/llvm/Support/TargetRegistry.h
-include/llvm/Support/TargetSelect.h
-include/llvm/Support/ThreadLocal.h
-include/llvm/Support/ThreadPool.h
-include/llvm/Support/Threading.h
-include/llvm/Support/TimeValue.h
-include/llvm/Support/Timer.h
-include/llvm/Support/ToolOutputFile.h
-include/llvm/Support/TrailingObjects.h
-include/llvm/Support/Unicode.h
-include/llvm/Support/UnicodeCharRanges.h
-include/llvm/Support/UniqueLock.h
-include/llvm/Support/Valgrind.h
-include/llvm/Support/Watchdog.h
-include/llvm/Support/Win64EH.h
-include/llvm/Support/WindowsError.h
-include/llvm/Support/YAMLParser.h
-include/llvm/Support/YAMLTraits.h
-include/llvm/Support/circular_raw_ostream.h
-include/llvm/Support/raw_os_ostream.h
-include/llvm/Support/raw_ostream.h
-include/llvm/Support/thread.h
-include/llvm/Support/type_traits.h
-include/llvm/TableGen/Error.h
-include/llvm/TableGen/Main.h
-include/llvm/TableGen/Record.h
-include/llvm/TableGen/SetTheory.h
-include/llvm/TableGen/StringMatcher.h
-include/llvm/TableGen/StringToOffsetTable.h
-include/llvm/TableGen/TableGenBackend.h
-include/llvm/Target/CostTable.h
-include/llvm/Target/Target.td
-include/llvm/Target/TargetCallingConv.h
-include/llvm/Target/TargetCallingConv.td
-include/llvm/Target/TargetFrameLowering.h
-include/llvm/Target/TargetInstrInfo.h
-include/llvm/Target/TargetIntrinsicInfo.h
-include/llvm/Target/TargetItinerary.td
-include/llvm/Target/TargetLowering.h
-include/llvm/Target/TargetLoweringObjectFile.h
-include/llvm/Target/TargetMachine.h
-include/llvm/Target/TargetOpcodes.h
-include/llvm/Target/TargetOptions.h
-include/llvm/Target/TargetRecip.h
-include/llvm/Target/TargetRegisterInfo.h
-include/llvm/Target/TargetSchedule.td
-include/llvm/Target/TargetSelectionDAG.td
-include/llvm/Target/TargetSelectionDAGInfo.h
-include/llvm/Target/TargetSubtargetInfo.h
-include/llvm/Transforms/IPO.h
-include/llvm/Transforms/IPO/ForceFunctionAttrs.h
-include/llvm/Transforms/IPO/FunctionImport.h
-include/llvm/Transforms/IPO/InferFunctionAttrs.h
-include/llvm/Transforms/IPO/InlinerPass.h
-include/llvm/Transforms/IPO/LowerBitSets.h
-include/llvm/Transforms/IPO/PassManagerBuilder.h
-include/llvm/Transforms/IPO/StripDeadPrototypes.h
-include/llvm/Transforms/InstCombine/InstCombine.h
-include/llvm/Transforms/InstCombine/InstCombineWorklist.h
-include/llvm/Transforms/Instrumentation.h
-include/llvm/Transforms/ObjCARC.h
-include/llvm/Transforms/Scalar.h
-include/llvm/Transforms/Scalar/ADCE.h
-include/llvm/Transforms/Scalar/EarlyCSE.h
-include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
-include/llvm/Transforms/Scalar/SROA.h
-include/llvm/Transforms/Scalar/SimplifyCFG.h
-include/llvm/Transforms/Utils/ASanStackFrameLayout.h
-include/llvm/Transforms/Utils/BasicBlockUtils.h
-include/llvm/Transforms/Utils/BuildLibCalls.h
-include/llvm/Transforms/Utils/BypassSlowDivision.h
-include/llvm/Transforms/Utils/Cloning.h
-include/llvm/Transforms/Utils/CmpInstAnalysis.h
-include/llvm/Transforms/Utils/CodeExtractor.h
-include/llvm/Transforms/Utils/CtorUtils.h
-include/llvm/Transforms/Utils/GlobalStatus.h
-include/llvm/Transforms/Utils/IntegerDivision.h
-include/llvm/Transforms/Utils/Local.h
-include/llvm/Transforms/Utils/LoopUtils.h
-include/llvm/Transforms/Utils/LoopVersioning.h
-include/llvm/Transforms/Utils/ModuleUtils.h
-include/llvm/Transforms/Utils/PromoteMemToReg.h
-include/llvm/Transforms/Utils/SSAUpdater.h
-include/llvm/Transforms/Utils/SSAUpdaterImpl.h
-include/llvm/Transforms/Utils/SimplifyIndVar.h
-include/llvm/Transforms/Utils/SimplifyLibCalls.h
-include/llvm/Transforms/Utils/SplitModule.h
-include/llvm/Transforms/Utils/SymbolRewriter.h
-include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
-include/llvm/Transforms/Utils/UnrollLoop.h
-include/llvm/Transforms/Utils/ValueMapper.h
-include/llvm/Transforms/Vectorize.h
-lib/BugpointPasses.${SOEXT}
-lib/LLVMHello.${SOEXT}
-${PLIST.AArch64}lib/libLLVMAArch64AsmParser.a
-${PLIST.AArch64}lib/libLLVMAArch64AsmPrinter.a
-${PLIST.AArch64}lib/libLLVMAArch64CodeGen.a
-${PLIST.AArch64}lib/libLLVMAArch64Desc.a
-${PLIST.AArch64}lib/libLLVMAArch64Disassembler.a
-${PLIST.AArch64}lib/libLLVMAArch64Info.a
-${PLIST.AArch64}lib/libLLVMAArch64Utils.a
-${PLIST.AMDGPU}lib/libLLVMAMDGPUAsmParser.a
-${PLIST.AMDGPU}lib/libLLVMAMDGPUAsmPrinter.a
-${PLIST.AMDGPU}lib/libLLVMAMDGPUCodeGen.a
-${PLIST.AMDGPU}lib/libLLVMAMDGPUDesc.a
-${PLIST.AMDGPU}lib/libLLVMAMDGPUInfo.a
-${PLIST.AMDGPU}lib/libLLVMAMDGPUUtils.a
-${PLIST.ARM}lib/libLLVMARMAsmParser.a
-${PLIST.ARM}lib/libLLVMARMAsmPrinter.a
-${PLIST.ARM}lib/libLLVMARMCodeGen.a
-${PLIST.ARM}lib/libLLVMARMDesc.a
-${PLIST.ARM}lib/libLLVMARMDisassembler.a
-${PLIST.ARM}lib/libLLVMARMInfo.a
-lib/libLLVMAnalysis.a
-lib/libLLVMAsmParser.a
-lib/libLLVMAsmPrinter.a
-${PLIST.BPF}lib/libLLVMBPFAsmPrinter.a
-${PLIST.BPF}lib/libLLVMBPFCodeGen.a
-${PLIST.BPF}lib/libLLVMBPFDesc.a
-${PLIST.BPF}lib/libLLVMBPFInfo.a
-lib/libLLVMBitReader.a
-lib/libLLVMBitWriter.a
-lib/libLLVMCodeGen.a
-lib/libLLVMCore.a
-${PLIST.CppBackend}lib/libLLVMCppBackendCodeGen.a
-${PLIST.CppBackend}lib/libLLVMCppBackendInfo.a
-lib/libLLVMDebugInfoCodeView.a
-lib/libLLVMDebugInfoDWARF.a
-lib/libLLVMDebugInfoPDB.a
-lib/libLLVMExecutionEngine.a
-${PLIST.Hexagon}lib/libLLVMHexagonAsmParser.a
-${PLIST.Hexagon}lib/libLLVMHexagonCodeGen.a
-${PLIST.Hexagon}lib/libLLVMHexagonDesc.a
-${PLIST.Hexagon}lib/libLLVMHexagonDisassembler.a
-${PLIST.Hexagon}lib/libLLVMHexagonInfo.a
-lib/libLLVMIRReader.a
-lib/libLLVMInstCombine.a
-lib/libLLVMInstrumentation.a
-lib/libLLVMInterpreter.a
-lib/libLLVMLTO.a
-lib/libLLVMLibDriver.a
-lib/libLLVMLineEditor.a
-lib/libLLVMLinker.a
-lib/libLLVMMC.a
-lib/libLLVMMCDisassembler.a
-lib/libLLVMMCJIT.a
-lib/libLLVMMCParser.a
-lib/libLLVMMIRParser.a
-${PLIST.MSP430}lib/libLLVMMSP430AsmPrinter.a
-${PLIST.MSP430}lib/libLLVMMSP430CodeGen.a
-${PLIST.MSP430}lib/libLLVMMSP430Desc.a
-${PLIST.MSP430}lib/libLLVMMSP430Info.a
-${PLIST.Mips}lib/libLLVMMipsAsmParser.a
-${PLIST.Mips}lib/libLLVMMipsAsmPrinter.a
-${PLIST.Mips}lib/libLLVMMipsCodeGen.a
-${PLIST.Mips}lib/libLLVMMipsDesc.a
-${PLIST.Mips}lib/libLLVMMipsDisassembler.a
-${PLIST.Mips}lib/libLLVMMipsInfo.a
-${PLIST.NVPTX}lib/libLLVMNVPTXAsmPrinter.a
-${PLIST.NVPTX}lib/libLLVMNVPTXCodeGen.a
-${PLIST.NVPTX}lib/libLLVMNVPTXDesc.a
-${PLIST.NVPTX}lib/libLLVMNVPTXInfo.a
-lib/libLLVMObjCARCOpts.a
-lib/libLLVMObject.a
-lib/libLLVMOption.a
-lib/libLLVMOrcJIT.a
-lib/libLLVMPasses.a
-${PLIST.PowerPC}lib/libLLVMPowerPCAsmParser.a
-${PLIST.PowerPC}lib/libLLVMPowerPCAsmPrinter.a
-${PLIST.PowerPC}lib/libLLVMPowerPCCodeGen.a
-${PLIST.PowerPC}lib/libLLVMPowerPCDesc.a
-${PLIST.PowerPC}lib/libLLVMPowerPCDisassembler.a
-${PLIST.PowerPC}lib/libLLVMPowerPCInfo.a
-lib/libLLVMProfileData.a
-lib/libLLVMRuntimeDyld.a
-lib/libLLVMScalarOpts.a
-lib/libLLVMSelectionDAG.a
-${PLIST.Sparc}lib/libLLVMSparcAsmParser.a
-${PLIST.Sparc}lib/libLLVMSparcAsmPrinter.a
-${PLIST.Sparc}lib/libLLVMSparcCodeGen.a
-${PLIST.Sparc}lib/libLLVMSparcDesc.a
-${PLIST.Sparc}lib/libLLVMSparcDisassembler.a
-${PLIST.Sparc}lib/libLLVMSparcInfo.a
-lib/libLLVMSupport.a
-lib/libLLVMSymbolize.a
-${PLIST.SystemZ}lib/libLLVMSystemZAsmParser.a
-${PLIST.SystemZ}lib/libLLVMSystemZAsmPrinter.a
-${PLIST.SystemZ}lib/libLLVMSystemZCodeGen.a
-${PLIST.SystemZ}lib/libLLVMSystemZDesc.a
-${PLIST.SystemZ}lib/libLLVMSystemZDisassembler.a
-${PLIST.SystemZ}lib/libLLVMSystemZInfo.a
-lib/libLLVMTableGen.a
-lib/libLLVMTarget.a
-lib/libLLVMTransformUtils.a
-lib/libLLVMVectorize.a
-${PLIST.X86}lib/libLLVMX86AsmParser.a
-${PLIST.X86}lib/libLLVMX86AsmPrinter.a
-${PLIST.X86}lib/libLLVMX86CodeGen.a
-${PLIST.X86}lib/libLLVMX86Desc.a
-${PLIST.X86}lib/libLLVMX86Disassembler.a
-${PLIST.X86}lib/libLLVMX86Info.a
-${PLIST.X86}lib/libLLVMX86Utils.a
-${PLIST.XCore}lib/libLLVMXCoreAsmPrinter.a
-${PLIST.XCore}lib/libLLVMXCoreCodeGen.a
-${PLIST.XCore}lib/libLLVMXCoreDesc.a
-${PLIST.XCore}lib/libLLVMXCoreDisassembler.a
-${PLIST.XCore}lib/libLLVMXCoreInfo.a
-lib/libLLVMipo.a
-lib/libLTO.${SOEXT}
-share/llvm/cmake/AddLLVM.cmake
-share/llvm/cmake/AddLLVMDefinitions.cmake
-share/llvm/cmake/AddOCaml.cmake
-share/llvm/cmake/AddSphinxTarget.cmake
-share/llvm/cmake/ChooseMSVCCRT.cmake
-share/llvm/cmake/CrossCompile.cmake
-share/llvm/cmake/DetermineGCCCompatible.cmake
-share/llvm/cmake/FindOCaml.cmake
-share/llvm/cmake/FindSphinx.cmake
-share/llvm/cmake/GetSVN.cmake
-share/llvm/cmake/HandleLLVMOptions.cmake
-share/llvm/cmake/HandleLLVMStdlib.cmake
-share/llvm/cmake/LLVM-Config.cmake
-share/llvm/cmake/LLVMConfig.cmake
-share/llvm/cmake/LLVMConfigVersion.cmake
-share/llvm/cmake/LLVMExports-release.cmake
-share/llvm/cmake/LLVMExports.cmake
-share/llvm/cmake/LLVMExternalProjectUtils.cmake
-share/llvm/cmake/LLVMInstallSymlink.cmake
-share/llvm/cmake/LLVMProcessSources.cmake
-share/llvm/cmake/TableGen.cmake
diff --git a/llvm/buildlink3.mk b/llvm/buildlink3.mk
deleted file mode 100644
index d813a14..0000000
--- a/llvm/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	llvm
-
-.if !defined(LLVM_BUILDLINK3_MK)
-LLVM_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.llvm+=	llvm>=3.8.0
-BUILDLINK_PKGSRCDIR.llvm?=	../../wip/llvm
-
-LLVM_CONFIG_PATH?=		${BUILDLINK_PREFIX.llvm}/bin/llvm-config
-
-.include "../../devel/zlib/buildlink3.mk"
-.endif	# LLVM_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-llvm
diff --git a/llvm/distinfo b/llvm/distinfo
deleted file mode 100644
index b8ac734..0000000
--- a/llvm/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.35 2015/09/11 01:21:57 tnn Exp $
-
-SHA1 (llvm-3.8.0.src.tar.xz) = 723ac918979255706434a05f5af34b71c49c9971
-RMD160 (llvm-3.8.0.src.tar.xz) = 3c657d061bc8e9de017b0cf1f1a7e63f215b0295
-SHA512 (llvm-3.8.0.src.tar.xz) = 2c76e79d803768ed20af6ca1801cf2518071bf9835c54580ea3eb6219a66cdcf8b4c575f192c15082cc18d2468b7611dacb57950b605813a2317125c2d33c138
-Size (llvm-3.8.0.src.tar.xz) = 16580932 bytes
-SHA1 (patch-include_llvm_Support_Host.h) = 55a9fab6ee49ec09a2fd644747a6dddd6b39f942
diff --git a/llvm/options.mk b/llvm/options.mk
deleted file mode 100644
index 5dc7a4f..0000000
--- a/llvm/options.mk
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD$
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.llvm
-
-LLVM_TARGETS=	AArch64 AMDGPU ARM BPF CppBackend Hexagon MSP430 Mips NVPTX PowerPC Sparc SystemZ X86 XCore
-
-.for tgt in ${LLVM_TARGETS}
-PLIST_VARS+=			${tgt}
-PKG_SUPPORTED_OPTIONS+=		llvm-target-${tgt:tl}
-.endfor
-
-# Probably safe to assume that only x86 users are interested in
-# cross-compilation for now. This saves some build time for everyone else.
-.if !empty(MACHINE_ARCH:Msparc*)
-PKG_SUGGESTED_OPTIONS+=		llvm-target-sparc
-.elif !empty(MACHINE_ARCH:Mpowerpc*)
-PKG_SUGGESTED_OPTIONS+=		llvm-target-powerpc
-.elif !empty(MACHINE_ARCH:Mearm*)
-PKG_SUGGESTED_OPTIONS+=		llvm-target-arm
-.elif !empty(MACHINE_ARCH:M*mips*)
-PKG_SUGGESTED_OPTIONS+=		llvm-target-mips
-.else
-# X86 and everyone else get all targets by default.
-.  for tgt in ${LLVM_TARGETS}
-PKG_SUGGESTED_OPTIONS+=		llvm-target-${tgt:tl}
-.  endfor
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-.for tgt in ${LLVM_TARGETS}
-.  if !empty(PKG_OPTIONS:Mllvm-target-${tgt:tl})
-PLIST.${tgt}=		yes
-LLVM_TARGETS_TO_BUILD+=	${tgt}
-.  endif
-.endfor
-
-CMAKE_ARGS+=	-DLLVM_TARGETS_TO_BUILD="${LLVM_TARGETS_TO_BUILD:ts;}"
diff --git a/llvm/patches/patch-include_llvm_Support_Host.h b/llvm/patches/patch-include_llvm_Support_Host.h
deleted file mode 100644
index a533511..0000000
--- a/llvm/patches/patch-include_llvm_Support_Host.h
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD$
-
-Fix lack of machine/endian.h on solaris
-http://permalink.gmane.org/gmane.comp.compilers.llvm.devel/63225
-
---- include/llvm/Support/Host.h.orig	2015-06-23 09:49:53.000000000 +0000
-+++ include/llvm/Support/Host.h
-@@ -18,6 +18,20 @@
- 
- #if defined(__linux__) || defined(__GNU__)
- #include <endian.h>
-+#elif defined(__sun) & defined(__SVR4)
-+# ifndef BYTE_ORDER
-+# define LITTLE_ENDIAN 1234
-+# define BIG_ENDIAN 4321
-+# if defined(__sun) & defined(__SVR4)
-+# include <sys/isa_defs.h>
-+# ifdef _LITTLE_ENDIAN
-+# define BYTE_ORDER LITTLE_ENDIAN
-+# endif
-+# ifdef _BIG_ENDIAN
-+# define BYTE_ORDER BIG_ENDIAN
-+# endif
-+# endif /* sun */
-+# endif /* BYTE_ORDER */
- #else
- #if !defined(BYTE_ORDER) && !defined(LLVM_ON_WIN32)
- #include <machine/endian.h>



Home | Main Index | Thread Index | Old Index