From owner-svn-ports-head@freebsd.org Thu Jan 26 17:38:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8E39CC21CB; Thu, 26 Jan 2017 17:38:15 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86AFBBF0; Thu, 26 Jan 2017 17:38:15 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0QHcEpQ016260; Thu, 26 Jan 2017 17:38:14 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0QHcEP7016255; Thu, 26 Jan 2017 17:38:14 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201701261738.v0QHcEP7016255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Thu, 26 Jan 2017 17:38:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432520 - in head/devel: . llvm40 llvm40/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2017 17:38:16 -0000 Author: brooks Date: Thu Jan 26 17:38:13 2017 New Revision: 432520 URL: https://svnweb.freebsd.org/changeset/ports/432520 Log: Add LLVM 4.0.0rc1 copied form llvm39. Adjust plist generation to be more copy friendly for future releases. Added: head/devel/llvm40/ - copied from r432415, head/devel/llvm39/ Deleted: head/devel/llvm40/files/lldb-patch-tools_lldb_source_Host_common_FileSpec.cpp head/devel/llvm40/files/patch-svn-283188 Modified: head/devel/Makefile head/devel/llvm40/Makefile head/devel/llvm40/distinfo head/devel/llvm40/files/clang-patch-fopenmp.diff head/devel/llvm40/pkg-plist Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 26 17:07:48 2017 (r432519) +++ head/devel/Makefile Thu Jan 26 17:38:13 2017 (r432520) @@ -1525,6 +1525,7 @@ SUBDIR += llvm37 SUBDIR += llvm38 SUBDIR += llvm39 + SUBDIR += llvm40 SUBDIR += lm4tools SUBDIR += lmdbg SUBDIR += lndir Modified: head/devel/llvm40/Makefile ============================================================================== --- head/devel/llvm39/Makefile Wed Jan 25 12:12:40 2017 (r432415) +++ head/devel/llvm40/Makefile Thu Jan 26 17:38:13 2017 (r432520) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= llvm -DISTVERSION= 3.9.1 -PORTREVISION= 1 +DISTVERSION= 4.0.0rc1 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} PKGNAMESUFFIX= ${LLVM_SUFFIX} @@ -19,9 +18,10 @@ LICENSE_PERMS= dist-mirror dist-sell pkg LLVM_RELEASE= ${DISTVERSION:C/rc.*//} LLVM_MAJOR= ${LLVM_RELEASE:C/\.[0-9]$//} +LLVM_LIB_VER= ${LLVM_MAJOR:C/\.//} RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} PRE_= ${DISTVERSION:C/.*rc.*/pre-/:N*[0-9]*} -LLVM_SUFFIX= ${DISTVERSION:R:S/.//} +LLVM_SUFFIX= ${LLVM_LIB_VER} LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} @@ -82,7 +82,6 @@ LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker LLD_DISTFILES= lld-${DISTVERSION}.src${EXTRACT_SUFX} LLDB_DESC= Install lldb, the LLVM debugger (ignored on 9.x) -LLDB_EXTRA_PATCHES= ${PATCHDIR}/lldb-patch-tools_lldb_source_Host_common_FileSpec.cpp LLDB_BUILD_DEPENDS= swig:devel/swig13 LLDB_DISTFILES= lldb-${DISTVERSION}.src${EXTRACT_SUFX} LLDB_USES= execinfo @@ -97,7 +96,10 @@ WRKSRC_${option:tl}= ${WRKDIR}/${${opti OPTIONS_SUB= yes -PLIST_SUB+= LLVM_RELEASE=${LLVM_RELEASE} LLVM_MAJOR=${LLVM_MAJOR} +PLIST_SUB+= LLVM_LIB_VER=${LLVM_LIB_VER} \ + LLVM_MAJOR=${LLVM_MAJOR} \ + LLVM_RELEASE=${LLVM_RELEASE} \ + LLVM_SUFFIX=${LLVM_SUFFIX} COMMANDS= bugpoint \ llc \ @@ -105,17 +107,21 @@ COMMANDS= bugpoint \ llvm-ar \ llvm-as \ llvm-bcanalyzer \ + llvm-cat \ llvm-config \ llvm-cov \ llvm-diff \ llvm-dis \ llvm-dwarfdump \ + llvm-dwp \ llvm-extract \ llvm-link \ llvm-mc \ llvm-mcmarkup \ + llvm-modextract \ llvm-nm \ llvm-objdump \ + llvm-opt-report \ llvm-profdata \ llvm-ranlib \ llvm-readobj \ @@ -123,10 +129,12 @@ COMMANDS= bugpoint \ llvm-size \ llvm-split \ llvm-stress \ + llvm-strings \ llvm-symbolizer \ llvm-tblgen \ macho-dump \ - opt + opt \ + sancov FIRST_COMMAND= ${COMMANDS:C/^/XXXX/1:MXXXX*:C/^XXXX//} STRIP_LIBS= BugpointPasses.so \ @@ -136,10 +144,12 @@ STRIP_LIBS= BugpointPasses.so \ EXTRAS_COMMANDS+= \ clang-apply-replacements \ + clang-change-namespace \ clang-include-fixer \ clang-modernize \ clang-query \ clang-rename \ + clang-reorder-fields \ clang-tidy \ find-all-symbols \ modularize @@ -164,12 +174,14 @@ EXTRAS_PATTERN= ${EXTRAS_COMMANDS:tW:C/ CONFIGURE_TARGET:=${ARCH:C/amd64/x86_64/:C/armv6hf/armv6/}-portbld-${OPSYS:tl}${OSREL} .if ${PORT_OPTIONS:MCLANG} -COMMANDS+= clang \ +COMMANDS+= c-index-test \ + clang \ clang++ \ clang-check \ clang-cpp \ clang-format \ - clang-tblgen \ + clang-import-test \ + clang-offload-bundler \ scan-build \ scan-view MAN1SRCS+= clang.1 \ @@ -178,7 +190,7 @@ CLANG_PATTERN= (c-index-test|clang|scan- .endif .if ${PORT_OPTIONS:MCOMPILER_RT} -COMPILER_RT_PATTERN= (asan_blacklist.txt|sanitizer|xray) +COMPILER_RT_PATTERN= (asan_blacklist.txt|sanitizer|xray_interface.h) .endif .if ${PORT_OPTIONS:MLIT} @@ -187,8 +199,8 @@ LIT_COMMANDS= lit llvm-lit FileCheck .endif .if ${PORT_OPTIONS:MLLDB} -COMMANDS+= argdumper \ - lldb \ +COMMANDS+= lldb \ + lldb-argdumper \ lldb-mi \ lldb-server .endif @@ -404,11 +416,11 @@ regression-test: ${BUILD_COOKIE} build-plist: ${RM} ${PLIST} ${PLIST}.tmp .for command in ${COMMANDS} - ${ECHO_CMD} bin/${command}${LLVM_SUFFIX} >> ${PLIST}.tmp + ${ECHO_CMD} bin/${command}%%LLVM_SUFFIX%% >> ${PLIST}.tmp .endfor .for command in ${LIT_COMMANDS} - ${ECHO_CMD} %%LIT%%bin/${command}${LLVM_SUFFIX} >> ${PLIST}.tmp - ${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||}/bin/${command} >> ${PLIST}.tmp + ${ECHO_CMD} %%LIT%%bin/${command}%%LLVM_SUFFIX%% >> ${PLIST}.tmp + ${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||:C|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp .endfor ${FIND} ${STAGEDIR}${LLVM_PREFIX} -type f -o -type l | \ @@ -417,12 +429,14 @@ build-plist: -e 's|${LLVM_RELEASE}|%%LLVM_RELEASE%%|' \ -e 's|release.cmake|%%CMAKE_BUILD_TYPE%%.cmake|' \ -e 's|${LLVM_RELEASE:C/\./\\./g}|%%LLVM_RELEASE%%|' \ - -e 's|${LLVM_MAJOR:C/\./\\./}|%%LLVM_MAJOR%%|' | \ + -e 's|${LLVM_MAJOR:C/\./\\./}|%%LLVM_MAJOR%%|' \ + -e 's|${LLVM_MAJOR:C/\.//}|%%LLVM_LIB_VER%%|' | \ ${SORT} >> ${PLIST}.tmp ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/lit${LLVM_SUFFIX} -type f | \ ${SED} -e 's|${STAGEDIR}${PYTHON_SITELIBDIR}|%%LIT%%%%PYTHON_SITELIBDIR%%|' \ -e 's|${LLVM_RELEASE:C/\./\\./g}|%%LLVM_RELEASE%%|' \ - -e 's|${LLVM_MAJOR:C/\./\\./}|%%LLVM_MAJOR%%|' | \ + -e 's|${LLVM_MAJOR:C/\./\\./}|%%LLVM_MAJOR%%|' \ + -e 's|lit${LLVM_SUFFIX}|lit%%LLVM_SUFFIX%%|' | \ ${SORT} >> ${PLIST}.tmp ${AWK} '{ \ if ($$0 ~ /${CLANG_PATTERN}/ && $$0 !~ /(omp.h|${EXTRAS_PATTERN}|libclang_rt)/) {printf "%%%%CLANG%%%%"} \ Modified: head/devel/llvm40/distinfo ============================================================================== --- head/devel/llvm39/distinfo Wed Jan 25 12:12:40 2017 (r432415) +++ head/devel/llvm40/distinfo Thu Jan 26 17:38:13 2017 (r432520) @@ -1,15 +1,15 @@ -TIMESTAMP = 1482267336 -SHA256 (llvm-3.9.1.src.tar.xz) = 1fd90354b9cf19232e8f168faf2220e79be555df3aa743242700879e8fd329ee -SIZE (llvm-3.9.1.src.tar.xz) = 18130436 -SHA256 (cfe-3.9.1.src.tar.xz) = e6c4cebb96dee827fa0470af313dff265af391cb6da8d429842ef208c8f25e63 -SIZE (cfe-3.9.1.src.tar.xz) = 10363080 -SHA256 (compiler-rt-3.9.1.src.tar.xz) = d30967b1a5fa51a2503474aacc913e69fd05ae862d37bf310088955bdb13ec99 -SIZE (compiler-rt-3.9.1.src.tar.xz) = 1376372 -SHA256 (clang-tools-extra-3.9.1.src.tar.xz) = 29a5b65bdeff7767782d4427c7c64d54c3a8684bc6b217b74a70e575e4813635 -SIZE (clang-tools-extra-3.9.1.src.tar.xz) = 456464 -SHA256 (lld-3.9.1.src.tar.xz) = 48e128fabb2ddaee64ecb8935f7ac315b6e68106bc48aeaf655d179c65d87f34 -SIZE (lld-3.9.1.src.tar.xz) = 500120 -SHA256 (lldb-3.9.1.src.tar.xz) = 7e3311b2a1f80f4d3426e09f9459d079cab4d698258667e50a46dccbaaa460fc -SIZE (lldb-3.9.1.src.tar.xz) = 13750816 -SHA256 (openmp-3.9.1.src.tar.xz) = d23b324e422c0d5f3d64bae5f550ff1132c37a070e43c7ca93991676c86c7766 -SIZE (openmp-3.9.1.src.tar.xz) = 2031588 +TIMESTAMP = 1485351648 +SHA256 (llvm-4.0.0rc1.src.tar.xz) = ccbff3a7af78efc12b5b7f749d184b4c8caf75621af4e05f640cbfa9f80f8604 +SIZE (llvm-4.0.0rc1.src.tar.xz) = 20996760 +SHA256 (cfe-4.0.0rc1.src.tar.xz) = e1bf51a2df20b4b5eee59e443b4791c59fd1b60d637cd0706326edb25494c945 +SIZE (cfe-4.0.0rc1.src.tar.xz) = 10896792 +SHA256 (compiler-rt-4.0.0rc1.src.tar.xz) = 33bb73be0a81aff19fc220559bdc921472cb309ac710c1082fdc42a732e66a6f +SIZE (compiler-rt-4.0.0rc1.src.tar.xz) = 1434780 +SHA256 (clang-tools-extra-4.0.0rc1.src.tar.xz) = bae008752067783fc5daba881490511ed0937c688cb6a320434b5b9efd78d12c +SIZE (clang-tools-extra-4.0.0rc1.src.tar.xz) = 583332 +SHA256 (lld-4.0.0rc1.src.tar.xz) = 75802fe88e3b2464031eaeebd260771b3fef951490d661573ff30543fe0eb3a2 +SIZE (lld-4.0.0rc1.src.tar.xz) = 590812 +SHA256 (lldb-4.0.0rc1.src.tar.xz) = f56f5add372a5ea2bd1d21155ab5985479b9db50443f26223310084392127324 +SIZE (lldb-4.0.0rc1.src.tar.xz) = 19123176 +SHA256 (openmp-4.0.0rc1.src.tar.xz) = 4045d56badaa1818dbd3dde4739ddc7bbbd845188c2a3513f578160a387faf95 +SIZE (openmp-4.0.0rc1.src.tar.xz) = 2039244 Modified: head/devel/llvm40/files/clang-patch-fopenmp.diff ============================================================================== --- head/devel/llvm39/files/clang-patch-fopenmp.diff Wed Jan 25 12:12:40 2017 (r432415) +++ head/devel/llvm40/files/clang-patch-fopenmp.diff Thu Jan 26 17:38:13 2017 (r432520) @@ -1,28 +1,61 @@ ---- tools/clang/lib/Driver/Tools.cpp.orig 2016-09-02 19:55:01.000873648 +0000 -+++ tools/clang/lib/Driver/Tools.cpp 2016-09-02 19:54:32.001875868 +0000 -@@ -2733,13 +2733,22 @@ +--- tools/clang/lib/Driver/Tools.cpp.orig 2017-01-26 08:40:33.955918000 +0000 ++++ tools/clang/lib/Driver/Tools.cpp 2017-01-26 09:41:36.791095000 +0000 +@@ -3216,13 +3216,22 @@ - switch (getOpenMPRuntime(TC, Args)) { - case OMPRT_OMP: + switch (TC.getDriver().getOpenMPRuntime(Args)) { + case Driver::OMPRT_OMP: - CmdArgs.push_back("-lomp"); -+ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("%%LLVM_PREFIX%%/lib/libomp.so")) ++ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("/usr/local/llvm40/lib/libomp.so")) + CmdArgs.push_back("-lomp"); + else -+ CmdArgs.push_back("%%LLVM_PREFIX%%/lib/libomp.so"); ++ CmdArgs.push_back("/usr/local/llvm40/lib/libomp.so"); break; - case OMPRT_GOMP: + case Driver::OMPRT_GOMP: - CmdArgs.push_back("-lgomp"); -+ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("%%LLVM_PREFIX%%/lib/libomp.so")) ++ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("/usr/local/llvm40/lib/libgomp.so")) + CmdArgs.push_back("-lgomp"); + else -+ CmdArgs.push_back("%%LLVM_PREFIX%%/lib/libgomp.so"); ++ CmdArgs.push_back("/usr/local/llvm40/lib/libgomp.so"); break; - case OMPRT_IOMP5: + case Driver::OMPRT_IOMP5: - CmdArgs.push_back("-liomp5"); -+ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("%%LLVM_PREFIX%%/lib/libomp.so")) ++ if (TC.getTriple().getOS() != llvm::Triple::FreeBSD || TC.isCrossCompiling() || !llvm::sys::fs::exists("/usr/local/llvm40/lib/libiomp5.so")) + CmdArgs.push_back("-liomp5"); + else -+ CmdArgs.push_back("%%LLVM_PREFIX%%/lib/libiomp5.so"); ++ CmdArgs.push_back("/usr/local/llvm40/lib/libiomp5.so"); break; - case OMPRT_Unknown: + case Driver::OMPRT_Unknown: // Already diagnosed. +@@ -10235,17 +10244,26 @@ + // Also link the particular OpenMP runtimes. + switch (ToolChain.getDriver().getOpenMPRuntime(Args)) { + case Driver::OMPRT_OMP: +- CmdArgs.push_back("-lomp"); ++ if (ToolChain.getTriple().getOS() != llvm::Triple::FreeBSD || ToolChain.isCrossCompiling() || !llvm::sys::fs::exists("/usr/local/llvm40/lib/libomp.so")) ++ CmdArgs.push_back("-lomp"); ++ else ++ CmdArgs.push_back("/usr/local/llvm40/lib/libomp.so"); + break; + case Driver::OMPRT_GOMP: +- CmdArgs.push_back("-lgomp"); ++ if (ToolChain.getTriple().getOS() != llvm::Triple::FreeBSD || ToolChain.isCrossCompiling( ) || !llvm::sys::fs::exists("/usr/local/llvm40/lib/libgomp.so")) { ++ CmdArgs.push_back("-lgomp"); + +- // FIXME: Exclude this for platforms with libgomp that don't require +- // librt. Most modern Linux platforms require it, but some may not. +- CmdArgs.push_back("-lrt"); ++ // FIXME: Exclude this for platforms with libgomp that don't require ++ // librt. Most modern Linux platforms require it, but some may not. ++ CmdArgs.push_back("-lrt"); ++ } else ++ CmdArgs.push_back("/usr/local/llvm40/lib/libgomp.so"); + break; + case Driver::OMPRT_IOMP5: +- CmdArgs.push_back("-liomp5"); ++ if (ToolChain.getTriple().getOS() != llvm::Triple::FreeBSD || ToolChain.isCrossCompiling( ) || !llvm::sys::fs::exists("/usr/local/llvm40/lib/libiomp5.so")) ++ CmdArgs.push_back("-liomp5"); ++ else ++ CmdArgs.push_back("/usr/local/llvm40/lib/libiomp5.so"); + break; + case Driver::OMPRT_Unknown: + // Already diagnosed. Modified: head/devel/llvm40/pkg-plist ============================================================================== --- head/devel/llvm39/pkg-plist Wed Jan 25 12:12:40 2017 (r432415) +++ head/devel/llvm40/pkg-plist Thu Jan 26 17:38:13 2017 (r432520) @@ -1,2494 +1,2628 @@ -bin/bugpoint39 -bin/llc39 -bin/lli39 -bin/llvm-ar39 -bin/llvm-as39 -bin/llvm-bcanalyzer39 -bin/llvm-config39 -bin/llvm-cov39 -bin/llvm-diff39 -bin/llvm-dis39 -bin/llvm-dwarfdump39 -bin/llvm-extract39 -bin/llvm-link39 -bin/llvm-mc39 -bin/llvm-mcmarkup39 -bin/llvm-nm39 -bin/llvm-objdump39 -bin/llvm-profdata39 -bin/llvm-ranlib39 -bin/llvm-readobj39 -bin/llvm-rtdyld39 -bin/llvm-size39 -bin/llvm-split39 -bin/llvm-stress39 -bin/llvm-symbolizer39 -bin/llvm-tblgen39 -bin/macho-dump39 -bin/opt39 -%%CLANG%%bin/clang39 -%%CLANG%%bin/clang++39 -%%CLANG%%bin/clang-check39 -%%CLANG%%bin/clang-cpp39 -%%CLANG%%bin/clang-format39 -%%CLANG%%bin/clang-tblgen39 -%%CLANG%%bin/scan-build39 -%%CLANG%%bin/scan-view39 -%%LLDB%%bin/argdumper39 -%%LLDB%%bin/lldb39 -%%LLDB%%bin/lldb-mi39 -%%LLDB%%bin/lldb-server39 -%%EXTRAS%%bin/clang-apply-replacements39 -%%EXTRAS%%bin/clang-include-fixer39 -%%EXTRAS%%bin/clang-modernize39 -%%EXTRAS%%bin/clang-query39 -%%EXTRAS%%bin/clang-rename39 -%%EXTRAS%%bin/clang-tidy39 -%%EXTRAS%%bin/find-all-symbols39 -%%EXTRAS%%bin/modularize39 -%%LLD%%bin/lld39 -%%LLD%%bin/lld-link39 -%%LIT%%bin/lit39 -%%LIT%%llvm39/bin/lit -%%LIT%%bin/llvm-lit39 -%%LIT%%llvm39/bin/llvm-lit -%%LIT%%bin/FileCheck39 -%%LIT%%llvm39/bin/FileCheck -%%COMPILER_RT%%llvm39/asan_blacklist.txt -llvm39/bin/bugpoint -%%CLANG%%llvm39/bin/c-index-test -%%CLANG%%llvm39/bin/clang -%%CLANG%%llvm39/bin/clang++ -%%CLANG%%llvm39/bin/clang-%%LLVM_MAJOR%% -%%EXTRAS%%llvm39/bin/clang-apply-replacements -%%CLANG%%llvm39/bin/clang-check -%%CLANG%%llvm39/bin/clang-cl -%%CLANG%%llvm39/bin/clang-cpp -%%CLANG%%llvm39/bin/clang-format -%%EXTRAS%%llvm39/bin/clang-include-fixer -%%EXTRAS%%llvm39/bin/clang-query -%%EXTRAS%%llvm39/bin/clang-rename -%%CLANG%%llvm39/bin/clang-tblgen -%%EXTRAS%%llvm39/bin/clang-tidy -%%EXTRAS%%llvm39/bin/find-all-symbols -%%CLANG%%llvm39/bin/git-clang-format -%%LLD%%llvm39/bin/ld.lld -llvm39/bin/llc -%%LLD%%llvm39/bin/lld -%%LLD%%llvm39/bin/lld-link -%%LLDB%%llvm39/bin/lldb -%%LLDB%%llvm39/bin/lldb-%%LLVM_RELEASE%% -%%LLDB%%llvm39/bin/lldb-argdumper -%%LLDB%%llvm39/bin/lldb-mi -%%LLDB%%llvm39/bin/lldb-mi-%%LLVM_RELEASE%% -%%LLDB%%llvm39/bin/lldb-server -%%LLDB%%llvm39/bin/lldb-server-%%LLVM_RELEASE%% -llvm39/bin/lli -llvm39/bin/llvm-ar -llvm39/bin/llvm-as -llvm39/bin/llvm-bcanalyzer -llvm39/bin/llvm-c-test -llvm39/bin/llvm-config -llvm39/bin/llvm-cov -llvm39/bin/llvm-cxxdump -llvm39/bin/llvm-diff -llvm39/bin/llvm-dis -llvm39/bin/llvm-dsymutil -llvm39/bin/llvm-dwarfdump -llvm39/bin/llvm-dwp -llvm39/bin/llvm-extract -llvm39/bin/llvm-lib -llvm39/bin/llvm-link -llvm39/bin/llvm-lto -llvm39/bin/llvm-mc -llvm39/bin/llvm-mcmarkup -llvm39/bin/llvm-nm -llvm39/bin/llvm-objdump -llvm39/bin/llvm-pdbdump -llvm39/bin/llvm-profdata -llvm39/bin/llvm-ranlib -llvm39/bin/llvm-readobj -llvm39/bin/llvm-rtdyld -llvm39/bin/llvm-size -llvm39/bin/llvm-split -llvm39/bin/llvm-stress -llvm39/bin/llvm-symbolizer -llvm39/bin/llvm-tblgen -%%EXTRAS%%llvm39/bin/modularize -llvm39/bin/obj2yaml -llvm39/bin/opt -llvm39/bin/sancov -llvm39/bin/sanstats -%%CLANG%%llvm39/bin/scan-build -%%CLANG%%llvm39/bin/scan-view -llvm39/bin/verify-uselistorder -llvm39/bin/yaml2obj -%%CLANG%%llvm39/include/clang-c/BuildSystem.h -%%CLANG%%llvm39/include/clang-c/CXCompilationDatabase.h -%%CLANG%%llvm39/include/clang-c/CXErrorCode.h -%%CLANG%%llvm39/include/clang-c/CXString.h -%%CLANG%%llvm39/include/clang-c/Documentation.h -%%CLANG%%llvm39/include/clang-c/Index.h -%%CLANG%%llvm39/include/clang-c/Platform.h -%%CLANG%%llvm39/include/clang/ARCMigrate/ARCMT.h -%%CLANG%%llvm39/include/clang/ARCMigrate/ARCMTActions.h -%%CLANG%%llvm39/include/clang/ARCMigrate/FileRemapper.h -%%CLANG%%llvm39/include/clang/AST/APValue.h -%%CLANG%%llvm39/include/clang/AST/AST.h -%%CLANG%%llvm39/include/clang/AST/ASTConsumer.h -%%CLANG%%llvm39/include/clang/AST/ASTContext.h -%%CLANG%%llvm39/include/clang/AST/ASTDiagnostic.h -%%CLANG%%llvm39/include/clang/AST/ASTFwd.h -%%CLANG%%llvm39/include/clang/AST/ASTImporter.h -%%CLANG%%llvm39/include/clang/AST/ASTLambda.h -%%CLANG%%llvm39/include/clang/AST/ASTMutationListener.h -%%CLANG%%llvm39/include/clang/AST/ASTTypeTraits.h -%%CLANG%%llvm39/include/clang/AST/ASTUnresolvedSet.h -%%CLANG%%llvm39/include/clang/AST/ASTVector.h -%%CLANG%%llvm39/include/clang/AST/Attr.h -%%CLANG%%llvm39/include/clang/AST/AttrDump.inc -%%CLANG%%llvm39/include/clang/AST/AttrImpl.inc -%%CLANG%%llvm39/include/clang/AST/AttrIterator.h -%%CLANG%%llvm39/include/clang/AST/AttrVisitor.inc -%%CLANG%%llvm39/include/clang/AST/Attrs.inc -%%CLANG%%llvm39/include/clang/AST/Availability.h -%%CLANG%%llvm39/include/clang/AST/BaseSubobject.h -%%CLANG%%llvm39/include/clang/AST/BuiltinTypes.def -%%CLANG%%llvm39/include/clang/AST/CXXInheritance.h -%%CLANG%%llvm39/include/clang/AST/CanonicalType.h -%%CLANG%%llvm39/include/clang/AST/CharUnits.h -%%CLANG%%llvm39/include/clang/AST/Comment.h -%%CLANG%%llvm39/include/clang/AST/CommentBriefParser.h -%%CLANG%%llvm39/include/clang/AST/CommentCommandInfo.inc -%%CLANG%%llvm39/include/clang/AST/CommentCommandList.inc -%%CLANG%%llvm39/include/clang/AST/CommentCommandTraits.h -%%CLANG%%llvm39/include/clang/AST/CommentDiagnostic.h -%%CLANG%%llvm39/include/clang/AST/CommentHTMLNamedCharacterReferences.inc -%%CLANG%%llvm39/include/clang/AST/CommentHTMLTags.inc -%%CLANG%%llvm39/include/clang/AST/CommentHTMLTagsProperties.inc -%%CLANG%%llvm39/include/clang/AST/CommentLexer.h -%%CLANG%%llvm39/include/clang/AST/CommentNodes.inc -%%CLANG%%llvm39/include/clang/AST/CommentParser.h -%%CLANG%%llvm39/include/clang/AST/CommentSema.h -%%CLANG%%llvm39/include/clang/AST/CommentVisitor.h -%%CLANG%%llvm39/include/clang/AST/Decl.h -%%CLANG%%llvm39/include/clang/AST/DeclAccessPair.h -%%CLANG%%llvm39/include/clang/AST/DeclBase.h -%%CLANG%%llvm39/include/clang/AST/DeclCXX.h -%%CLANG%%llvm39/include/clang/AST/DeclContextInternals.h -%%CLANG%%llvm39/include/clang/AST/DeclFriend.h -%%CLANG%%llvm39/include/clang/AST/DeclGroup.h -%%CLANG%%llvm39/include/clang/AST/DeclLookups.h -%%CLANG%%llvm39/include/clang/AST/DeclNodes.inc -%%CLANG%%llvm39/include/clang/AST/DeclObjC.h -%%CLANG%%llvm39/include/clang/AST/DeclOpenMP.h -%%CLANG%%llvm39/include/clang/AST/DeclTemplate.h -%%CLANG%%llvm39/include/clang/AST/DeclVisitor.h -%%CLANG%%llvm39/include/clang/AST/DeclarationName.h -%%CLANG%%llvm39/include/clang/AST/DependentDiagnostic.h -%%CLANG%%llvm39/include/clang/AST/EvaluatedExprVisitor.h -%%CLANG%%llvm39/include/clang/AST/Expr.h -%%CLANG%%llvm39/include/clang/AST/ExprCXX.h -%%CLANG%%llvm39/include/clang/AST/ExprObjC.h -%%CLANG%%llvm39/include/clang/AST/ExprOpenMP.h -%%CLANG%%llvm39/include/clang/AST/ExternalASTSource.h -%%CLANG%%llvm39/include/clang/AST/GlobalDecl.h -%%CLANG%%llvm39/include/clang/AST/LambdaCapture.h -%%CLANG%%llvm39/include/clang/AST/LocInfoType.h -%%CLANG%%llvm39/include/clang/AST/Mangle.h -%%CLANG%%llvm39/include/clang/AST/MangleNumberingContext.h -%%CLANG%%llvm39/include/clang/AST/NSAPI.h -%%CLANG%%llvm39/include/clang/AST/NestedNameSpecifier.h -%%CLANG%%llvm39/include/clang/AST/OpenMPClause.h -%%CLANG%%llvm39/include/clang/AST/OperationKinds.def -%%CLANG%%llvm39/include/clang/AST/OperationKinds.h -%%CLANG%%llvm39/include/clang/AST/ParentMap.h -%%CLANG%%llvm39/include/clang/AST/PrettyPrinter.h -%%CLANG%%llvm39/include/clang/AST/RawCommentList.h -%%CLANG%%llvm39/include/clang/AST/RecordLayout.h -%%CLANG%%llvm39/include/clang/AST/RecursiveASTVisitor.h -%%CLANG%%llvm39/include/clang/AST/Redeclarable.h -%%CLANG%%llvm39/include/clang/AST/SelectorLocationsKind.h -%%CLANG%%llvm39/include/clang/AST/Stmt.h -%%CLANG%%llvm39/include/clang/AST/StmtCXX.h -%%CLANG%%llvm39/include/clang/AST/StmtGraphTraits.h -%%CLANG%%llvm39/include/clang/AST/StmtIterator.h -%%CLANG%%llvm39/include/clang/AST/StmtNodes.inc -%%CLANG%%llvm39/include/clang/AST/StmtObjC.h -%%CLANG%%llvm39/include/clang/AST/StmtOpenMP.h -%%CLANG%%llvm39/include/clang/AST/StmtVisitor.h -%%CLANG%%llvm39/include/clang/AST/TemplateBase.h -%%CLANG%%llvm39/include/clang/AST/TemplateName.h -%%CLANG%%llvm39/include/clang/AST/Type.h -%%CLANG%%llvm39/include/clang/AST/TypeLoc.h -%%CLANG%%llvm39/include/clang/AST/TypeLocNodes.def -%%CLANG%%llvm39/include/clang/AST/TypeLocVisitor.h -%%CLANG%%llvm39/include/clang/AST/TypeNodes.def -%%CLANG%%llvm39/include/clang/AST/TypeOrdering.h -%%CLANG%%llvm39/include/clang/AST/TypeVisitor.h -%%CLANG%%llvm39/include/clang/AST/UnresolvedSet.h -%%CLANG%%llvm39/include/clang/AST/VTTBuilder.h -%%CLANG%%llvm39/include/clang/AST/VTableBuilder.h -%%CLANG%%llvm39/include/clang/ASTMatchers/ASTMatchFinder.h -%%CLANG%%llvm39/include/clang/ASTMatchers/ASTMatchers.h -%%CLANG%%llvm39/include/clang/ASTMatchers/ASTMatchersInternal.h -%%CLANG%%llvm39/include/clang/ASTMatchers/ASTMatchersMacros.h -%%CLANG%%llvm39/include/clang/ASTMatchers/Dynamic/Diagnostics.h -%%CLANG%%llvm39/include/clang/ASTMatchers/Dynamic/Parser.h -%%CLANG%%llvm39/include/clang/ASTMatchers/Dynamic/Registry.h -%%CLANG%%llvm39/include/clang/ASTMatchers/Dynamic/VariantValue.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/Consumed.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/Dominators.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/FormatString.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/LiveVariables.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/PostOrderCFGView.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/PseudoConstantAnalysis.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/ReachableCode.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/ThreadSafety.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/ThreadSafetyCommon.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/ThreadSafetyLogical.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/ThreadSafetyOps.def -%%CLANG%%llvm39/include/clang/Analysis/Analyses/ThreadSafetyTIL.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/ThreadSafetyUtil.h -%%CLANG%%llvm39/include/clang/Analysis/Analyses/UninitializedValues.h -%%CLANG%%llvm39/include/clang/Analysis/AnalysisContext.h -%%CLANG%%llvm39/include/clang/Analysis/AnalysisDiagnostic.h -%%CLANG%%llvm39/include/clang/Analysis/CFG.h -%%CLANG%%llvm39/include/clang/Analysis/CFGStmtMap.h -%%CLANG%%llvm39/include/clang/Analysis/CallGraph.h -%%CLANG%%llvm39/include/clang/Analysis/CodeInjector.h -%%CLANG%%llvm39/include/clang/Analysis/DomainSpecific/CocoaConventions.h -%%CLANG%%llvm39/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h -%%CLANG%%llvm39/include/clang/Analysis/FlowSensitive/DataflowValues.h -%%CLANG%%llvm39/include/clang/Analysis/ProgramPoint.h -%%CLANG%%llvm39/include/clang/Analysis/Support/BumpVector.h -%%CLANG%%llvm39/include/clang/Basic/ABI.h -%%CLANG%%llvm39/include/clang/Basic/AddressSpaces.h -%%CLANG%%llvm39/include/clang/Basic/AllDiagnostics.h -%%CLANG%%llvm39/include/clang/Basic/AttrHasAttributeImpl.inc -%%CLANG%%llvm39/include/clang/Basic/AttrKinds.h -%%CLANG%%llvm39/include/clang/Basic/AttrList.inc -%%CLANG%%llvm39/include/clang/Basic/Attributes.h -%%CLANG%%llvm39/include/clang/Basic/Builtins.def -%%CLANG%%llvm39/include/clang/Basic/Builtins.h -%%CLANG%%llvm39/include/clang/Basic/BuiltinsAArch64.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsAMDGPU.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsARM.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsHexagon.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsLe64.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsMips.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsNEON.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsNVPTX.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsPPC.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsSystemZ.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsWebAssembly.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsX86.def -%%CLANG%%llvm39/include/clang/Basic/BuiltinsXCore.def -%%CLANG%%llvm39/include/clang/Basic/CapturedStmt.h -%%CLANG%%llvm39/include/clang/Basic/CharInfo.h -%%CLANG%%llvm39/include/clang/Basic/CommentOptions.h -%%CLANG%%llvm39/include/clang/Basic/Cuda.h -%%CLANG%%llvm39/include/clang/Basic/DebugInfoOptions.h -%%CLANG%%llvm39/include/clang/Basic/Diagnostic.h -%%CLANG%%llvm39/include/clang/Basic/DiagnosticASTKinds.inc -%%CLANG%%llvm39/include/clang/Basic/DiagnosticAnalysisKinds.inc -%%CLANG%%llvm39/include/clang/Basic/DiagnosticCategories.h -%%CLANG%%llvm39/include/clang/Basic/DiagnosticCommentKinds.inc -%%CLANG%%llvm39/include/clang/Basic/DiagnosticCommonKinds.inc -%%CLANG%%llvm39/include/clang/Basic/DiagnosticDriverKinds.inc -%%CLANG%%llvm39/include/clang/Basic/DiagnosticFrontendKinds.inc -%%CLANG%%llvm39/include/clang/Basic/DiagnosticGroups.inc -%%CLANG%%llvm39/include/clang/Basic/DiagnosticIDs.h -%%CLANG%%llvm39/include/clang/Basic/DiagnosticIndexName.inc -%%CLANG%%llvm39/include/clang/Basic/DiagnosticLexKinds.inc -%%CLANG%%llvm39/include/clang/Basic/DiagnosticOptions.def -%%CLANG%%llvm39/include/clang/Basic/DiagnosticOptions.h -%%CLANG%%llvm39/include/clang/Basic/DiagnosticParseKinds.inc -%%CLANG%%llvm39/include/clang/Basic/DiagnosticSemaKinds.inc -%%CLANG%%llvm39/include/clang/Basic/DiagnosticSerializationKinds.inc -%%CLANG%%llvm39/include/clang/Basic/ExceptionSpecificationType.h -%%CLANG%%llvm39/include/clang/Basic/ExpressionTraits.h -%%CLANG%%llvm39/include/clang/Basic/FileManager.h -%%CLANG%%llvm39/include/clang/Basic/FileSystemOptions.h -%%CLANG%%llvm39/include/clang/Basic/FileSystemStatCache.h -%%CLANG%%llvm39/include/clang/Basic/IdentifierTable.h -%%CLANG%%llvm39/include/clang/Basic/LLVM.h -%%CLANG%%llvm39/include/clang/Basic/Lambda.h -%%CLANG%%llvm39/include/clang/Basic/LangOptions.def -%%CLANG%%llvm39/include/clang/Basic/LangOptions.h -%%CLANG%%llvm39/include/clang/Basic/Linkage.h -%%CLANG%%llvm39/include/clang/Basic/MacroBuilder.h -%%CLANG%%llvm39/include/clang/Basic/Module.h -%%CLANG%%llvm39/include/clang/Basic/ObjCRuntime.h -%%CLANG%%llvm39/include/clang/Basic/OpenCLExtensions.def -%%CLANG%%llvm39/include/clang/Basic/OpenCLImageTypes.def -%%CLANG%%llvm39/include/clang/Basic/OpenCLOptions.h -%%CLANG%%llvm39/include/clang/Basic/OpenMPKinds.def -%%CLANG%%llvm39/include/clang/Basic/OpenMPKinds.h -%%CLANG%%llvm39/include/clang/Basic/OperatorKinds.def -%%CLANG%%llvm39/include/clang/Basic/OperatorKinds.h -%%CLANG%%llvm39/include/clang/Basic/OperatorPrecedence.h -%%CLANG%%llvm39/include/clang/Basic/PartialDiagnostic.h -%%CLANG%%llvm39/include/clang/Basic/PlistSupport.h -%%CLANG%%llvm39/include/clang/Basic/PragmaKinds.h -%%CLANG%%llvm39/include/clang/Basic/PrettyStackTrace.h -%%CLANG%%llvm39/include/clang/Basic/SanitizerBlacklist.h -%%CLANG%%llvm39/include/clang/Basic/Sanitizers.def -%%CLANG%%llvm39/include/clang/Basic/Sanitizers.h -%%CLANG%%llvm39/include/clang/Basic/SourceLocation.h -%%CLANG%%llvm39/include/clang/Basic/SourceManager.h -%%CLANG%%llvm39/include/clang/Basic/SourceManagerInternals.h -%%CLANG%%llvm39/include/clang/Basic/Specifiers.h -%%CLANG%%llvm39/include/clang/Basic/TargetBuiltins.h -%%CLANG%%llvm39/include/clang/Basic/TargetCXXABI.h -%%CLANG%%llvm39/include/clang/Basic/TargetInfo.h -%%CLANG%%llvm39/include/clang/Basic/TargetOptions.h -%%CLANG%%llvm39/include/clang/Basic/TemplateKinds.h -%%CLANG%%llvm39/include/clang/Basic/TokenKinds.def -%%CLANG%%llvm39/include/clang/Basic/TokenKinds.h -%%CLANG%%llvm39/include/clang/Basic/TypeTraits.h -%%CLANG%%llvm39/include/clang/Basic/Version.h -%%CLANG%%llvm39/include/clang/Basic/Version.inc -%%CLANG%%llvm39/include/clang/Basic/VersionTuple.h -%%CLANG%%llvm39/include/clang/Basic/VirtualFileSystem.h -%%CLANG%%llvm39/include/clang/Basic/Visibility.h -%%CLANG%%llvm39/include/clang/Basic/arm_neon.inc -%%CLANG%%llvm39/include/clang/CodeGen/BackendUtil.h -%%CLANG%%llvm39/include/clang/CodeGen/CGFunctionInfo.h -%%CLANG%%llvm39/include/clang/CodeGen/CodeGenABITypes.h -%%CLANG%%llvm39/include/clang/CodeGen/CodeGenAction.h -%%CLANG%%llvm39/include/clang/CodeGen/ModuleBuilder.h -%%CLANG%%llvm39/include/clang/CodeGen/ObjectFilePCHContainerOperations.h -%%CLANG%%llvm39/include/clang/CodeGen/SwiftCallingConv.h -%%CLANG%%llvm39/include/clang/Config/config.h -%%CLANG%%llvm39/include/clang/Driver/Action.h -%%CLANG%%llvm39/include/clang/Driver/Compilation.h -%%CLANG%%llvm39/include/clang/Driver/Driver.h -%%CLANG%%llvm39/include/clang/Driver/DriverDiagnostic.h -%%CLANG%%llvm39/include/clang/Driver/Job.h -%%CLANG%%llvm39/include/clang/Driver/Multilib.h -%%CLANG%%llvm39/include/clang/Driver/Options.h -%%CLANG%%llvm39/include/clang/Driver/Options.inc -%%CLANG%%llvm39/include/clang/Driver/Phases.h -%%CLANG%%llvm39/include/clang/Driver/SanitizerArgs.h -%%CLANG%%llvm39/include/clang/Driver/Tool.h -%%CLANG%%llvm39/include/clang/Driver/ToolChain.h -%%CLANG%%llvm39/include/clang/Driver/Types.def -%%CLANG%%llvm39/include/clang/Driver/Types.h -%%CLANG%%llvm39/include/clang/Driver/Util.h -%%CLANG%%llvm39/include/clang/Edit/Commit.h -%%CLANG%%llvm39/include/clang/Edit/EditedSource.h -%%CLANG%%llvm39/include/clang/Edit/EditsReceiver.h -%%CLANG%%llvm39/include/clang/Edit/FileOffset.h -%%CLANG%%llvm39/include/clang/Edit/Rewriters.h -%%CLANG%%llvm39/include/clang/Format/Format.h -%%CLANG%%llvm39/include/clang/Frontend/ASTConsumers.h -%%CLANG%%llvm39/include/clang/Frontend/ASTUnit.h -%%CLANG%%llvm39/include/clang/Frontend/ChainedDiagnosticConsumer.h -%%CLANG%%llvm39/include/clang/Frontend/CodeGenOptions.def -%%CLANG%%llvm39/include/clang/Frontend/CodeGenOptions.h -%%CLANG%%llvm39/include/clang/Frontend/CommandLineSourceLoc.h -%%CLANG%%llvm39/include/clang/Frontend/CompilerInstance.h -%%CLANG%%llvm39/include/clang/Frontend/CompilerInvocation.h -%%CLANG%%llvm39/include/clang/Frontend/DependencyOutputOptions.h -%%CLANG%%llvm39/include/clang/Frontend/DiagnosticRenderer.h -%%CLANG%%llvm39/include/clang/Frontend/FrontendAction.h -%%CLANG%%llvm39/include/clang/Frontend/FrontendActions.h -%%CLANG%%llvm39/include/clang/Frontend/FrontendDiagnostic.h -%%CLANG%%llvm39/include/clang/Frontend/FrontendOptions.h -%%CLANG%%llvm39/include/clang/Frontend/FrontendPluginRegistry.h -%%CLANG%%llvm39/include/clang/Frontend/LangStandard.h -%%CLANG%%llvm39/include/clang/Frontend/LangStandards.def -%%CLANG%%llvm39/include/clang/Frontend/LayoutOverrideSource.h -%%CLANG%%llvm39/include/clang/Frontend/LogDiagnosticPrinter.h -%%CLANG%%llvm39/include/clang/Frontend/MigratorOptions.h -%%CLANG%%llvm39/include/clang/Frontend/MultiplexConsumer.h -%%CLANG%%llvm39/include/clang/Frontend/PCHContainerOperations.h -%%CLANG%%llvm39/include/clang/Frontend/PreprocessorOutputOptions.h -%%CLANG%%llvm39/include/clang/Frontend/SerializedDiagnosticPrinter.h -%%CLANG%%llvm39/include/clang/Frontend/SerializedDiagnosticReader.h -%%CLANG%%llvm39/include/clang/Frontend/SerializedDiagnostics.h -%%CLANG%%llvm39/include/clang/Frontend/TextDiagnostic.h -%%CLANG%%llvm39/include/clang/Frontend/TextDiagnosticBuffer.h -%%CLANG%%llvm39/include/clang/Frontend/TextDiagnosticPrinter.h -%%CLANG%%llvm39/include/clang/Frontend/Utils.h -%%CLANG%%llvm39/include/clang/Frontend/VerifyDiagnosticConsumer.h -%%CLANG%%llvm39/include/clang/FrontendTool/Utils.h -%%CLANG%%llvm39/include/clang/Index/CodegenNameGenerator.h -%%CLANG%%llvm39/include/clang/Index/CommentToXML.h -%%CLANG%%llvm39/include/clang/Index/IndexDataConsumer.h -%%CLANG%%llvm39/include/clang/Index/IndexSymbol.h -%%CLANG%%llvm39/include/clang/Index/IndexingAction.h -%%CLANG%%llvm39/include/clang/Index/USRGeneration.h -%%CLANG%%llvm39/include/clang/Lex/CodeCompletionHandler.h -%%CLANG%%llvm39/include/clang/Lex/DirectoryLookup.h -%%CLANG%%llvm39/include/clang/Lex/ExternalPreprocessorSource.h -%%CLANG%%llvm39/include/clang/Lex/HeaderMap.h -%%CLANG%%llvm39/include/clang/Lex/HeaderMapTypes.h -%%CLANG%%llvm39/include/clang/Lex/HeaderSearch.h -%%CLANG%%llvm39/include/clang/Lex/HeaderSearchOptions.h -%%CLANG%%llvm39/include/clang/Lex/LexDiagnostic.h -%%CLANG%%llvm39/include/clang/Lex/Lexer.h -%%CLANG%%llvm39/include/clang/Lex/LiteralSupport.h -%%CLANG%%llvm39/include/clang/Lex/MacroArgs.h -%%CLANG%%llvm39/include/clang/Lex/MacroInfo.h -%%CLANG%%llvm39/include/clang/Lex/ModuleLoader.h -%%CLANG%%llvm39/include/clang/Lex/ModuleMap.h -%%CLANG%%llvm39/include/clang/Lex/MultipleIncludeOpt.h -%%CLANG%%llvm39/include/clang/Lex/PPCallbacks.h -%%CLANG%%llvm39/include/clang/Lex/PPConditionalDirectiveRecord.h -%%CLANG%%llvm39/include/clang/Lex/PTHLexer.h -%%CLANG%%llvm39/include/clang/Lex/PTHManager.h -%%CLANG%%llvm39/include/clang/Lex/Pragma.h -%%CLANG%%llvm39/include/clang/Lex/PreprocessingRecord.h -%%CLANG%%llvm39/include/clang/Lex/Preprocessor.h -%%CLANG%%llvm39/include/clang/Lex/PreprocessorLexer.h -%%CLANG%%llvm39/include/clang/Lex/PreprocessorOptions.h -%%CLANG%%llvm39/include/clang/Lex/ScratchBuffer.h -%%CLANG%%llvm39/include/clang/Lex/Token.h -%%CLANG%%llvm39/include/clang/Lex/TokenConcatenation.h -%%CLANG%%llvm39/include/clang/Lex/TokenLexer.h -%%CLANG%%llvm39/include/clang/Parse/AttrParserStringSwitches.inc -%%CLANG%%llvm39/include/clang/Parse/ParseAST.h -%%CLANG%%llvm39/include/clang/Parse/ParseDiagnostic.h -%%CLANG%%llvm39/include/clang/Parse/Parser.h -%%CLANG%%llvm39/include/clang/Rewrite/Core/DeltaTree.h -%%CLANG%%llvm39/include/clang/Rewrite/Core/HTMLRewrite.h -%%CLANG%%llvm39/include/clang/Rewrite/Core/RewriteBuffer.h -%%CLANG%%llvm39/include/clang/Rewrite/Core/RewriteRope.h -%%CLANG%%llvm39/include/clang/Rewrite/Core/Rewriter.h -%%CLANG%%llvm39/include/clang/Rewrite/Core/TokenRewriter.h -%%CLANG%%llvm39/include/clang/Rewrite/Frontend/ASTConsumers.h -%%CLANG%%llvm39/include/clang/Rewrite/Frontend/FixItRewriter.h -%%CLANG%%llvm39/include/clang/Rewrite/Frontend/FrontendActions.h -%%CLANG%%llvm39/include/clang/Rewrite/Frontend/Rewriters.h -%%CLANG%%llvm39/include/clang/Sema/AnalysisBasedWarnings.h -%%CLANG%%llvm39/include/clang/Sema/AttrParsedAttrImpl.inc -%%CLANG%%llvm39/include/clang/Sema/AttrParsedAttrKinds.inc -%%CLANG%%llvm39/include/clang/Sema/AttrParsedAttrList.inc -%%CLANG%%llvm39/include/clang/Sema/AttrSpellingListIndex.inc -%%CLANG%%llvm39/include/clang/Sema/AttrTemplateInstantiate.inc -%%CLANG%%llvm39/include/clang/Sema/AttributeList.h -%%CLANG%%llvm39/include/clang/Sema/CXXFieldCollector.h -%%CLANG%%llvm39/include/clang/Sema/CleanupInfo.h -%%CLANG%%llvm39/include/clang/Sema/CodeCompleteConsumer.h -%%CLANG%%llvm39/include/clang/Sema/CodeCompleteOptions.h -%%CLANG%%llvm39/include/clang/Sema/DeclSpec.h -%%CLANG%%llvm39/include/clang/Sema/DelayedDiagnostic.h -%%CLANG%%llvm39/include/clang/Sema/Designator.h -%%CLANG%%llvm39/include/clang/Sema/ExternalSemaSource.h -%%CLANG%%llvm39/include/clang/Sema/IdentifierResolver.h -%%CLANG%%llvm39/include/clang/Sema/Initialization.h -%%CLANG%%llvm39/include/clang/Sema/Lookup.h -%%CLANG%%llvm39/include/clang/Sema/LoopHint.h -%%CLANG%%llvm39/include/clang/Sema/MultiplexExternalSemaSource.h -%%CLANG%%llvm39/include/clang/Sema/ObjCMethodList.h -%%CLANG%%llvm39/include/clang/Sema/Overload.h -%%CLANG%%llvm39/include/clang/Sema/Ownership.h -%%CLANG%%llvm39/include/clang/Sema/ParsedTemplate.h -%%CLANG%%llvm39/include/clang/Sema/PrettyDeclStackTrace.h -%%CLANG%%llvm39/include/clang/Sema/Scope.h -%%CLANG%%llvm39/include/clang/Sema/ScopeInfo.h -%%CLANG%%llvm39/include/clang/Sema/Sema.h -%%CLANG%%llvm39/include/clang/Sema/SemaConsumer.h -%%CLANG%%llvm39/include/clang/Sema/SemaDiagnostic.h -%%CLANG%%llvm39/include/clang/Sema/SemaFixItUtils.h -%%CLANG%%llvm39/include/clang/Sema/SemaInternal.h -%%CLANG%%llvm39/include/clang/Sema/SemaLambda.h -%%CLANG%%llvm39/include/clang/Sema/Template.h -%%CLANG%%llvm39/include/clang/Sema/TemplateDeduction.h -%%CLANG%%llvm39/include/clang/Sema/TypoCorrection.h -%%CLANG%%llvm39/include/clang/Sema/Weak.h -%%CLANG%%llvm39/include/clang/Serialization/ASTBitCodes.h -%%CLANG%%llvm39/include/clang/Serialization/ASTDeserializationListener.h -%%CLANG%%llvm39/include/clang/Serialization/ASTReader.h -%%CLANG%%llvm39/include/clang/Serialization/ASTWriter.h -%%CLANG%%llvm39/include/clang/Serialization/AttrPCHRead.inc -%%CLANG%%llvm39/include/clang/Serialization/AttrPCHWrite.inc -%%CLANG%%llvm39/include/clang/Serialization/ContinuousRangeMap.h -%%CLANG%%llvm39/include/clang/Serialization/GlobalModuleIndex.h -%%CLANG%%llvm39/include/clang/Serialization/Module.h -%%CLANG%%llvm39/include/clang/Serialization/ModuleFileExtension.h -%%CLANG%%llvm39/include/clang/Serialization/ModuleManager.h -%%CLANG%%llvm39/include/clang/Serialization/SerializationDiagnostic.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Checkers/Checkers.inc -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Checkers/ClangCheckers.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Checkers/SValExplainer.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/Analyses.def -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/Checker.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/CheckerManager.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/CheckerOptInfo.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/CheckerRegistry.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/IssueHash.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Frontend/FrontendActions.h -%%CLANG%%llvm39/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h -%%CLANG%%llvm39/include/clang/Tooling/ArgumentsAdjusters.h -%%CLANG%%llvm39/include/clang/Tooling/CommonOptionsParser.h -%%CLANG%%llvm39/include/clang/Tooling/CompilationDatabase.h -%%CLANG%%llvm39/include/clang/Tooling/CompilationDatabasePluginRegistry.h -%%CLANG%%llvm39/include/clang/Tooling/Core/Lookup.h -%%CLANG%%llvm39/include/clang/Tooling/Core/QualTypeNames.h -%%CLANG%%llvm39/include/clang/Tooling/Core/Replacement.h -%%CLANG%%llvm39/include/clang/Tooling/FileMatchTrie.h -%%CLANG%%llvm39/include/clang/Tooling/FixIt.h -%%CLANG%%llvm39/include/clang/Tooling/JSONCompilationDatabase.h -%%CLANG%%llvm39/include/clang/Tooling/Refactoring.h -%%CLANG%%llvm39/include/clang/Tooling/RefactoringCallbacks.h -%%CLANG%%llvm39/include/clang/Tooling/ReplacementsYaml.h -%%CLANG%%llvm39/include/clang/Tooling/Tooling.h -%%LLD%%llvm39/include/lld/Config/Version.h -%%LLD%%llvm39/include/lld/Core/AbsoluteAtom.h -%%LLD%%llvm39/include/lld/Core/ArchiveLibraryFile.h -%%LLD%%llvm39/include/lld/Core/Atom.h -%%LLD%%llvm39/include/lld/Core/DefinedAtom.h -%%LLD%%llvm39/include/lld/Core/Error.h -%%LLD%%llvm39/include/lld/Core/File.h -%%LLD%%llvm39/include/lld/Core/Instrumentation.h -%%LLD%%llvm39/include/lld/Core/LLVM.h -%%LLD%%llvm39/include/lld/Core/LinkingContext.h -%%LLD%%llvm39/include/lld/Core/Node.h -%%LLD%%llvm39/include/lld/Core/Parallel.h -%%LLD%%llvm39/include/lld/Core/Pass.h -%%LLD%%llvm39/include/lld/Core/PassManager.h -%%LLD%%llvm39/include/lld/Core/Reader.h -%%LLD%%llvm39/include/lld/Core/Reference.h -%%LLD%%llvm39/include/lld/Core/Resolver.h -%%LLD%%llvm39/include/lld/Core/SharedLibraryAtom.h -%%LLD%%llvm39/include/lld/Core/SharedLibraryFile.h -%%LLD%%llvm39/include/lld/Core/Simple.h -%%LLD%%llvm39/include/lld/Core/SymbolTable.h -%%LLD%%llvm39/include/lld/Core/UndefinedAtom.h -%%LLD%%llvm39/include/lld/Core/Writer.h -%%LLD%%llvm39/include/lld/Driver/Driver.h -%%LLD%%llvm39/include/lld/ReaderWriter/MachOLinkingContext.h -%%LLD%%llvm39/include/lld/ReaderWriter/YamlContext.h -%%LLDB%%llvm39/include/lldb/API/LLDB.h -%%LLDB%%llvm39/include/lldb/API/SBAddress.h -%%LLDB%%llvm39/include/lldb/API/SBAttachInfo.h -%%LLDB%%llvm39/include/lldb/API/SBBlock.h -%%LLDB%%llvm39/include/lldb/API/SBBreakpoint.h -%%LLDB%%llvm39/include/lldb/API/SBBreakpointLocation.h -%%LLDB%%llvm39/include/lldb/API/SBBroadcaster.h -%%LLDB%%llvm39/include/lldb/API/SBCommandInterpreter.h -%%LLDB%%llvm39/include/lldb/API/SBCommandReturnObject.h -%%LLDB%%llvm39/include/lldb/API/SBCommunication.h -%%LLDB%%llvm39/include/lldb/API/SBCompileUnit.h -%%LLDB%%llvm39/include/lldb/API/SBData.h -%%LLDB%%llvm39/include/lldb/API/SBDebugger.h -%%LLDB%%llvm39/include/lldb/API/SBDeclaration.h -%%LLDB%%llvm39/include/lldb/API/SBDefines.h -%%LLDB%%llvm39/include/lldb/API/SBError.h -%%LLDB%%llvm39/include/lldb/API/SBEvent.h -%%LLDB%%llvm39/include/lldb/API/SBExecutionContext.h -%%LLDB%%llvm39/include/lldb/API/SBExpressionOptions.h -%%LLDB%%llvm39/include/lldb/API/SBFileSpec.h -%%LLDB%%llvm39/include/lldb/API/SBFileSpecList.h -%%LLDB%%llvm39/include/lldb/API/SBFrame.h -%%LLDB%%llvm39/include/lldb/API/SBFunction.h -%%LLDB%%llvm39/include/lldb/API/SBHostOS.h -%%LLDB%%llvm39/include/lldb/API/SBInstruction.h -%%LLDB%%llvm39/include/lldb/API/SBInstructionList.h -%%LLDB%%llvm39/include/lldb/API/SBLanguageRuntime.h -%%LLDB%%llvm39/include/lldb/API/SBLaunchInfo.h -%%LLDB%%llvm39/include/lldb/API/SBLineEntry.h -%%LLDB%%llvm39/include/lldb/API/SBListener.h -%%LLDB%%llvm39/include/lldb/API/SBMemoryRegionInfo.h -%%LLDB%%llvm39/include/lldb/API/SBMemoryRegionInfoList.h -%%LLDB%%llvm39/include/lldb/API/SBModule.h -%%LLDB%%llvm39/include/lldb/API/SBModuleSpec.h -%%LLDB%%llvm39/include/lldb/API/SBPlatform.h -%%LLDB%%llvm39/include/lldb/API/SBProcess.h -%%LLDB%%llvm39/include/lldb/API/SBQueue.h -%%LLDB%%llvm39/include/lldb/API/SBQueueItem.h -%%LLDB%%llvm39/include/lldb/API/SBSection.h -%%LLDB%%llvm39/include/lldb/API/SBSourceManager.h -%%LLDB%%llvm39/include/lldb/API/SBStream.h -%%LLDB%%llvm39/include/lldb/API/SBStringList.h -%%LLDB%%llvm39/include/lldb/API/SBSymbol.h -%%LLDB%%llvm39/include/lldb/API/SBSymbolContext.h -%%LLDB%%llvm39/include/lldb/API/SBSymbolContextList.h -%%LLDB%%llvm39/include/lldb/API/SBTarget.h -%%LLDB%%llvm39/include/lldb/API/SBThread.h -%%LLDB%%llvm39/include/lldb/API/SBThreadCollection.h -%%LLDB%%llvm39/include/lldb/API/SBThreadPlan.h -%%LLDB%%llvm39/include/lldb/API/SBType.h -%%LLDB%%llvm39/include/lldb/API/SBTypeCategory.h -%%LLDB%%llvm39/include/lldb/API/SBTypeEnumMember.h -%%LLDB%%llvm39/include/lldb/API/SBTypeFilter.h -%%LLDB%%llvm39/include/lldb/API/SBTypeFormat.h -%%LLDB%%llvm39/include/lldb/API/SBTypeNameSpecifier.h -%%LLDB%%llvm39/include/lldb/API/SBTypeSummary.h -%%LLDB%%llvm39/include/lldb/API/SBTypeSynthetic.h -%%LLDB%%llvm39/include/lldb/API/SBUnixSignals.h -%%LLDB%%llvm39/include/lldb/API/SBValue.h -%%LLDB%%llvm39/include/lldb/API/SBValueList.h -%%LLDB%%llvm39/include/lldb/API/SBVariablesOptions.h -%%LLDB%%llvm39/include/lldb/API/SBWatchpoint.h -%%LLDB%%llvm39/include/lldb/API/SystemInitializerFull.h -%%LLDB%%llvm39/include/lldb/Breakpoint/Breakpoint.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointID.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointIDList.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointList.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointLocation.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointLocationCollection.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointLocationList.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointOptions.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointResolver.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointResolverAddress.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointResolverFileLine.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointResolverFileRegex.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointResolverName.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointSite.h -%%LLDB%%llvm39/include/lldb/Breakpoint/BreakpointSiteList.h -%%LLDB%%llvm39/include/lldb/Breakpoint/Stoppoint.h -%%LLDB%%llvm39/include/lldb/Breakpoint/StoppointCallbackContext.h -%%LLDB%%llvm39/include/lldb/Breakpoint/StoppointLocation.h -%%LLDB%%llvm39/include/lldb/Breakpoint/Watchpoint.h -%%LLDB%%llvm39/include/lldb/Breakpoint/WatchpointList.h -%%LLDB%%llvm39/include/lldb/Breakpoint/WatchpointOptions.h -%%LLDB%%llvm39/include/lldb/Core/Address.h -%%LLDB%%llvm39/include/lldb/Core/AddressRange.h -%%LLDB%%llvm39/include/lldb/Core/AddressResolver.h -%%LLDB%%llvm39/include/lldb/Core/AddressResolverFileLine.h -%%LLDB%%llvm39/include/lldb/Core/AddressResolverName.h -%%LLDB%%llvm39/include/lldb/Core/ArchSpec.h -%%LLDB%%llvm39/include/lldb/Core/Baton.h -%%LLDB%%llvm39/include/lldb/Core/Broadcaster.h -%%LLDB%%llvm39/include/lldb/Core/ClangForward.h -%%LLDB%%llvm39/include/lldb/Core/Communication.h -%%LLDB%%llvm39/include/lldb/Core/Connection.h -%%LLDB%%llvm39/include/lldb/Core/ConnectionMachPort.h -%%LLDB%%llvm39/include/lldb/Core/ConnectionSharedMemory.h -%%LLDB%%llvm39/include/lldb/Core/ConstString.h -%%LLDB%%llvm39/include/lldb/Core/CxaDemangle.h -%%LLDB%%llvm39/include/lldb/Core/DataBuffer.h -%%LLDB%%llvm39/include/lldb/Core/DataBufferHeap.h -%%LLDB%%llvm39/include/lldb/Core/DataBufferMemoryMap.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***