Update LLVM and Clang snapshot
This commit is contained in:
parent
6b36a33563
commit
46f5119e40
@ -1,4 +1,4 @@
|
||||
# $NetBSD: md.amd64,v 1.113 2011/05/09 17:13:20 manu Exp $
|
||||
# $NetBSD: md.amd64,v 1.114 2011/05/12 14:56:22 joerg Exp $
|
||||
./usr/include/amd64 comp-c-include
|
||||
./usr/include/amd64/ansi.h comp-c-include
|
||||
./usr/include/amd64/aout_machdep.h comp-c-include
|
||||
@ -70,8 +70,9 @@
|
||||
./usr/include/clang-3.0/avxintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/emmintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/immintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/mm_malloc.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/mm3dnow.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/mmintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/mm_malloc.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/pmmintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/smmintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/tmmintrin.h comp-c-include llvm
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $NetBSD: md.i386,v 1.117 2011/04/15 19:31:06 joerg Exp $
|
||||
# $NetBSD: md.i386,v 1.118 2011/05/12 14:56:22 joerg Exp $
|
||||
./usr/include/clang-3.0/avxintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/emmintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/immintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/mm_malloc.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/mm3dnow.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/mmintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/mm_malloc.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/pmmintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/smmintrin.h comp-c-include llvm
|
||||
./usr/include/clang-3.0/tmmintrin.h comp-c-include llvm
|
||||
|
6
external/bsd/llvm/Makefile.inc
vendored
6
external/bsd/llvm/Makefile.inc
vendored
@ -1,12 +1,12 @@
|
||||
# $NetBSD: Makefile.inc,v 1.5 2011/03/21 16:50:12 joerg Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.6 2011/05/12 14:56:22 joerg Exp $
|
||||
|
||||
.if !defined(LLVM_TOPLEVEL_MK)
|
||||
LLVM_TOPLEVEL_MK=
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LLVM_REVISION= 127996
|
||||
CLANG_REVISION= 127996
|
||||
LLVM_REVISION= 130695
|
||||
CLANG_REVISION= 130695
|
||||
|
||||
LLVM_SRCDIR:= ${.PARSEDIR}/dist/llvm
|
||||
CLANG_SRCDIR:= ${.PARSEDIR}/dist/clang
|
||||
|
3
external/bsd/llvm/bin/clang/Makefile
vendored
3
external/bsd/llvm/bin/clang/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2011/02/23 03:09:03 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/05/12 14:56:22 joerg Exp $
|
||||
|
||||
PROG_CXX= clang
|
||||
NOMAN= yes
|
||||
@ -48,6 +48,7 @@ LLVM_LIBS+= \
|
||||
CodeGen \
|
||||
Target \
|
||||
InstCombine \
|
||||
Instrumentation \
|
||||
ScalarOpts \
|
||||
Analysis \
|
||||
MCDisassembler \
|
||||
|
4
external/bsd/llvm/bin/lli/Makefile
vendored
4
external/bsd/llvm/bin/lli/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2011/03/28 11:41:48 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/05/12 14:56:23 joerg Exp $
|
||||
|
||||
PROG_CXX= lli
|
||||
NOMAN= yes
|
||||
@ -20,8 +20,10 @@ LLVM_LIBS+= \
|
||||
BitReader \
|
||||
JIT \
|
||||
MCJIT \
|
||||
RuntimeDyld \
|
||||
Interpreter \
|
||||
ExecutionEngine \
|
||||
Object \
|
||||
SelectionDAG \
|
||||
CodeGen \
|
||||
Target \
|
||||
|
8
external/bsd/llvm/include/Makefile
vendored
8
external/bsd/llvm/include/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2011/04/15 19:31:07 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/05/12 14:56:23 joerg Exp $
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
@ -8,8 +8,9 @@
|
||||
INCS= avxintrin.h \
|
||||
emmintrin.h \
|
||||
immintrin.h \
|
||||
mm_malloc.h \
|
||||
mm3dnow.h \
|
||||
mmintrin.h \
|
||||
mm_malloc.h \
|
||||
pmmintrin.h \
|
||||
smmintrin.h \
|
||||
tmmintrin.h \
|
||||
@ -64,7 +65,8 @@ TABLEGEN_OUTPUT.Diagnostic.td= \
|
||||
clang/Basic/DiagnosticLexKinds.inc|-gen-clang-diags-defs^-clang-component=Lex \
|
||||
clang/Basic/DiagnosticParseKinds.inc|-gen-clang-diags-defs^-clang-component=Parse \
|
||||
clang/Basic/DiagnosticSemaKinds.inc|-gen-clang-diags-defs^-clang-component=Sema \
|
||||
clang/Basic/DiagnosticGroups.inc|-gen-clang-diag-groups
|
||||
clang/Basic/DiagnosticGroups.inc|-gen-clang-diag-groups \
|
||||
clang/Basic/DiagnosticIndexName.inc|-gen-clang-diags-index-name
|
||||
|
||||
TABLEGEN_OUTPUT.arm_neon.td= \
|
||||
clang/Basic/arm_neon.inc|-gen-arm-neon-sema \
|
||||
|
9
external/bsd/llvm/lib/Makefile
vendored
9
external/bsd/llvm/lib/Makefile
vendored
@ -1,4 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.4 2011/03/28 11:41:48 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/05/12 14:56:23 joerg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -11,6 +13,7 @@ SUBDIR= \
|
||||
libLLVMCodeGen \
|
||||
libLLVMCore \
|
||||
libLLVMInstCombine \
|
||||
libLLVMInstrumentation \
|
||||
libLLVMipa \
|
||||
libLLVMipo \
|
||||
libLLVMMC \
|
||||
@ -41,12 +44,12 @@ SUBDIR+= \
|
||||
libLLVMCppBackendInfo \
|
||||
libLLVMExecutionEngine \
|
||||
libLLVMHello \
|
||||
libLLVMInstrumentation \
|
||||
libLLVMInterpreter \
|
||||
libLLVMJIT \
|
||||
libLLVMLinker \
|
||||
libLLVMMCJIT \
|
||||
libLLVMObject
|
||||
libLLVMObject \
|
||||
libLLVMRuntimeDyld
|
||||
.endif
|
||||
|
||||
SUBDIR+= \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2011/03/18 23:32:02 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/05/12 14:56:23 joerg Exp $
|
||||
|
||||
LIB= LLVMAsmPrinter
|
||||
|
||||
@ -12,6 +12,7 @@ SRCS+= ARMException.cpp \
|
||||
AsmPrinterInlineAsm.cpp \
|
||||
DIE.cpp \
|
||||
DwarfCFIException.cpp \
|
||||
DwarfCompileUnit.cpp \
|
||||
DwarfDebug.cpp \
|
||||
DwarfException.cpp \
|
||||
DwarfTableException.cpp \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:55 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/05/12 14:56:23 joerg Exp $
|
||||
|
||||
LIB= LLVMCodeGen
|
||||
|
||||
@ -26,6 +26,7 @@ SRCS+= AggressiveAntiDepBreaker.cpp \
|
||||
GCStrategy.cpp \
|
||||
IfConversion.cpp \
|
||||
InlineSpiller.cpp \
|
||||
InterferenceCache.cpp \
|
||||
IntrinsicLowering.cpp \
|
||||
LLVMTargetMachine.cpp \
|
||||
LatencyPriorityQueue.cpp \
|
||||
@ -103,6 +104,8 @@ SRCS+= AggressiveAntiDepBreaker.cpp \
|
||||
|
||||
.if defined(HOSTLIB)
|
||||
.include <bsd.hostlib.mk>
|
||||
# Crashes some versions of GCC
|
||||
CPPFLAGS.RenderMachineFunction.cpp+= -O0
|
||||
.else
|
||||
.include <bsd.lib.mk>
|
||||
.endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:57 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/05/12 14:56:23 joerg Exp $
|
||||
|
||||
LIB= LLVMInstrumentation
|
||||
|
||||
@ -7,9 +7,14 @@ LIB= LLVMInstrumentation
|
||||
.PATH: ${LLVM_SRCDIR}/lib/Transforms/Instrumentation
|
||||
|
||||
SRCS+= EdgeProfiling.cpp \
|
||||
GCOVProfiling.cpp \
|
||||
Instrumentation.cpp \
|
||||
OptimalEdgeProfiling.cpp \
|
||||
PathProfiling.cpp \
|
||||
ProfilingUtils.cpp
|
||||
|
||||
.if defined(HOSTLIB)
|
||||
.include <bsd.hostlib.mk>
|
||||
.else
|
||||
.include <bsd.lib.mk>
|
||||
.endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:59 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/05/12 14:56:23 joerg Exp $
|
||||
|
||||
LIB= LLVMMCDisassembler
|
||||
|
||||
@ -6,7 +6,8 @@ LIB= LLVMMCDisassembler
|
||||
|
||||
.PATH: ${LLVM_SRCDIR}/lib/MC/MCDisassembler
|
||||
|
||||
SRCS+= EDDisassembler.cpp \
|
||||
SRCS+= Disassembler.cpp \
|
||||
EDDisassembler.cpp \
|
||||
EDOperand.cpp \
|
||||
EDInst.cpp \
|
||||
EDToken.cpp
|
||||
|
5
external/bsd/llvm/lib/libLLVMMCJIT/Makefile
vendored
5
external/bsd/llvm/lib/libLLVMMCJIT/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/02/06 01:14:00 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/05/12 14:56:23 joerg Exp $
|
||||
|
||||
LIB= LLVMMCJIT
|
||||
|
||||
@ -6,7 +6,8 @@ LIB= LLVMMCJIT
|
||||
|
||||
.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/MCJIT
|
||||
|
||||
SRCS+= MCJIT.cpp \
|
||||
SRCS+= Intercept.cpp \
|
||||
MCJIT.cpp \
|
||||
TargetSelect.cpp
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
4
external/bsd/llvm/lib/libLLVMObject/Makefile
vendored
4
external/bsd/llvm/lib/libLLVMObject/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/02/06 01:14:00 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/05/12 14:56:23 joerg Exp $
|
||||
|
||||
LIB= LLVMObject
|
||||
NOGCCERROR= yes
|
||||
@ -10,6 +10,8 @@ NOGCCERROR= yes
|
||||
SRCS+= COFFObjectFile.cpp \
|
||||
ELFObjectFile.cpp \
|
||||
MachOObject.cpp \
|
||||
MachOObjectFile.cpp \
|
||||
Object.cpp \
|
||||
ObjectFile.cpp
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
11
external/bsd/llvm/lib/libLLVMRuntimeDyld/Makefile
vendored
Normal file
11
external/bsd/llvm/lib/libLLVMRuntimeDyld/Makefile
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/05/12 14:56:24 joerg Exp $
|
||||
|
||||
LIB= LLVMRuntimeDyld
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/RuntimeDyld
|
||||
|
||||
SRCS+= RuntimeDyld.cpp
|
||||
|
||||
.include <bsd.lib.mk>
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/02/06 01:14:02 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/05/12 14:56:24 joerg Exp $
|
||||
|
||||
LIB= LLVMX86AsmPrinter
|
||||
NOGCCERROR= yes
|
||||
@ -6,7 +6,7 @@ NOGCCERROR= yes
|
||||
.include <bsd.init.mk>
|
||||
|
||||
X86_OBJDIR!= cd ${.CURDIR}/../libLLVMX86CodeGen && ${PRINTOBJDIR}
|
||||
CPPFLAGS+= -I${X86_OBJDIR}
|
||||
CPPFLAGS+= -I${X86_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/X86
|
||||
|
||||
.PATH: ${LLVM_SRCDIR}/lib/Target/X86/InstPrinter
|
||||
|
||||
|
5
external/bsd/llvm/lib/libLLVMipo/Makefile
vendored
5
external/bsd/llvm/lib/libLLVMipo/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/02/06 01:14:05 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/05/12 14:56:24 joerg Exp $
|
||||
|
||||
LIB= LLVMipo
|
||||
|
||||
@ -26,8 +26,7 @@ SRCS+= ArgumentPromotion.cpp \
|
||||
PartialInlining.cpp \
|
||||
PruneEH.cpp \
|
||||
StripDeadPrototypes.cpp \
|
||||
StripSymbols.cpp \
|
||||
StructRetPromotion.cpp
|
||||
StripSymbols.cpp
|
||||
|
||||
.if defined(HOSTLIB)
|
||||
.include <bsd.hostlib.mk>
|
||||
|
5
external/bsd/llvm/lib/libclangBasic/Makefile
vendored
5
external/bsd/llvm/lib/libclangBasic/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/02/06 01:14:06 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/05/12 14:56:24 joerg Exp $
|
||||
|
||||
LIB= clangBasic
|
||||
|
||||
@ -18,7 +18,8 @@ SRCS+= Builtins.cpp \
|
||||
TargetInfo.cpp \
|
||||
Targets.cpp \
|
||||
TokenKinds.cpp \
|
||||
Version.cpp
|
||||
Version.cpp \
|
||||
VersionTuple.cpp
|
||||
|
||||
CPPFLAGS.version.cpp= -DSVN_REVISON=\"${CLANG_REVISION}\"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/02/06 01:14:06 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/05/12 14:56:24 joerg Exp $
|
||||
|
||||
LIB= clangCodeGen
|
||||
|
||||
@ -27,6 +27,7 @@ SRCS+= BackendUtil.cpp \
|
||||
CGObjC.cpp \
|
||||
CGObjCGNU.cpp \
|
||||
CGObjCMac.cpp \
|
||||
CGObjCRuntime.cpp \
|
||||
CGRecordLayoutBuilder.cpp \
|
||||
CGRTTI.cpp \
|
||||
CGStmt.cpp \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2011/03/18 23:32:04 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/05/12 14:56:24 joerg Exp $
|
||||
|
||||
LIB= clangFrontend
|
||||
|
||||
@ -13,6 +13,7 @@ SRCS+= ASTConsumers.cpp \
|
||||
CacheTokens.cpp \
|
||||
CompilerInstance.cpp \
|
||||
CompilerInvocation.cpp \
|
||||
CreateInvocationFromCommandLine.cpp \
|
||||
DependencyFile.cpp \
|
||||
DiagChecker.cpp \
|
||||
FrontendAction.cpp \
|
||||
@ -22,6 +23,7 @@ SRCS+= ASTConsumers.cpp \
|
||||
InitHeaderSearch.cpp \
|
||||
InitPreprocessor.cpp \
|
||||
LangStandards.cpp \
|
||||
LogDiagnosticPrinter.cpp \
|
||||
MultiplexConsumer.cpp \
|
||||
PrintPreprocessedOutput.cpp \
|
||||
TextDiagnosticBuffer.cpp \
|
||||
|
4
external/bsd/llvm/lib/libclangSema/Makefile
vendored
4
external/bsd/llvm/lib/libclangSema/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/02/06 01:14:09 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/05/12 14:56:24 joerg Exp $
|
||||
|
||||
LIB= clangSema
|
||||
|
||||
@ -10,8 +10,10 @@ SRCS+= AnalysisBasedWarnings.cpp \
|
||||
AttributeList.cpp \
|
||||
CodeCompleteConsumer.cpp \
|
||||
DeclSpec.cpp \
|
||||
DelayedDiagnostic.cpp \
|
||||
IdentifierResolver.cpp \
|
||||
JumpDiagnostics.cpp \
|
||||
Scope.cpp \
|
||||
Sema.cpp \
|
||||
SemaAccess.cpp \
|
||||
SemaAttr.cpp \
|
||||
|
16
external/bsd/llvm/lib/libclangTooling/Makefile
vendored
Normal file
16
external/bsd/llvm/lib/libclangTooling/Makefile
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/05/12 14:56:24 joerg Exp $
|
||||
|
||||
LIB= clangTooling
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
.PATH: ${CLANG_SRCDIR}/lib/Tooling
|
||||
|
||||
SRCS+= JsonCompileCommandLineDatabase.cpp \
|
||||
Tooling.cpp
|
||||
|
||||
.if defined(HOSTLIB)
|
||||
.include <bsd.hostlib.mk>
|
||||
.else
|
||||
.include <bsd.lib.mk>
|
||||
.endif
|
3
tools/llvm-lib/libLLVMInstrumentation/Makefile
Normal file
3
tools/llvm-lib/libLLVMInstrumentation/Makefile
Normal file
@ -0,0 +1,3 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/05/12 14:56:24 joerg Exp $
|
||||
|
||||
.include <bsd.init.mk>
|
3
tools/llvm-lib/libLLVMRuntimeDyld/Makefile
Normal file
3
tools/llvm-lib/libLLVMRuntimeDyld/Makefile
Normal file
@ -0,0 +1,3 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/05/12 14:56:25 joerg Exp $
|
||||
|
||||
.include <bsd.init.mk>
|
Loading…
Reference in New Issue
Block a user