diff options
Diffstat (limited to 'lib/clang')
392 files changed, 16254 insertions, 0 deletions
diff --git a/lib/clang/Makefile b/lib/clang/Makefile new file mode 100644 index 0000000..88bc3b1 --- /dev/null +++ b/lib/clang/Makefile @@ -0,0 +1,175 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +.if !make(install) +.if ${MK_CLANG_FULL} != "no" +_libclangstaticanalyzer= \ + libclangstaticanalyzercheckers \ + libclangstaticanalyzercore \ + libclangstaticanalyzerfrontend +_libclangarcmigrate= \ + libclangarcmigrate +.endif # MK_CLANG_FULL + +SUBDIR= libclanganalysis \ + ${_libclangarcmigrate} \ + libclangast \ + libclangbasic \ + libclangcodegen \ + libclangdriver \ + libclangedit \ + libclangfrontend \ + libclangfrontendtool \ + libclanglex \ + libclangparse \ + libclangrewritefrontend \ + libclangrewrite \ + libclangsema \ + libclangserialization \ + ${_libclangstaticanalyzer} \ + \ + libllvmanalysis \ + libllvmasmparser \ + libllvmasmprinter \ + libllvmbitreader \ + libllvmbitwriter \ + libllvmcodegen \ + libllvmcore \ + libllvminstcombine \ + libllvminstrumentation \ + libllvmipa \ + libllvmipo \ + libllvmirreader \ + libllvmlibdriver \ + libllvmlinker \ + libllvmmc \ + libllvmmcdisassembler \ + libllvmmcparser \ + libllvmmirparser \ + libllvmobjcarcopts \ + libllvmobject \ + libllvmoption \ + libllvmprofiledata \ + libllvmscalaropts \ + libllvmselectiondag \ + libllvmsupport \ + libllvmtablegen \ + libllvmtarget \ + libllvmtransformutils \ + libllvmvectorize \ + \ + libllvmaarch64asmparser \ + libllvmaarch64codegen \ + libllvmaarch64desc \ + libllvmaarch64info \ + libllvmaarch64instprinter \ + libllvmaarch64utils \ + libllvmarmasmparser \ + libllvmarmcodegen \ + libllvmarmdesc \ + libllvmarmdisassembler \ + libllvmarminfo \ + libllvmarminstprinter \ + libllvmmipsasmparser \ + libllvmmipscodegen \ + libllvmmipsdesc \ + libllvmmipsinfo \ + libllvmmipsinstprinter \ + libllvmpowerpcasmparser \ + libllvmpowerpccodegen \ + libllvmpowerpcdesc \ + libllvmpowerpcdisassembler \ + libllvmpowerpcinfo \ + libllvmpowerpcinstprinter \ + libllvmsparcasmparser \ + libllvmsparccodegen \ + libllvmsparcdesc \ + libllvmsparcinfo \ + libllvmsparcinstprinter \ + libllvmx86asmparser \ + libllvmx86codegen \ + libllvmx86desc \ + libllvmx86info \ + libllvmx86instprinter \ + libllvmx86utils + +.if ${MK_CLANG_EXTRAS} != "no" +SUBDIR+=libllvmdebuginfodwarf \ + libllvmdebuginfopdb \ + libllvmlto \ + libllvmorcjit \ + libllvmpasses +.endif # MK_CLANG_EXTRAS +.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no" +SUBDIR+=libllvmaarch64disassembler \ + libllvmexecutionengine \ + libllvminterpreter \ + libllvmmcjit \ + libllvmmipsdisassembler \ + libllvmruntimedyld \ + libllvmsparcdisassembler \ + libllvmx86disassembler +.endif # MK_CLANG_EXTRAS | LLDB + +.if ${MK_LLDB} != "no" +SUBDIR+=liblldb \ + \ + liblldbAPI \ + liblldbBreakpoint \ + liblldbCommands \ + liblldbCore \ + liblldbDataFormatters \ + liblldbExpression \ + liblldbHostCommon \ + liblldbHostFreeBSD \ + liblldbHostPOSIX \ + liblldbInitialization \ + liblldbInterpreter \ + liblldbSymbol \ + liblldbTarget \ + liblldbUtility \ + \ + liblldbPluginABISysV_arm \ + liblldbPluginABISysV_arm64 \ + liblldbPluginABISysV_i386 \ + liblldbPluginABISysV_mips \ + liblldbPluginABISysV_mips64 \ + liblldbPluginABISysV_ppc \ + liblldbPluginABISysV_ppc64 \ + liblldbPluginABISysV_x86_64 \ + liblldbPluginCXXItaniumABI \ + liblldbPluginDisassemblerLLVM \ + liblldbPluginDynamicLoaderStatic \ + liblldbPluginDynamicLoaderPosixDYLD \ + liblldbPluginInstructionARM \ + liblldbPluginInstructionARM64 \ + liblldbPluginInstructionMIPS \ + liblldbPluginInstructionMIPS64 \ + liblldbPluginInstrumentationRuntimeAddressSanitizer \ + liblldbPluginJITLoaderGDB \ + liblldbPluginMemoryHistoryASan \ + liblldbPluginObjectContainerBSDArchive \ + liblldbPluginObjectFileELF \ + liblldbPluginObjectFileJIT \ + liblldbPluginPlatformFreeBSD \ + liblldbPluginPlatformGDB \ + liblldbPluginProcessElfCore \ + liblldbPluginProcessFreeBSD \ + liblldbPluginProcessGDBRemote \ + liblldbPluginProcessPOSIX \ + liblldbPluginProcessUtility \ + liblldbPluginSymbolFileDWARF \ + liblldbPluginSymbolFileSymtab \ + liblldbPluginSymbolVendorELF \ + liblldbPluginUnwindAssemblyInstEmulation \ + liblldbPluginUnwindAssemblyX86 +.endif # MK_LLDB + +.endif # !make(install) + +SUBDIR+= include + +SUBDIR_PARALLEL= + +.include <bsd.subdir.mk> diff --git a/lib/clang/clang.build.mk b/lib/clang/clang.build.mk new file mode 100644 index 0000000..0c564a5 --- /dev/null +++ b/lib/clang/clang.build.mk @@ -0,0 +1,264 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +CLANG_SRCS= ${LLVM_SRCS}/tools/clang + +CFLAGS+= -I${LLVM_SRCS}/include -I${CLANG_SRCS}/include \ + -I${LLVM_SRCS}/${SRCDIR} ${INCDIR:C/^/-I${LLVM_SRCS}\//} -I. \ + -I${LLVM_SRCS}/../../lib/clang/include \ + -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD \ + -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS #-DNDEBUG + +.if ${MK_CLANG_FULL} != "no" +CFLAGS+= -DCLANG_ENABLE_ARCMT \ + -DCLANG_ENABLE_STATIC_ANALYZER +.endif # MK_CLANG_FULL + +# LLVM is not strict aliasing safe as of 12/31/2011 +CFLAGS+= -fno-strict-aliasing + +TARGET_ARCH?= ${MACHINE_ARCH} +BUILD_ARCH?= ${MACHINE_ARCH} + +.if ${TARGET_ARCH:Marm*hf*} != "" +TARGET_ABI= gnueabihf +.elif ${TARGET_ARCH:Marm*} != "" +TARGET_ABI= gnueabi +.else +TARGET_ABI= unknown +.endif + +TARGET_TRIPLE?= ${TARGET_ARCH:C/amd64/x86_64/:C/armv6hf/armv6/:C/arm64/aarch64/}-${TARGET_ABI}-freebsd11.0 +BUILD_TRIPLE?= ${BUILD_ARCH:C/amd64/x86_64/:C/armv6hf/armv6/:C/arm64/aarch64/}-unknown-freebsd11.0 +CFLAGS+= -DLLVM_DEFAULT_TARGET_TRIPLE=\"${TARGET_TRIPLE}\" \ + -DLLVM_HOST_TRIPLE=\"${BUILD_TRIPLE}\" \ + -DDEFAULT_SYSROOT=\"${TOOLS_PREFIX}\" +CXXFLAGS+= -std=c++11 -fno-exceptions -fno-rtti +CXXFLAGS.clang+= -stdlib=libc++ + +.PATH: ${LLVM_SRCS}/${SRCDIR} + +.if ${MK_META_MODE} == "yes" +.if empty(TOOLSDIR) || !exists(${TOOLSDIR}/usr/bin/clang-tblgen) +.if ${MACHINE} == "host" && defined(BOOTSTRAPPING_TOOLS) +.if !empty(LEGACY_TOOLS) && exists(${LEGACY_TOOLS}/usr/bin/tblgen) +TOOLSDIR= ${LEGACY_TOOLS} +.endif +.endif +.if ${MK_STAGING} == "yes" && exists(${STAGE_HOST_OBJTOP:Uno}/usr/bin/tblgen) +TOOLSDIR= ${STAGE_HOST_OBJTOP} +.endif +.if exists(${LEGACY_TOOLS:Uno}/usr/bin/tblgen) +TOOLSDIR= ${LEGACY_TOOLS} +.endif +.endif +TOOLSDIR?= +.if !empty(TOOLSDIR) && exists(${TOOLSDIR}/usr/bin/clang-tblgen) +TBLGEN= ${TOOLSDIR}/usr/bin/tblgen +CLANG_TBLGEN= ${TOOLSDIR}/usr/bin/clang-tblgen +.endif +.endif # ${MK_META_MODE} == "yes" +TBLGEN?= tblgen +CLANG_TBLGEN?= clang-tblgen + +Intrinsics.inc.h: ${LLVM_SRCS}/include/llvm/IR/Intrinsics.td + ${TBLGEN} -gen-intrinsic \ + -I ${LLVM_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${LLVM_SRCS}/include/llvm/IR/Intrinsics.td +.for arch in \ + AArch64/AArch64 ARM/ARM Mips/Mips PowerPC/PPC Sparc/Sparc X86/X86 +. for hdr in \ + AsmMatcher/-gen-asm-matcher \ + AsmWriter1/-gen-asm-writer,-asmwriternum=1 \ + AsmWriter/-gen-asm-writer \ + CallingConv/-gen-callingconv \ + CodeEmitter/-gen-emitter \ + DAGISel/-gen-dag-isel \ + DisassemblerTables/-gen-disassembler \ + FastISel/-gen-fast-isel \ + InstrInfo/-gen-instr-info \ + MCCodeEmitter/-gen-emitter \ + MCPseudoLowering/-gen-pseudo-lowering \ + RegisterInfo/-gen-register-info \ + SubtargetInfo/-gen-subtarget +${arch:T}Gen${hdr:H:C/$/.inc.h/}: ${LLVM_SRCS}/lib/Target/${arch:H}/${arch:T}.td + ${TBLGEN} ${hdr:T:C/,/ /g} \ + -I ${LLVM_SRCS}/include -I ${LLVM_SRCS}/lib/Target/${arch:H} \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${LLVM_SRCS}/lib/Target/${arch:H}/${arch:T}.td +. endfor +.endfor + +Attrs.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-classes \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrDump.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-dump \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrHasAttributeImpl.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-has-attribute-impl \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrImpl.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-impl \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrList.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-list \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrParsedAttrImpl.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-parsed-attr-impl \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrParsedAttrKinds.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-parsed-attr-kinds \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrParsedAttrList.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-parsed-attr-list \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrParserStringSwitches.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-parser-string-switches \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrPCHRead.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-pch-read \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrPCHWrite.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-pch-write \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrSpellingListIndex.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-spelling-index \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrTemplateInstantiate.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-template-instantiate \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +AttrVisitor.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td + ${CLANG_TBLGEN} -gen-clang-attr-ast-visitor \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/Attr.td + +CommentCommandInfo.inc.h: ${CLANG_SRCS}/include/clang/AST/CommentCommands.td + ${CLANG_TBLGEN} -gen-clang-comment-command-info \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/AST/CommentCommands.td + +CommentCommandList.inc.h: ${CLANG_SRCS}/include/clang/AST/CommentCommands.td + ${CLANG_TBLGEN} -gen-clang-comment-command-list \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/AST/CommentCommands.td + +CommentHTMLNamedCharacterReferences.inc.h: \ + ${CLANG_SRCS}/include/clang/AST/CommentHTMLNamedCharacterReferences.td + ${CLANG_TBLGEN} -gen-clang-comment-html-named-character-references \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/AST/CommentHTMLNamedCharacterReferences.td + +CommentHTMLTags.inc.h: ${CLANG_SRCS}/include/clang/AST/CommentHTMLTags.td + ${CLANG_TBLGEN} -gen-clang-comment-html-tags \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/AST/CommentHTMLTags.td + +CommentHTMLTagsProperties.inc.h: \ + ${CLANG_SRCS}/include/clang/AST/CommentHTMLTags.td + ${CLANG_TBLGEN} -gen-clang-comment-html-tags-properties \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/AST/CommentHTMLTags.td + +CommentNodes.inc.h: ${CLANG_SRCS}/include/clang/Basic/CommentNodes.td + ${CLANG_TBLGEN} -gen-clang-comment-nodes \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/CommentNodes.td + +DeclNodes.inc.h: ${CLANG_SRCS}/include/clang/Basic/DeclNodes.td + ${CLANG_TBLGEN} -gen-clang-decl-nodes \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/DeclNodes.td + +StmtNodes.inc.h: ${CLANG_SRCS}/include/clang/Basic/StmtNodes.td + ${CLANG_TBLGEN} -gen-clang-stmt-nodes \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/StmtNodes.td + +arm_neon.h: ${CLANG_SRCS}/include/clang/Basic/arm_neon.td + ${CLANG_TBLGEN} -gen-arm-neon \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/arm_neon.td + +arm_neon.inc.h: ${CLANG_SRCS}/include/clang/Basic/arm_neon.td + ${CLANG_TBLGEN} -gen-arm-neon-sema \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Basic/arm_neon.td + +DiagnosticGroups.inc.h: ${CLANG_SRCS}/include/clang/Basic/Diagnostic.td + ${CLANG_TBLGEN} -gen-clang-diag-groups \ + -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/\.h$/.d/} \ + -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/Diagnostic.td + +DiagnosticIndexName.inc.h: ${CLANG_SRCS}/include/clang/Basic/Diagnostic.td + ${CLANG_TBLGEN} -gen-clang-diags-index-name \ + -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/\.h$/.d/} \ + -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/Diagnostic.td + +.for hdr in AST Analysis Comment Common Driver Frontend Lex Parse Sema Serialization +Diagnostic${hdr}Kinds.inc.h: ${CLANG_SRCS}/include/clang/Basic/Diagnostic.td + ${CLANG_TBLGEN} -gen-clang-diags-defs -clang-component=${hdr} \ + -I ${CLANG_SRCS}/include/clang/Basic -d ${.TARGET:C/\.h$/.d/} \ + -o ${.TARGET} ${CLANG_SRCS}/include/clang/Basic/Diagnostic.td +.endfor + +# XXX: Atrocious hack, need to clean this up later +.if defined(LIB) && ${LIB} == "llvmlibdriver" +Options.inc.h: ${LLVM_SRCS}/lib/LibDriver/Options.td + ${TBLGEN} -gen-opt-parser-defs \ + -I ${LLVM_SRCS}/include \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${LLVM_SRCS}/lib/LibDriver/Options.td +.else +Options.inc.h: ${CLANG_SRCS}/include/clang/Driver/Options.td + ${TBLGEN} -gen-opt-parser-defs \ + -I ${LLVM_SRCS}/include -I ${CLANG_SRCS}/include/clang/Driver \ + -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/include/clang/Driver/Options.td +.endif + +Checkers.inc.h: ${CLANG_SRCS}/lib/StaticAnalyzer/Checkers/Checkers.td + ${CLANG_TBLGEN} -gen-clang-sa-checkers \ + -I ${CLANG_SRCS}/include -d ${.TARGET:C/\.h$/.d/} -o ${.TARGET} \ + ${CLANG_SRCS}/lib/StaticAnalyzer/Checkers/Checkers.td + +.if !make(depend) +. for dep in ${TGHDRS:C/$/.inc.d/} +. sinclude "${dep}" +. endfor +.endif + +SRCS+= ${TGHDRS:C/$/.inc.h/} +DPSRCS+= ${TGHDRS:C/$/.inc.h/} +CLEANFILES+= ${TGHDRS:C/$/.inc.h/} ${TGHDRS:C/$/.inc.d/} + +# if we are not doing explicit 'make depend', there is +# nothing to cause these to be generated. +beforebuild: ${SRCS:M*.inc.h} diff --git a/lib/clang/clang.lib.mk b/lib/clang/clang.lib.mk new file mode 100644 index 0000000..13afa85 --- /dev/null +++ b/lib/clang/clang.lib.mk @@ -0,0 +1,9 @@ +# $FreeBSD$ + +LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm + +.include "clang.build.mk" + +INTERNALLIB= + +.include <bsd.lib.mk> diff --git a/lib/clang/include/AArch64GenAsmMatcher.inc b/lib/clang/include/AArch64GenAsmMatcher.inc new file mode 100644 index 0000000..0b1e0a9 --- /dev/null +++ b/lib/clang/include/AArch64GenAsmMatcher.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenAsmMatcher.inc.h" diff --git a/lib/clang/include/AArch64GenAsmWriter.inc b/lib/clang/include/AArch64GenAsmWriter.inc new file mode 100644 index 0000000..20b130b --- /dev/null +++ b/lib/clang/include/AArch64GenAsmWriter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenAsmWriter.inc.h" diff --git a/lib/clang/include/AArch64GenAsmWriter1.inc b/lib/clang/include/AArch64GenAsmWriter1.inc new file mode 100644 index 0000000..caf7812 --- /dev/null +++ b/lib/clang/include/AArch64GenAsmWriter1.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenAsmWriter1.inc.h" diff --git a/lib/clang/include/AArch64GenCallingConv.inc b/lib/clang/include/AArch64GenCallingConv.inc new file mode 100644 index 0000000..75bfa38 --- /dev/null +++ b/lib/clang/include/AArch64GenCallingConv.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenCallingConv.inc.h" diff --git a/lib/clang/include/AArch64GenDAGISel.inc b/lib/clang/include/AArch64GenDAGISel.inc new file mode 100644 index 0000000..39bb084 --- /dev/null +++ b/lib/clang/include/AArch64GenDAGISel.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenDAGISel.inc.h" diff --git a/lib/clang/include/AArch64GenDisassemblerTables.inc b/lib/clang/include/AArch64GenDisassemblerTables.inc new file mode 100644 index 0000000..3b26336 --- /dev/null +++ b/lib/clang/include/AArch64GenDisassemblerTables.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenDisassemblerTables.inc.h" diff --git a/lib/clang/include/AArch64GenFastISel.inc b/lib/clang/include/AArch64GenFastISel.inc new file mode 100644 index 0000000..ebc2ad2 --- /dev/null +++ b/lib/clang/include/AArch64GenFastISel.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenFastISel.inc.h" diff --git a/lib/clang/include/AArch64GenInstrInfo.inc b/lib/clang/include/AArch64GenInstrInfo.inc new file mode 100644 index 0000000..12e60a9 --- /dev/null +++ b/lib/clang/include/AArch64GenInstrInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenInstrInfo.inc.h" diff --git a/lib/clang/include/AArch64GenMCCodeEmitter.inc b/lib/clang/include/AArch64GenMCCodeEmitter.inc new file mode 100644 index 0000000..e3515f5 --- /dev/null +++ b/lib/clang/include/AArch64GenMCCodeEmitter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenMCCodeEmitter.inc.h" diff --git a/lib/clang/include/AArch64GenMCPseudoLowering.inc b/lib/clang/include/AArch64GenMCPseudoLowering.inc new file mode 100644 index 0000000..93f3f3a --- /dev/null +++ b/lib/clang/include/AArch64GenMCPseudoLowering.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenMCPseudoLowering.inc.h" diff --git a/lib/clang/include/AArch64GenRegisterInfo.inc b/lib/clang/include/AArch64GenRegisterInfo.inc new file mode 100644 index 0000000..a6a9647 --- /dev/null +++ b/lib/clang/include/AArch64GenRegisterInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenRegisterInfo.inc.h" diff --git a/lib/clang/include/AArch64GenSubtargetInfo.inc b/lib/clang/include/AArch64GenSubtargetInfo.inc new file mode 100644 index 0000000..8674332 --- /dev/null +++ b/lib/clang/include/AArch64GenSubtargetInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AArch64GenSubtargetInfo.inc.h" diff --git a/lib/clang/include/ARMGenAsmMatcher.inc b/lib/clang/include/ARMGenAsmMatcher.inc new file mode 100644 index 0000000..e48285d1 --- /dev/null +++ b/lib/clang/include/ARMGenAsmMatcher.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenAsmMatcher.inc.h" diff --git a/lib/clang/include/ARMGenAsmWriter.inc b/lib/clang/include/ARMGenAsmWriter.inc new file mode 100644 index 0000000..896bedd --- /dev/null +++ b/lib/clang/include/ARMGenAsmWriter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenAsmWriter.inc.h" diff --git a/lib/clang/include/ARMGenCallingConv.inc b/lib/clang/include/ARMGenCallingConv.inc new file mode 100644 index 0000000..f7d850a --- /dev/null +++ b/lib/clang/include/ARMGenCallingConv.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenCallingConv.inc.h" diff --git a/lib/clang/include/ARMGenCodeEmitter.inc b/lib/clang/include/ARMGenCodeEmitter.inc new file mode 100644 index 0000000..083a6c3 --- /dev/null +++ b/lib/clang/include/ARMGenCodeEmitter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenCodeEmitter.inc.h" diff --git a/lib/clang/include/ARMGenDAGISel.inc b/lib/clang/include/ARMGenDAGISel.inc new file mode 100644 index 0000000..6ad15b1 --- /dev/null +++ b/lib/clang/include/ARMGenDAGISel.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenDAGISel.inc.h" diff --git a/lib/clang/include/ARMGenDisassemblerTables.inc b/lib/clang/include/ARMGenDisassemblerTables.inc new file mode 100644 index 0000000..7ea91ee --- /dev/null +++ b/lib/clang/include/ARMGenDisassemblerTables.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenDisassemblerTables.inc.h" diff --git a/lib/clang/include/ARMGenFastISel.inc b/lib/clang/include/ARMGenFastISel.inc new file mode 100644 index 0000000..261ed9a --- /dev/null +++ b/lib/clang/include/ARMGenFastISel.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenFastISel.inc.h" diff --git a/lib/clang/include/ARMGenInstrInfo.inc b/lib/clang/include/ARMGenInstrInfo.inc new file mode 100644 index 0000000..29c26ed --- /dev/null +++ b/lib/clang/include/ARMGenInstrInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenInstrInfo.inc.h" diff --git a/lib/clang/include/ARMGenMCCodeEmitter.inc b/lib/clang/include/ARMGenMCCodeEmitter.inc new file mode 100644 index 0000000..82933f0 --- /dev/null +++ b/lib/clang/include/ARMGenMCCodeEmitter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenMCCodeEmitter.inc.h" diff --git a/lib/clang/include/ARMGenMCPseudoLowering.inc b/lib/clang/include/ARMGenMCPseudoLowering.inc new file mode 100644 index 0000000..aa3b617 --- /dev/null +++ b/lib/clang/include/ARMGenMCPseudoLowering.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenMCPseudoLowering.inc.h" diff --git a/lib/clang/include/ARMGenRegisterInfo.inc b/lib/clang/include/ARMGenRegisterInfo.inc new file mode 100644 index 0000000..aa40e18 --- /dev/null +++ b/lib/clang/include/ARMGenRegisterInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenRegisterInfo.inc.h" diff --git a/lib/clang/include/ARMGenSubtargetInfo.inc b/lib/clang/include/ARMGenSubtargetInfo.inc new file mode 100644 index 0000000..6579d9f --- /dev/null +++ b/lib/clang/include/ARMGenSubtargetInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "ARMGenSubtargetInfo.inc.h" diff --git a/lib/clang/include/Checkers.inc b/lib/clang/include/Checkers.inc new file mode 100644 index 0000000..d5b8138 --- /dev/null +++ b/lib/clang/include/Checkers.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "Checkers.inc.h" diff --git a/lib/clang/include/Makefile b/lib/clang/include/Makefile new file mode 100644 index 0000000..1cea2e2 --- /dev/null +++ b/lib/clang/include/Makefile @@ -0,0 +1,73 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm + +.include "../clang.build.mk" + +.PATH: ${LLVM_SRCS}/tools/clang/lib/Headers + +INCSDIR=${LIBDIR}/clang/3.7.0/include + +INCS= __stddef_max_align_t.h \ + __wmmintrin_aes.h \ + __wmmintrin_pclmul.h \ + adxintrin.h \ + altivec.h \ + ammintrin.h \ + arm_acle.h \ + avx2intrin.h \ + avx512bwintrin.h \ + avx512cdintrin.h \ + avx512dqintrin.h \ + avx512erintrin.h \ + avx512fintrin.h \ + avx512vlbwintrin.h \ + avx512vldqintrin.h \ + avx512vlintrin.h \ + avxintrin.h \ + bmi2intrin.h \ + bmiintrin.h \ + cpuid.h \ + cuda_builtin_vars.h \ + emmintrin.h \ + f16cintrin.h \ + fma4intrin.h \ + fmaintrin.h \ + fxsrintrin.h \ + htmintrin.h \ + htmxlintrin.h \ + ia32intrin.h \ + immintrin.h \ + lzcntintrin.h \ + mm3dnow.h \ + mm_malloc.h \ + mmintrin.h \ + module.modulemap \ + nmmintrin.h \ + pmmintrin.h \ + popcntintrin.h \ + prfchwintrin.h \ + rdseedintrin.h \ + rtmintrin.h \ + s390intrin.h \ + shaintrin.h \ + smmintrin.h \ + tbmintrin.h \ + tmmintrin.h \ + vadefs.h \ + vecintrin.h \ + wmmintrin.h \ + x86intrin.h \ + xmmintrin.h \ + xopintrin.h \ + xtestintrin.h \ + ${GENINCS} +GENINCS= arm_neon.h +CLEANFILES= ${GENINCS} ${GENINCS:C/\.h$/.d/} + +# avoid a circular dependency +GENDIRDEPS_FILTER+= Nusr.bin/clang/clang-tblgen.host + +.include <bsd.prog.mk> diff --git a/lib/clang/include/Makefile.depend b/lib/clang/include/Makefile.depend new file mode 100644 index 0000000..f80275d --- /dev/null +++ b/lib/clang/include/Makefile.depend @@ -0,0 +1,11 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/include/MipsGenAsmMatcher.inc b/lib/clang/include/MipsGenAsmMatcher.inc new file mode 100644 index 0000000..b9e2fd1 --- /dev/null +++ b/lib/clang/include/MipsGenAsmMatcher.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenAsmMatcher.inc.h" diff --git a/lib/clang/include/MipsGenAsmWriter.inc b/lib/clang/include/MipsGenAsmWriter.inc new file mode 100644 index 0000000..1f512f1 --- /dev/null +++ b/lib/clang/include/MipsGenAsmWriter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenAsmWriter.inc.h" diff --git a/lib/clang/include/MipsGenCallingConv.inc b/lib/clang/include/MipsGenCallingConv.inc new file mode 100644 index 0000000..6f6fee6 --- /dev/null +++ b/lib/clang/include/MipsGenCallingConv.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenCallingConv.inc.h" diff --git a/lib/clang/include/MipsGenCodeEmitter.inc b/lib/clang/include/MipsGenCodeEmitter.inc new file mode 100644 index 0000000..1e2223d --- /dev/null +++ b/lib/clang/include/MipsGenCodeEmitter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenCodeEmitter.inc.h" diff --git a/lib/clang/include/MipsGenDAGISel.inc b/lib/clang/include/MipsGenDAGISel.inc new file mode 100644 index 0000000..cb63943 --- /dev/null +++ b/lib/clang/include/MipsGenDAGISel.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenDAGISel.inc.h" diff --git a/lib/clang/include/MipsGenDisassemblerTables.inc b/lib/clang/include/MipsGenDisassemblerTables.inc new file mode 100644 index 0000000..1308e33 --- /dev/null +++ b/lib/clang/include/MipsGenDisassemblerTables.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenDisassemblerTables.inc.h" diff --git a/lib/clang/include/MipsGenFastISel.inc b/lib/clang/include/MipsGenFastISel.inc new file mode 100644 index 0000000..a2aaacf --- /dev/null +++ b/lib/clang/include/MipsGenFastISel.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenFastISel.inc.h" diff --git a/lib/clang/include/MipsGenInstrInfo.inc b/lib/clang/include/MipsGenInstrInfo.inc new file mode 100644 index 0000000..ec57075 --- /dev/null +++ b/lib/clang/include/MipsGenInstrInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenInstrInfo.inc.h" diff --git a/lib/clang/include/MipsGenMCCodeEmitter.inc b/lib/clang/include/MipsGenMCCodeEmitter.inc new file mode 100644 index 0000000..82cd418 --- /dev/null +++ b/lib/clang/include/MipsGenMCCodeEmitter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenMCCodeEmitter.inc.h" diff --git a/lib/clang/include/MipsGenMCPseudoLowering.inc b/lib/clang/include/MipsGenMCPseudoLowering.inc new file mode 100644 index 0000000..4e4cbbe --- /dev/null +++ b/lib/clang/include/MipsGenMCPseudoLowering.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenMCPseudoLowering.inc.h" diff --git a/lib/clang/include/MipsGenRegisterInfo.inc b/lib/clang/include/MipsGenRegisterInfo.inc new file mode 100644 index 0000000..95a7b70 --- /dev/null +++ b/lib/clang/include/MipsGenRegisterInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenRegisterInfo.inc.h" diff --git a/lib/clang/include/MipsGenSubtargetInfo.inc b/lib/clang/include/MipsGenSubtargetInfo.inc new file mode 100644 index 0000000..2c069f4 --- /dev/null +++ b/lib/clang/include/MipsGenSubtargetInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "MipsGenSubtargetInfo.inc.h" diff --git a/lib/clang/include/PPCGenAsmMatcher.inc b/lib/clang/include/PPCGenAsmMatcher.inc new file mode 100644 index 0000000..0538126 --- /dev/null +++ b/lib/clang/include/PPCGenAsmMatcher.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "PPCGenAsmMatcher.inc.h" diff --git a/lib/clang/include/PPCGenAsmWriter.inc b/lib/clang/include/PPCGenAsmWriter.inc new file mode 100644 index 0000000..e31e777 --- /dev/null +++ b/lib/clang/include/PPCGenAsmWriter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "PPCGenAsmWriter.inc.h" diff --git a/lib/clang/include/PPCGenCallingConv.inc b/lib/clang/include/PPCGenCallingConv.inc new file mode 100644 index 0000000..6f28640 --- /dev/null +++ b/lib/clang/include/PPCGenCallingConv.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "PPCGenCallingConv.inc.h" diff --git a/lib/clang/include/PPCGenCodeEmitter.inc b/lib/clang/include/PPCGenCodeEmitter.inc new file mode 100644 index 0000000..525c853 --- /dev/null +++ b/lib/clang/include/PPCGenCodeEmitter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "PPCGenCodeEmitter.inc.h" diff --git a/lib/clang/include/PPCGenDAGISel.inc b/lib/clang/include/PPCGenDAGISel.inc new file mode 100644 index 0000000..b783e11 --- /dev/null +++ b/lib/clang/include/PPCGenDAGISel.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "PPCGenDAGISel.inc.h" diff --git a/lib/clang/include/PPCGenDisassemblerTables.inc b/lib/clang/include/PPCGenDisassemblerTables.inc new file mode 100644 index 0000000..c581dbe --- /dev/null +++ b/lib/clang/include/PPCGenDisassemblerTables.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "PPCGenDisassemblerTables.inc.h" diff --git a/lib/clang/include/PPCGenFastISel.inc b/lib/clang/include/PPCGenFastISel.inc new file mode 100644 index 0000000..fec1988 --- /dev/null +++ b/lib/clang/include/PPCGenFastISel.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "PPCGenFastISel.inc.h" diff --git a/lib/clang/include/PPCGenInstrInfo.inc b/lib/clang/include/PPCGenInstrInfo.inc new file mode 100644 index 0000000..80a11d5 --- /dev/null +++ b/lib/clang/include/PPCGenInstrInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "PPCGenInstrInfo.inc.h" diff --git a/lib/clang/include/PPCGenMCCodeEmitter.inc b/lib/clang/include/PPCGenMCCodeEmitter.inc new file mode 100644 index 0000000..7bd37ce --- /dev/null +++ b/lib/clang/include/PPCGenMCCodeEmitter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "PPCGenMCCodeEmitter.inc.h" diff --git a/lib/clang/include/PPCGenRegisterInfo.inc b/lib/clang/include/PPCGenRegisterInfo.inc new file mode 100644 index 0000000..9e26cb1 --- /dev/null +++ b/lib/clang/include/PPCGenRegisterInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "PPCGenRegisterInfo.inc.h" diff --git a/lib/clang/include/PPCGenSubtargetInfo.inc b/lib/clang/include/PPCGenSubtargetInfo.inc new file mode 100644 index 0000000..a348630 --- /dev/null +++ b/lib/clang/include/PPCGenSubtargetInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "PPCGenSubtargetInfo.inc.h" diff --git a/lib/clang/include/SparcGenAsmMatcher.inc b/lib/clang/include/SparcGenAsmMatcher.inc new file mode 100644 index 0000000..3522c59 --- /dev/null +++ b/lib/clang/include/SparcGenAsmMatcher.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "SparcGenAsmMatcher.inc.h" diff --git a/lib/clang/include/SparcGenAsmWriter.inc b/lib/clang/include/SparcGenAsmWriter.inc new file mode 100644 index 0000000..c5ae5dc --- /dev/null +++ b/lib/clang/include/SparcGenAsmWriter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "SparcGenAsmWriter.inc.h" diff --git a/lib/clang/include/SparcGenCallingConv.inc b/lib/clang/include/SparcGenCallingConv.inc new file mode 100644 index 0000000..dde4d8f --- /dev/null +++ b/lib/clang/include/SparcGenCallingConv.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "SparcGenCallingConv.inc.h" diff --git a/lib/clang/include/SparcGenCodeEmitter.inc b/lib/clang/include/SparcGenCodeEmitter.inc new file mode 100644 index 0000000..0cd2fee --- /dev/null +++ b/lib/clang/include/SparcGenCodeEmitter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "SparcGenCodeEmitter.inc.h" diff --git a/lib/clang/include/SparcGenDAGISel.inc b/lib/clang/include/SparcGenDAGISel.inc new file mode 100644 index 0000000..d85ed6c --- /dev/null +++ b/lib/clang/include/SparcGenDAGISel.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "SparcGenDAGISel.inc.h" diff --git a/lib/clang/include/SparcGenDisassemblerTables.inc b/lib/clang/include/SparcGenDisassemblerTables.inc new file mode 100644 index 0000000..0749ef2 --- /dev/null +++ b/lib/clang/include/SparcGenDisassemblerTables.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "SparcGenDisassemblerTables.inc.h" diff --git a/lib/clang/include/SparcGenInstrInfo.inc b/lib/clang/include/SparcGenInstrInfo.inc new file mode 100644 index 0000000..81c8e0b --- /dev/null +++ b/lib/clang/include/SparcGenInstrInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "SparcGenInstrInfo.inc.h" diff --git a/lib/clang/include/SparcGenMCCodeEmitter.inc b/lib/clang/include/SparcGenMCCodeEmitter.inc new file mode 100644 index 0000000..1e6d6ef --- /dev/null +++ b/lib/clang/include/SparcGenMCCodeEmitter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "SparcGenMCCodeEmitter.inc.h" diff --git a/lib/clang/include/SparcGenRegisterInfo.inc b/lib/clang/include/SparcGenRegisterInfo.inc new file mode 100644 index 0000000..0c3a91c --- /dev/null +++ b/lib/clang/include/SparcGenRegisterInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "SparcGenRegisterInfo.inc.h" diff --git a/lib/clang/include/SparcGenSubtargetInfo.inc b/lib/clang/include/SparcGenSubtargetInfo.inc new file mode 100644 index 0000000..ac63a72 --- /dev/null +++ b/lib/clang/include/SparcGenSubtargetInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "SparcGenSubtargetInfo.inc.h" diff --git a/lib/clang/include/X86GenAsmMatcher.inc b/lib/clang/include/X86GenAsmMatcher.inc new file mode 100644 index 0000000..6ed8afd --- /dev/null +++ b/lib/clang/include/X86GenAsmMatcher.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "X86GenAsmMatcher.inc.h" diff --git a/lib/clang/include/X86GenAsmWriter.inc b/lib/clang/include/X86GenAsmWriter.inc new file mode 100644 index 0000000..4879a0c --- /dev/null +++ b/lib/clang/include/X86GenAsmWriter.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "X86GenAsmWriter.inc.h" diff --git a/lib/clang/include/X86GenAsmWriter1.inc b/lib/clang/include/X86GenAsmWriter1.inc new file mode 100644 index 0000000..03f88b8 --- /dev/null +++ b/lib/clang/include/X86GenAsmWriter1.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "X86GenAsmWriter1.inc.h" diff --git a/lib/clang/include/X86GenCallingConv.inc b/lib/clang/include/X86GenCallingConv.inc new file mode 100644 index 0000000..dce5266 --- /dev/null +++ b/lib/clang/include/X86GenCallingConv.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "X86GenCallingConv.inc.h" diff --git a/lib/clang/include/X86GenDAGISel.inc b/lib/clang/include/X86GenDAGISel.inc new file mode 100644 index 0000000..5a5ab94 --- /dev/null +++ b/lib/clang/include/X86GenDAGISel.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "X86GenDAGISel.inc.h" diff --git a/lib/clang/include/X86GenDisassemblerTables.inc b/lib/clang/include/X86GenDisassemblerTables.inc new file mode 100644 index 0000000..82218ef --- /dev/null +++ b/lib/clang/include/X86GenDisassemblerTables.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "X86GenDisassemblerTables.inc.h" diff --git a/lib/clang/include/X86GenFastISel.inc b/lib/clang/include/X86GenFastISel.inc new file mode 100644 index 0000000..4074cf6 --- /dev/null +++ b/lib/clang/include/X86GenFastISel.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "X86GenFastISel.inc.h" diff --git a/lib/clang/include/X86GenInstrInfo.inc b/lib/clang/include/X86GenInstrInfo.inc new file mode 100644 index 0000000..6222825 --- /dev/null +++ b/lib/clang/include/X86GenInstrInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "X86GenInstrInfo.inc.h" diff --git a/lib/clang/include/X86GenRegisterInfo.inc b/lib/clang/include/X86GenRegisterInfo.inc new file mode 100644 index 0000000..6d78e41 --- /dev/null +++ b/lib/clang/include/X86GenRegisterInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "X86GenRegisterInfo.inc.h" diff --git a/lib/clang/include/X86GenSubtargetInfo.inc b/lib/clang/include/X86GenSubtargetInfo.inc new file mode 100644 index 0000000..a64b3a4 --- /dev/null +++ b/lib/clang/include/X86GenSubtargetInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "X86GenSubtargetInfo.inc.h" diff --git a/lib/clang/include/clang/AST/AttrDump.inc b/lib/clang/include/clang/AST/AttrDump.inc new file mode 100644 index 0000000..ca3c42f --- /dev/null +++ b/lib/clang/include/clang/AST/AttrDump.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrDump.inc.h" diff --git a/lib/clang/include/clang/AST/AttrImpl.inc b/lib/clang/include/clang/AST/AttrImpl.inc new file mode 100644 index 0000000..b3efb1b --- /dev/null +++ b/lib/clang/include/clang/AST/AttrImpl.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrImpl.inc.h" diff --git a/lib/clang/include/clang/AST/AttrVisitor.inc b/lib/clang/include/clang/AST/AttrVisitor.inc new file mode 100644 index 0000000..8f8bdb0 --- /dev/null +++ b/lib/clang/include/clang/AST/AttrVisitor.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrVisitor.inc.h" diff --git a/lib/clang/include/clang/AST/Attrs.inc b/lib/clang/include/clang/AST/Attrs.inc new file mode 100644 index 0000000..0eee102 --- /dev/null +++ b/lib/clang/include/clang/AST/Attrs.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "Attrs.inc.h" diff --git a/lib/clang/include/clang/AST/CommentCommandInfo.inc b/lib/clang/include/clang/AST/CommentCommandInfo.inc new file mode 100644 index 0000000..cd17190 --- /dev/null +++ b/lib/clang/include/clang/AST/CommentCommandInfo.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "CommentCommandInfo.inc.h" diff --git a/lib/clang/include/clang/AST/CommentCommandList.inc b/lib/clang/include/clang/AST/CommentCommandList.inc new file mode 100644 index 0000000..bc36905 --- /dev/null +++ b/lib/clang/include/clang/AST/CommentCommandList.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "CommentCommandList.inc.h" diff --git a/lib/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.inc b/lib/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.inc new file mode 100644 index 0000000..b4f11ca --- /dev/null +++ b/lib/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "CommentHTMLNamedCharacterReferences.inc.h" diff --git a/lib/clang/include/clang/AST/CommentHTMLTags.inc b/lib/clang/include/clang/AST/CommentHTMLTags.inc new file mode 100644 index 0000000..0932f32 --- /dev/null +++ b/lib/clang/include/clang/AST/CommentHTMLTags.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "CommentHTMLTags.inc.h" diff --git a/lib/clang/include/clang/AST/CommentHTMLTagsProperties.inc b/lib/clang/include/clang/AST/CommentHTMLTagsProperties.inc new file mode 100644 index 0000000..77af956 --- /dev/null +++ b/lib/clang/include/clang/AST/CommentHTMLTagsProperties.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "CommentHTMLTagsProperties.inc.h" diff --git a/lib/clang/include/clang/AST/CommentNodes.inc b/lib/clang/include/clang/AST/CommentNodes.inc new file mode 100644 index 0000000..1da6147 --- /dev/null +++ b/lib/clang/include/clang/AST/CommentNodes.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "CommentNodes.inc.h" diff --git a/lib/clang/include/clang/AST/DeclNodes.inc b/lib/clang/include/clang/AST/DeclNodes.inc new file mode 100644 index 0000000..d5b9a90 --- /dev/null +++ b/lib/clang/include/clang/AST/DeclNodes.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DeclNodes.inc.h" diff --git a/lib/clang/include/clang/AST/StmtNodes.inc b/lib/clang/include/clang/AST/StmtNodes.inc new file mode 100644 index 0000000..cd35d7a --- /dev/null +++ b/lib/clang/include/clang/AST/StmtNodes.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "StmtNodes.inc.h" diff --git a/lib/clang/include/clang/Basic/AttrHasAttributeImpl.inc b/lib/clang/include/clang/Basic/AttrHasAttributeImpl.inc new file mode 100644 index 0000000..0e996d2 --- /dev/null +++ b/lib/clang/include/clang/Basic/AttrHasAttributeImpl.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrHasAttributeImpl.inc.h" diff --git a/lib/clang/include/clang/Basic/AttrList.inc b/lib/clang/include/clang/Basic/AttrList.inc new file mode 100644 index 0000000..319eb5a --- /dev/null +++ b/lib/clang/include/clang/Basic/AttrList.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrList.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticASTKinds.inc b/lib/clang/include/clang/Basic/DiagnosticASTKinds.inc new file mode 100644 index 0000000..bc558c5 --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticASTKinds.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticASTKinds.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc b/lib/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc new file mode 100644 index 0000000..5472209 --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticAnalysisKinds.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticCommentKinds.inc b/lib/clang/include/clang/Basic/DiagnosticCommentKinds.inc new file mode 100644 index 0000000..518c3b7 --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticCommentKinds.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticCommentKinds.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticCommonKinds.inc b/lib/clang/include/clang/Basic/DiagnosticCommonKinds.inc new file mode 100644 index 0000000..b2ac7a3 --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticCommonKinds.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticCommonKinds.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticDriverKinds.inc b/lib/clang/include/clang/Basic/DiagnosticDriverKinds.inc new file mode 100644 index 0000000..b719c10 --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticDriverKinds.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticDriverKinds.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticFrontendKinds.inc b/lib/clang/include/clang/Basic/DiagnosticFrontendKinds.inc new file mode 100644 index 0000000..85dde99 --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticFrontendKinds.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticFrontendKinds.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticGroups.inc b/lib/clang/include/clang/Basic/DiagnosticGroups.inc new file mode 100644 index 0000000..1c5fa1a --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticGroups.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticGroups.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticIndexName.inc b/lib/clang/include/clang/Basic/DiagnosticIndexName.inc new file mode 100644 index 0000000..1baf975 --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticIndexName.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticIndexName.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticLexKinds.inc b/lib/clang/include/clang/Basic/DiagnosticLexKinds.inc new file mode 100644 index 0000000..8a0e527 --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticLexKinds.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticLexKinds.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticParseKinds.inc b/lib/clang/include/clang/Basic/DiagnosticParseKinds.inc new file mode 100644 index 0000000..5a4948e --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticParseKinds.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticParseKinds.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticSemaKinds.inc b/lib/clang/include/clang/Basic/DiagnosticSemaKinds.inc new file mode 100644 index 0000000..d08c7f1 --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticSemaKinds.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticSemaKinds.inc.h" diff --git a/lib/clang/include/clang/Basic/DiagnosticSerializationKinds.inc b/lib/clang/include/clang/Basic/DiagnosticSerializationKinds.inc new file mode 100644 index 0000000..f0d84f1 --- /dev/null +++ b/lib/clang/include/clang/Basic/DiagnosticSerializationKinds.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "DiagnosticSerializationKinds.inc.h" diff --git a/lib/clang/include/clang/Basic/Version.inc b/lib/clang/include/clang/Basic/Version.inc new file mode 100644 index 0000000..6056314 --- /dev/null +++ b/lib/clang/include/clang/Basic/Version.inc @@ -0,0 +1,11 @@ +/* $FreeBSD$ */ + +#define CLANG_VERSION 3.7.0 +#define CLANG_VERSION_MAJOR 3 +#define CLANG_VERSION_MINOR 7 +#define CLANG_VERSION_PATCHLEVEL 0 + +#define CLANG_VENDOR "FreeBSD " +#define CLANG_VENDOR_SUFFIX " 20150906" + +#define SVN_REVISION "246257" diff --git a/lib/clang/include/clang/Basic/arm_neon.inc b/lib/clang/include/clang/Basic/arm_neon.inc new file mode 100644 index 0000000..7b4c875 --- /dev/null +++ b/lib/clang/include/clang/Basic/arm_neon.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "arm_neon.inc.h" diff --git a/lib/clang/include/clang/Config/config.h b/lib/clang/include/clang/Config/config.h new file mode 100644 index 0000000..fecc361 --- /dev/null +++ b/lib/clang/include/clang/Config/config.h @@ -0,0 +1,42 @@ +/* $FreeBSD$ */ +/* tools/clang/include/clang/Config/config.h. Generated from config.h.in by configure. */ +/* This generated file is for internal use. Do not include it from headers. */ + +#ifdef CONFIG_H +#error config.h can only be included once +#else +#define CONFIG_H + +/* Bug report URL. */ +#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/" + +/* Default OpenMP runtime used by -fopenmp. */ +#define CLANG_DEFAULT_OPENMP_RUNTIME "libomp" + +/* Multilib suffix for libdir. */ +#define CLANG_LIBDIR_SUFFIX "" + +/* Relative directory for resource files */ +#define CLANG_RESOURCE_DIR "" + +/* Directories clang will search for headers */ +#define C_INCLUDE_DIRS "" + +/* Default <path> to all compiler invocations for --sysroot=<path>. */ +/* #undef DEFAULT_SYSROOT */ + +/* Directory where gcc is installed. */ +#define GCC_INSTALL_PREFIX "" + +/* Define if we have libxml2 */ +/* #undef CLANG_HAVE_LIBXML */ + +#define PACKAGE_STRING "LLVM 3.7.0" + +/* The LLVM product name and version */ +#define BACKEND_PACKAGE_STRING PACKAGE_STRING + +/* Linker version detected at compile time. */ +/* #undef HOST_LINK_VERSION */ + +#endif diff --git a/lib/clang/include/clang/Driver/Options.inc b/lib/clang/include/clang/Driver/Options.inc new file mode 100644 index 0000000..37422c1 --- /dev/null +++ b/lib/clang/include/clang/Driver/Options.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "Options.inc.h" diff --git a/lib/clang/include/clang/Parse/AttrParserStringSwitches.inc b/lib/clang/include/clang/Parse/AttrParserStringSwitches.inc new file mode 100644 index 0000000..ef8642c --- /dev/null +++ b/lib/clang/include/clang/Parse/AttrParserStringSwitches.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrParserStringSwitches.inc.h" diff --git a/lib/clang/include/clang/Sema/AttrParsedAttrImpl.inc b/lib/clang/include/clang/Sema/AttrParsedAttrImpl.inc new file mode 100644 index 0000000..9577856 --- /dev/null +++ b/lib/clang/include/clang/Sema/AttrParsedAttrImpl.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrParsedAttrImpl.inc.h" diff --git a/lib/clang/include/clang/Sema/AttrParsedAttrKinds.inc b/lib/clang/include/clang/Sema/AttrParsedAttrKinds.inc new file mode 100644 index 0000000..77d0092 --- /dev/null +++ b/lib/clang/include/clang/Sema/AttrParsedAttrKinds.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrParsedAttrKinds.inc.h" diff --git a/lib/clang/include/clang/Sema/AttrParsedAttrList.inc b/lib/clang/include/clang/Sema/AttrParsedAttrList.inc new file mode 100644 index 0000000..b5aeac3 --- /dev/null +++ b/lib/clang/include/clang/Sema/AttrParsedAttrList.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrParsedAttrList.inc.h" diff --git a/lib/clang/include/clang/Sema/AttrSpellingListIndex.inc b/lib/clang/include/clang/Sema/AttrSpellingListIndex.inc new file mode 100644 index 0000000..229273c --- /dev/null +++ b/lib/clang/include/clang/Sema/AttrSpellingListIndex.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrSpellingListIndex.inc.h" diff --git a/lib/clang/include/clang/Sema/AttrTemplateInstantiate.inc b/lib/clang/include/clang/Sema/AttrTemplateInstantiate.inc new file mode 100644 index 0000000..88c3c11 --- /dev/null +++ b/lib/clang/include/clang/Sema/AttrTemplateInstantiate.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrTemplateInstantiate.inc.h" diff --git a/lib/clang/include/clang/Serialization/AttrPCHRead.inc b/lib/clang/include/clang/Serialization/AttrPCHRead.inc new file mode 100644 index 0000000..8fd4ad3 --- /dev/null +++ b/lib/clang/include/clang/Serialization/AttrPCHRead.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrPCHRead.inc.h" diff --git a/lib/clang/include/clang/Serialization/AttrPCHWrite.inc b/lib/clang/include/clang/Serialization/AttrPCHWrite.inc new file mode 100644 index 0000000..0fb802c --- /dev/null +++ b/lib/clang/include/clang/Serialization/AttrPCHWrite.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "AttrPCHWrite.inc.h" diff --git a/lib/clang/include/llvm/Config/AsmParsers.def b/lib/clang/include/llvm/Config/AsmParsers.def new file mode 100644 index 0000000..3be6e38 --- /dev/null +++ b/lib/clang/include/llvm/Config/AsmParsers.def @@ -0,0 +1,10 @@ +/* $FreeBSD$ */ + +LLVM_ASM_PARSER(AArch64) +LLVM_ASM_PARSER(ARM) +LLVM_ASM_PARSER(Mips) +LLVM_ASM_PARSER(PowerPC) +LLVM_ASM_PARSER(Sparc) +LLVM_ASM_PARSER(X86) + +#undef LLVM_ASM_PARSER diff --git a/lib/clang/include/llvm/Config/AsmPrinters.def b/lib/clang/include/llvm/Config/AsmPrinters.def new file mode 100644 index 0000000..9ed0217 --- /dev/null +++ b/lib/clang/include/llvm/Config/AsmPrinters.def @@ -0,0 +1,10 @@ +/* $FreeBSD$ */ + +LLVM_ASM_PRINTER(AArch64) +LLVM_ASM_PRINTER(ARM) +LLVM_ASM_PRINTER(Mips) +LLVM_ASM_PRINTER(PowerPC) +LLVM_ASM_PRINTER(Sparc) +LLVM_ASM_PRINTER(X86) + +#undef LLVM_ASM_PRINTER diff --git a/lib/clang/include/llvm/Config/Disassemblers.def b/lib/clang/include/llvm/Config/Disassemblers.def new file mode 100644 index 0000000..44fc7ef --- /dev/null +++ b/lib/clang/include/llvm/Config/Disassemblers.def @@ -0,0 +1,10 @@ +/* $FreeBSD$ */ + +LLVM_DISASSEMBLER(AArch64) +LLVM_DISASSEMBLER(ARM) +LLVM_DISASSEMBLER(Mips) +LLVM_DISASSEMBLER(PowerPC) +LLVM_DISASSEMBLER(Sparc) +LLVM_DISASSEMBLER(X86) + +#undef LLVM_DISASSEMBLER diff --git a/lib/clang/include/llvm/Config/Targets.def b/lib/clang/include/llvm/Config/Targets.def new file mode 100644 index 0000000..96b60d9 --- /dev/null +++ b/lib/clang/include/llvm/Config/Targets.def @@ -0,0 +1,10 @@ +/* $FreeBSD$ */ + +LLVM_TARGET(AArch64) +LLVM_TARGET(ARM) +LLVM_TARGET(Mips) +LLVM_TARGET(PowerPC) +LLVM_TARGET(Sparc) +LLVM_TARGET(X86) + +#undef LLVM_TARGET diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h new file mode 100644 index 0000000..ef7295c --- /dev/null +++ b/lib/clang/include/llvm/Config/config.h @@ -0,0 +1,559 @@ +/* $FreeBSD$ */ +/* include/llvm/Config/config.h. Generated from config.h.in by configure. */ +/* include/llvm/Config/config.h.in. Generated from autoconf/configure.ac by autoheader. */ + +#ifndef CONFIG_H +#define CONFIG_H + +/* Get __FreeBSD_version. */ +#include <osreldate.h> + +/* Exported configuration */ +#include "llvm/Config/llvm-config.h" + +/* Bug report URL. */ +#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/" + +/* Default OpenMP runtime used by -fopenmp. */ +#define CLANG_DEFAULT_OPENMP_RUNTIME "libomp" + +/* Define if we have libxml2 */ +/* #undef CLANG_HAVE_LIBXML */ + +/* Multilib suffix for libdir. */ +#define CLANG_LIBDIR_SUFFIX "" + +/* Relative directory for resource files */ +#define CLANG_RESOURCE_DIR "" + +/* Directories clang will search for headers */ +#define C_INCLUDE_DIRS "" + +/* Default <path> to all compiler invocations for --sysroot=<path>. */ +/* #undef DEFAULT_SYSROOT */ + +/* Define if you want backtraces on crash */ +#define ENABLE_BACKTRACES 1 + +/* Define to enable crash handling overrides */ +#define ENABLE_CRASH_OVERRIDES 1 + +/* Define if position independent code is enabled */ +#define ENABLE_PIC 0 + +/* Define if timestamp information (e.g., __DATE__) is allowed */ +#define ENABLE_TIMESTAMPS 0 + +/* Directory where gcc is installed. */ +#define GCC_INSTALL_PREFIX "" + +/* Define to 1 if you have the `backtrace' function. */ +/* #undef HAVE_BACKTRACE */ + +/* Define to 1 if you have the <CrashReporterClient.h> header file. */ +/* #undef HAVE_CRASHREPORTERCLIENT_H */ + +/* can use __crashreporter_info__ */ +#define HAVE_CRASHREPORTER_INFO 0 + +/* Define to 1 if you have the <cxxabi.h> header file. */ +#define HAVE_CXXABI_H 1 + +/* Define to 1 if you have the declaration of `arc4random', and to 0 if you + don't. */ +#define HAVE_DECL_ARC4RANDOM 1 + +/* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you + don't. */ +#define HAVE_DECL_FE_ALL_EXCEPT 1 + +/* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you + don't. */ +#define HAVE_DECL_FE_INEXACT 1 + +/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you + don't. */ +#define HAVE_DECL_STRERROR_S 0 + +/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. + */ +#define HAVE_DIRENT_H 1 + +/* Define to 1 if you have the <dlfcn.h> header file. */ +#define HAVE_DLFCN_H 1 + +/* Define if dlopen() is available on this platform. */ +#define HAVE_DLOPEN 1 + +/* Define if the dot program is available */ +/* #undef HAVE_DOT */ + +/* Define to 1 if you have the <errno.h> header file. */ +#define HAVE_ERRNO_H 1 + +/* Define to 1 if you have the <execinfo.h> header file. */ +#if __FreeBSD_version >= 1000052 +#define HAVE_EXECINFO_H 1 +#endif + +/* Define to 1 if you have the <fcntl.h> header file. */ +#define HAVE_FCNTL_H 1 + +/* Define to 1 if you have the <fenv.h> header file. */ +#define HAVE_FENV_H 1 + +/* Define if libffi is available on this platform. */ +/* #undef HAVE_FFI_CALL */ + +/* Define to 1 if you have the <ffi/ffi.h> header file. */ +/* #undef HAVE_FFI_FFI_H */ + +/* Define to 1 if you have the <ffi.h> header file. */ +/* #undef HAVE_FFI_H */ + +/* Define to 1 if you have the `futimens' function. */ +#if __FreeBSD_version >= 1100056 +#define HAVE_FUTIMENS 1 +#endif + +/* Define to 1 if you have the `futimes' function. */ +#define HAVE_FUTIMES 1 + +/* Define to 1 if you have the `getcwd' function. */ +#define HAVE_GETCWD 1 + +/* Define to 1 if you have the `getpagesize' function. */ +#define HAVE_GETPAGESIZE 1 + +/* Define to 1 if you have the `getrlimit' function. */ +#define HAVE_GETRLIMIT 1 + +/* Define to 1 if you have the `getrusage' function. */ +#define HAVE_GETRUSAGE 1 + +/* Define to 1 if you have the `gettimeofday' function. */ +#define HAVE_GETTIMEOFDAY 1 + +/* Define to 1 if the system has the type `int64_t'. */ +#define HAVE_INT64_T 1 + +/* Define to 1 if you have the <inttypes.h> header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the `isatty' function. */ +#define HAVE_ISATTY 1 + +/* Define if libedit is available on this platform. */ +#define HAVE_LIBEDIT 1 + +/* Define to 1 if you have the `m' library (-lm). */ +#define HAVE_LIBM 1 + +/* Define to 1 if you have the `ole32' library (-lole32). */ +/* #undef HAVE_LIBOLE32 */ + +/* Define to 1 if you have the `psapi' library (-lpsapi). */ +/* #undef HAVE_LIBPSAPI */ + +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#define HAVE_LIBPTHREAD 1 + +/* Define to 1 if you have the `shell32' library (-lshell32). */ +/* #undef HAVE_LIBSHELL32 */ + +/* Define to 1 if you have the `z' library (-lz). */ +#define HAVE_LIBZ 1 + +/* Define if you can use -rdynamic. */ +#define HAVE_LINK_EXPORT_DYNAMIC 1 + +/* Define to 1 if you have the <link.h> header file. */ +#define HAVE_LINK_H 1 + +/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add + the current directory to the dynamic linker search path. */ +#define HAVE_LINK_R 1 + +/* Define to 1 if you have the `longjmp' function. */ +#define HAVE_LONGJMP 1 + +/* Define to 1 if you have the <mach/mach.h> header file. */ +/* #undef HAVE_MACH_MACH_H */ + +/* Define if mallinfo() is available on this platform. */ +/* #undef HAVE_MALLINFO */ + +/* Define to 1 if you have the <malloc.h> header file. */ +/* #undef HAVE_MALLOC_H */ + +/* Define to 1 if you have the <malloc/malloc.h> header file. */ +/* #undef HAVE_MALLOC_MALLOC_H */ + +/* Define to 1 if you have the `malloc_zone_statistics' function. */ +/* #undef HAVE_MALLOC_ZONE_STATISTICS */ + +/* Define to 1 if you have the <memory.h> header file. */ +#define HAVE_MEMORY_H 1 + +/* Define to 1 if you have the `mkdtemp' function. */ +#define HAVE_MKDTEMP 1 + +/* Define to 1 if you have the `mkstemp' function. */ +#define HAVE_MKSTEMP 1 + +/* Define to 1 if you have the `mktemp' function. */ +#define HAVE_MKTEMP 1 + +/* Define to 1 if you have a working `mmap' system call. */ +#define HAVE_MMAP 1 + +/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if + it uses MAP_ANON */ +/* #undef HAVE_MMAP_ANONYMOUS */ + +/* Define if mmap() can map files into memory */ +#define HAVE_MMAP_FILE + +/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ +/* #undef HAVE_NDIR_H */ + +/* Define to 1 if you have the `posix_spawn' function. */ +/* #undef HAVE_POSIX_SPAWN */ + +/* Define to 1 if you have the `pread' function. */ +#define HAVE_PREAD 1 + +/* Define to have the %a format string */ +#define HAVE_PRINTF_A 1 + +/* Have pthread_getspecific */ +#define HAVE_PTHREAD_GETSPECIFIC 1 + +/* Define to 1 if you have the <pthread.h> header file. */ +#define HAVE_PTHREAD_H 1 + +/* Have pthread_mutex_lock */ +#define HAVE_PTHREAD_MUTEX_LOCK 1 + +/* Have pthread_rwlock_init */ +#define HAVE_PTHREAD_RWLOCK_INIT 1 + +/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */ +#define HAVE_RAND48 1 + +/* Define to 1 if you have the `realpath' function. */ +#define HAVE_REALPATH 1 + +/* Define to 1 if you have the `sbrk' function. */ +#define HAVE_SBRK 1 + +/* Define to 1 if you have the `setenv' function. */ +#define HAVE_SETENV 1 + +/* Define to 1 if you have the `setjmp' function. */ +#define HAVE_SETJMP 1 + +/* Define to 1 if you have the <setjmp.h> header file. */ +#define HAVE_SETJMP_H 1 + +/* Define to 1 if you have the `setrlimit' function. */ +#define HAVE_SETRLIMIT 1 + +/* Define to 1 if you have the `siglongjmp' function. */ +#define HAVE_SIGLONGJMP 1 + +/* Define to 1 if you have the <signal.h> header file. */ +#define HAVE_SIGNAL_H 1 + +/* Define to 1 if you have the `sigsetjmp' function. */ +#define HAVE_SIGSETJMP 1 + +/* Define to 1 if you have the <stdint.h> header file. */ +#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the <stdlib.h> header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the `strerror' function. */ +#define HAVE_STRERROR 1 + +/* Define to 1 if you have the `strerror_r' function. */ +#define HAVE_STRERROR_R 1 + +/* Define to 1 if you have the <strings.h> header file. */ +#define HAVE_STRINGS_H 1 + +/* Define to 1 if you have the <string.h> header file. */ +#define HAVE_STRING_H 1 + +/* Define to 1 if you have the `strtoll' function. */ +#define HAVE_STRTOLL 1 + +/* Define to 1 if you have the `strtoq' function. */ +#define HAVE_STRTOQ 1 + +/* Define to 1 if you have the `sysconf' function. */ +#define HAVE_SYSCONF 1 + +/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. + */ +/* #undef HAVE_SYS_DIR_H */ + +/* Define to 1 if you have the <sys/ioctl.h> header file. */ +#define HAVE_SYS_IOCTL_H 1 + +/* Define to 1 if you have the <sys/mman.h> header file. */ +#define HAVE_SYS_MMAN_H 1 + +/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. + */ +/* #undef HAVE_SYS_NDIR_H */ + +/* Define to 1 if you have the <sys/param.h> header file. */ +#define HAVE_SYS_PARAM_H 1 + +/* Define to 1 if you have the <sys/resource.h> header file. */ +#define HAVE_SYS_RESOURCE_H 1 + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the <sys/time.h> header file. */ +#define HAVE_SYS_TIME_H 1 + +/* Define to 1 if you have the <sys/types.h> header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define to 1 if you have the <sys/uio.h> header file. */ +#define HAVE_SYS_UIO_H 1 + +/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ +#define HAVE_SYS_WAIT_H 1 + +/* Define if the setupterm() function is supported this platform. */ +#define HAVE_TERMINFO 1 + +/* Define to 1 if you have the <termios.h> header file. */ +#define HAVE_TERMIOS_H 1 + +/* Define to 1 if the system has the type `uint64_t'. */ +#define HAVE_UINT64_T 1 + +/* Define to 1 if you have the <unistd.h> header file. */ +#define HAVE_UNISTD_H 1 + +/* Define to 1 if you have the <utime.h> header file. */ +#define HAVE_UTIME_H 1 + +/* Define to 1 if the system has the type `u_int64_t'. */ +/* #undef HAVE_U_INT64_T */ + +/* Define to 1 if you have the <valgrind/valgrind.h> header file. */ +/* #undef HAVE_VALGRIND_VALGRIND_H */ + +/* Define to 1 if you have the `writev' function. */ +#define HAVE_WRITEV 1 + +/* Define to 1 if you have the <zlib.h> header file. */ +#define HAVE_ZLIB_H 1 + +/* Have host's _alloca */ +/* #undef HAVE__ALLOCA */ + +/* Have host's __alloca */ +/* #undef HAVE___ALLOCA */ + +/* Have host's __ashldi3 */ +/* #undef HAVE___ASHLDI3 */ + +/* Have host's __ashrdi3 */ +/* #undef HAVE___ASHRDI3 */ + +/* Have host's __chkstk */ +/* #undef HAVE___CHKSTK */ + +/* Have host's __chkstk_ms */ +/* #undef HAVE___CHKSTK_MS */ + +/* Have host's __cmpdi2 */ +/* #undef HAVE___CMPDI2 */ + +/* Have host's __divdi3 */ +/* #undef HAVE___DIVDI3 */ + +/* Define to 1 if you have the `__dso_handle' function. */ +#define HAVE___DSO_HANDLE 1 + +/* Have host's __fixdfdi */ +/* #undef HAVE___FIXDFDI */ + +/* Have host's __fixsfdi */ +/* #undef HAVE___FIXSFDI */ + +/* Have host's __floatdidf */ +/* #undef HAVE___FLOATDIDF */ + +/* Have host's __lshrdi3 */ +/* #undef HAVE___LSHRDI3 */ + +/* Have host's __main */ +/* #undef HAVE___MAIN */ + +/* Have host's __moddi3 */ +/* #undef HAVE___MODDI3 */ + +/* Have host's __udivdi3 */ +/* #undef HAVE___UDIVDI3 */ + +/* Have host's __umoddi3 */ +/* #undef HAVE___UMODDI3 */ + +/* Have host's ___chkstk */ +/* #undef HAVE____CHKSTK */ + +/* Have host's ___chkstk_ms */ +/* #undef HAVE____CHKSTK_MS */ + +/* Linker version detected at compile time. */ +/* #undef HOST_LINK_VERSION */ + +/* Installation directory for binary executables */ +/* #undef LLVM_BINDIR */ + +/* Time at which LLVM was configured */ +/* #undef LLVM_CONFIGTIME */ + +/* Installation directory for data files */ +/* #undef LLVM_DATADIR */ + +/* Target triple LLVM will generate code for by default */ +/* #undef LLVM_DEFAULT_TARGET_TRIPLE */ + +/* Installation directory for documentation */ +/* #undef LLVM_DOCSDIR */ + +/* Define to enable checks that alter the LLVM C++ ABI */ +#define LLVM_ENABLE_ABI_BREAKING_CHECKS 1 + +/* Define if threads enabled */ +#define LLVM_ENABLE_THREADS 1 + +/* Define if zlib is enabled */ +#define LLVM_ENABLE_ZLIB 1 + +/* Installation directory for config files */ +/* #undef LLVM_ETCDIR */ + +/* Has gcc/MSVC atomic intrinsics */ +#define LLVM_HAS_ATOMICS 1 + +/* Host triple LLVM will be executed on */ +/* #undef LLVM_HOST_TRIPLE */ + +/* Installation directory for include files */ +/* #undef LLVM_INCLUDEDIR */ + +/* Installation directory for .info files */ +/* #undef LLVM_INFODIR */ + +/* Installation directory for man pages */ +/* #undef LLVM_MANDIR */ + +/* LLVM architecture name for the native architecture, if available */ +#define LLVM_NATIVE_ARCH X86 + +/* LLVM name for the native AsmParser init function, if available */ +#define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser + +/* LLVM name for the native AsmPrinter init function, if available */ +#define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter + +/* LLVM name for the native Disassembler init function, if available */ +#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler + +/* LLVM name for the native Target init function, if available */ +#define LLVM_NATIVE_TARGET LLVMInitializeX86Target + +/* LLVM name for the native TargetInfo init function, if available */ +#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo + +/* LLVM name for the native target MC init function, if available */ +#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC + +/* Define if this is Unixish platform */ +#define LLVM_ON_UNIX 1 + +/* Define if this is Win32ish platform */ +/* #undef LLVM_ON_WIN32 */ + +/* Define to path to dot program if found or 'echo dot' otherwise */ +/* #undef LLVM_PATH_DOT */ + +/* Installation prefix directory */ +#define LLVM_PREFIX "/usr" + +/* Define if we have the Intel JIT API runtime support library */ +#define LLVM_USE_INTEL_JITEVENTS 0 + +/* Define if we have the oprofile JIT-support library */ +#define LLVM_USE_OPROFILE 0 + +/* Major version of the LLVM API */ +#define LLVM_VERSION_MAJOR 3 + +/* Minor version of the LLVM API */ +#define LLVM_VERSION_MINOR 7 + +/* Patch version of the LLVM API */ +#define LLVM_VERSION_PATCH 0 + +/* LLVM version string */ +#define LLVM_VERSION_STRING "3.7.0" + +/* The shared library extension */ +#define LTDL_SHLIB_EXT ".so" + +/* Define if /dev/zero should be used when mapping RWX memory, or undefine if + its not necessary */ +/* #undef NEED_DEV_ZERO_FOR_MMAP */ + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "https://bugs.freebsd.org/submit/" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "LLVM" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "LLVM 3.7.0" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "llvm" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "3.7.0" + +/* Define as the return type of signal handlers (`int' or `void'). */ +#define RETSIGTYPE void + +/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ +/* #undef STAT_MACROS_BROKEN */ + +/* Define to 1 if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ +#define TIME_WITH_SYS_TIME 1 + +/* Define to 1 if your <sys/time.h> declares `struct tm'. */ +/* #undef TM_IN_SYS_TIME */ + +/* Type of 1st arg on ELM Callback */ +/* #undef WIN32_ELMCB_PCSTR */ + +/* Define to `int' if <sys/types.h> does not define. */ +/* #undef pid_t */ + +/* Define to `unsigned int' if <sys/types.h> does not define. */ +/* #undef size_t */ + +#endif diff --git a/lib/clang/include/llvm/Config/llvm-config.h b/lib/clang/include/llvm/Config/llvm-config.h new file mode 100644 index 0000000..51a5918 --- /dev/null +++ b/lib/clang/include/llvm/Config/llvm-config.h @@ -0,0 +1,106 @@ +/* $FreeBSD$ */ +/* include/llvm/Config/llvm-config.h. Generated from llvm-config.h.in by configure. */ +/*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/ +/* */ +/* The LLVM Compiler Infrastructure */ +/* */ +/* This file is distributed under the University of Illinois Open Source */ +/* License. See LICENSE.TXT for details. */ +/* */ +/*===----------------------------------------------------------------------===*/ + +/* This file enumerates variables from the LLVM configuration so that they + can be in exported headers and won't override package specific directives. + This is a C header that can be included in the llvm-c headers. */ + +#ifndef LLVM_CONFIG_H +#define LLVM_CONFIG_H + +/* Installation directory for binary executables */ +/* #undef LLVM_BINDIR */ + +/* Time at which LLVM was configured */ +/* #undef LLVM_CONFIGTIME */ + +/* Installation directory for data files */ +/* #undef LLVM_DATADIR */ + +/* Target triple LLVM will generate code for by default */ +/* #undef LLVM_DEFAULT_TARGET_TRIPLE */ + +/* Installation directory for documentation */ +/* #undef LLVM_DOCSDIR */ + +/* Define to enable checks that alter the LLVM C++ ABI */ +#define LLVM_ENABLE_ABI_BREAKING_CHECKS 1 + +/* Define if threads enabled */ +#define LLVM_ENABLE_THREADS 1 + +/* Installation directory for config files */ +/* #undef LLVM_ETCDIR */ + +/* Has gcc/MSVC atomic intrinsics */ +#define LLVM_HAS_ATOMICS 1 + +/* Host triple LLVM will be executed on */ +/* #undef LLVM_HOST_TRIPLE */ + +/* Installation directory for include files */ +/* #undef LLVM_INCLUDEDIR */ + +/* Installation directory for .info files */ +/* #undef LLVM_INFODIR */ + +/* Installation directory for man pages */ +/* #undef LLVM_MANDIR */ + +/* LLVM architecture name for the native architecture, if available */ +#define LLVM_NATIVE_ARCH X86 + +/* LLVM name for the native AsmParser init function, if available */ +#define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser + +/* LLVM name for the native AsmPrinter init function, if available */ +#define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter + +/* LLVM name for the native Disassembler init function, if available */ +#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler + +/* LLVM name for the native Target init function, if available */ +#define LLVM_NATIVE_TARGET LLVMInitializeX86Target + +/* LLVM name for the native TargetInfo init function, if available */ +#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo + +/* LLVM name for the native target MC init function, if available */ +#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC + +/* Define if this is Unixish platform */ +#define LLVM_ON_UNIX 1 + +/* Define if this is Win32ish platform */ +/* #undef LLVM_ON_WIN32 */ + +/* Installation prefix directory */ +#define LLVM_PREFIX "/usr" + +/* Define if we have the Intel JIT API runtime support library */ +#define LLVM_USE_INTEL_JITEVENTS 0 + +/* Define if we have the oprofile JIT-support library */ +#define LLVM_USE_OPROFILE 0 + +/* Major version of the LLVM API */ +#define LLVM_VERSION_MAJOR 3 + +/* Minor version of the LLVM API */ +#define LLVM_VERSION_MINOR 7 + +/* Patch version of the LLVM API */ +#define LLVM_VERSION_PATCH 0 + +/* LLVM version string */ +#define LLVM_VERSION_STRING "3.7.0" + +#endif diff --git a/lib/clang/include/llvm/IR/Intrinsics.gen b/lib/clang/include/llvm/IR/Intrinsics.gen new file mode 100644 index 0000000..a3dbd63 --- /dev/null +++ b/lib/clang/include/llvm/IR/Intrinsics.gen @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "Intrinsics.inc.h" diff --git a/lib/clang/include/llvm/Support/DataTypes.h b/lib/clang/include/llvm/Support/DataTypes.h new file mode 100644 index 0000000..6f95bc4 --- /dev/null +++ b/lib/clang/include/llvm/Support/DataTypes.h @@ -0,0 +1,125 @@ +/* $FreeBSD$ */ +/* include/llvm/Support/DataTypes.h. Generated from DataTypes.h.in by configure. */ +/*===-- include/Support/DataTypes.h - Define fixed size types -----*- C -*-===*\ +|* *| +|* The LLVM Compiler Infrastructure *| +|* *| +|* This file is distributed under the University of Illinois Open Source *| +|* License. See LICENSE.TXT for details. *| +|* *| +|*===----------------------------------------------------------------------===*| +|* *| +|* This file contains definitions to figure out the size of _HOST_ data types.*| +|* This file is important because different host OS's define different macros,*| +|* which makes portability tough. This file exports the following *| +|* definitions: *| +|* *| +|* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*| +|* [U]INT(8|16|32|64)_(MIN|MAX) : Constants for the min and max values. *| +|* *| +|* No library is required when using these functions. *| +|* *| +|*===----------------------------------------------------------------------===*/ + +/* Please leave this file C-compatible. */ + +/* Please keep this file in sync with DataTypes.h.cmake */ + +#ifndef SUPPORT_DATATYPES_H +#define SUPPORT_DATATYPES_H + +#define HAVE_INTTYPES_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_UINT64_T 1 +/* #undef HAVE_U_INT64_T */ + +#ifdef __cplusplus +#include <cmath> +#else +#include <math.h> +#endif + +#ifdef HAVE_INTTYPES_H +#include <inttypes.h> +#endif + +#ifdef HAVE_STDINT_H +#include <stdint.h> +#else +#error "Compiler must provide an implementation of stdint.h" +#endif + +#ifndef _MSC_VER + +/* Note that this header's correct operation depends on __STDC_LIMIT_MACROS + being defined. We would define it here, but in order to prevent Bad Things + happening when system headers or C++ STL headers include stdint.h before we + define it here, we define it on the g++ command line (in Makefile.rules). */ +#if !defined(__STDC_LIMIT_MACROS) +# error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h" +#endif + +#if !defined(__STDC_CONSTANT_MACROS) +# error "Must #define __STDC_CONSTANT_MACROS before " \ + "#including Support/DataTypes.h" +#endif + +/* Note that <inttypes.h> includes <stdint.h>, if this is a C99 system. */ +#include <sys/types.h> + +#ifdef _AIX +#include "llvm/Support/AIXDataTypesFix.h" +#endif + +/* Handle incorrect definition of uint64_t as u_int64_t */ +#ifndef HAVE_UINT64_T +#ifdef HAVE_U_INT64_T +typedef u_int64_t uint64_t; +#else +# error "Don't have a definition for uint64_t on this platform" +#endif +#endif + +#else /* _MSC_VER */ +#include <stdlib.h> +#include <stddef.h> +#include <sys/types.h> +#ifdef __cplusplus +#include <cmath> +#else +#include <math.h> +#endif + +#if defined(_WIN64) +typedef signed __int64 ssize_t; +#else +typedef signed int ssize_t; +#endif /* _WIN64 */ + +#ifndef HAVE_INTTYPES_H +#define PRId64 "I64d" +#define PRIi64 "I64i" +#define PRIo64 "I64o" +#define PRIu64 "I64u" +#define PRIx64 "I64x" +#define PRIX64 "I64X" +#endif /* HAVE_INTTYPES_H */ + +#endif /* _MSC_VER */ + +/* Set defaults for constants which we cannot find. */ +#if !defined(INT64_MAX) +# define INT64_MAX 9223372036854775807LL +#endif +#if !defined(INT64_MIN) +# define INT64_MIN ((-INT64_MAX)-1) +#endif +#if !defined(UINT64_MAX) +# define UINT64_MAX 0xffffffffffffffffULL +#endif + +#ifndef HUGE_VALF +#define HUGE_VALF (float)HUGE_VAL +#endif + +#endif /* SUPPORT_DATATYPES_H */ diff --git a/lib/clang/libclanganalysis/Makefile b/lib/clang/libclanganalysis/Makefile new file mode 100644 index 0000000..66e7248 --- /dev/null +++ b/lib/clang/libclanganalysis/Makefile @@ -0,0 +1,46 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= clanganalysis + +SRCDIR= tools/clang/lib/Analysis +SRCS= AnalysisDeclContext.cpp \ + BodyFarm.cpp \ + CFG.cpp \ + CFGReachabilityAnalysis.cpp \ + CFGStmtMap.cpp \ + CallGraph.cpp \ + CocoaConventions.cpp \ + CodeInjector.cpp \ + Consumed.cpp \ + Dominators.cpp \ + FormatString.cpp \ + LiveVariables.cpp \ + ObjCNoReturn.cpp \ + PostOrderCFGView.cpp \ + PrintfFormatString.cpp \ + ProgramPoint.cpp \ + PseudoConstantAnalysis.cpp \ + ReachableCode.cpp \ + ScanfFormatString.cpp \ + ThreadSafety.cpp \ + ThreadSafetyCommon.cpp \ + ThreadSafetyTIL.cpp \ + UninitializedValues.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= ThreadSafetyLogical.cpp +.endif + +TGHDRS= AttrList \ + AttrVisitor \ + Attrs \ + CommentCommandList \ + CommentNodes \ + DeclNodes \ + DiagnosticAnalysisKinds \ + DiagnosticCommonKinds \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclanganalysis/Makefile.depend b/lib/clang/libclanganalysis/Makefile.depend new file mode 100644 index 0000000..5c5da718 --- /dev/null +++ b/lib/clang/libclanganalysis/Makefile.depend @@ -0,0 +1,196 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AnalysisDeclContext.o: AttrList.inc.h +AnalysisDeclContext.o: Attrs.inc.h +AnalysisDeclContext.o: CommentCommandList.inc.h +AnalysisDeclContext.o: DeclNodes.inc.h +AnalysisDeclContext.o: DiagnosticCommonKinds.inc.h +AnalysisDeclContext.o: StmtNodes.inc.h +AnalysisDeclContext.po: AttrList.inc.h +AnalysisDeclContext.po: Attrs.inc.h +AnalysisDeclContext.po: CommentCommandList.inc.h +AnalysisDeclContext.po: DeclNodes.inc.h +AnalysisDeclContext.po: DiagnosticCommonKinds.inc.h +AnalysisDeclContext.po: StmtNodes.inc.h +BodyFarm.o: CommentCommandList.inc.h +BodyFarm.o: DeclNodes.inc.h +BodyFarm.o: DiagnosticCommonKinds.inc.h +BodyFarm.o: StmtNodes.inc.h +BodyFarm.po: CommentCommandList.inc.h +BodyFarm.po: DeclNodes.inc.h +BodyFarm.po: DiagnosticCommonKinds.inc.h +BodyFarm.po: StmtNodes.inc.h +CFG.o: AttrList.inc.h +CFG.o: Attrs.inc.h +CFG.o: CommentCommandList.inc.h +CFG.o: DeclNodes.inc.h +CFG.o: DiagnosticCommonKinds.inc.h +CFG.o: StmtNodes.inc.h +CFG.po: AttrList.inc.h +CFG.po: Attrs.inc.h +CFG.po: CommentCommandList.inc.h +CFG.po: DeclNodes.inc.h +CFG.po: DiagnosticCommonKinds.inc.h +CFG.po: StmtNodes.inc.h +CFGReachabilityAnalysis.o: StmtNodes.inc.h +CFGReachabilityAnalysis.po: StmtNodes.inc.h +CFGStmtMap.o: StmtNodes.inc.h +CFGStmtMap.po: StmtNodes.inc.h +CallGraph.o: AttrList.inc.h +CallGraph.o: AttrVisitor.inc.h +CallGraph.o: Attrs.inc.h +CallGraph.o: CommentCommandList.inc.h +CallGraph.o: DeclNodes.inc.h +CallGraph.o: DiagnosticCommonKinds.inc.h +CallGraph.o: StmtNodes.inc.h +CallGraph.po: AttrList.inc.h +CallGraph.po: AttrVisitor.inc.h +CallGraph.po: Attrs.inc.h +CallGraph.po: CommentCommandList.inc.h +CallGraph.po: DeclNodes.inc.h +CallGraph.po: DiagnosticCommonKinds.inc.h +CallGraph.po: StmtNodes.inc.h +CocoaConventions.o: DeclNodes.inc.h +CocoaConventions.o: DiagnosticCommonKinds.inc.h +CocoaConventions.po: DeclNodes.inc.h +CocoaConventions.po: DiagnosticCommonKinds.inc.h +Consumed.o: AttrList.inc.h +Consumed.o: AttrVisitor.inc.h +Consumed.o: Attrs.inc.h +Consumed.o: CommentCommandList.inc.h +Consumed.o: DeclNodes.inc.h +Consumed.o: DiagnosticCommonKinds.inc.h +Consumed.o: StmtNodes.inc.h +Consumed.po: AttrList.inc.h +Consumed.po: AttrVisitor.inc.h +Consumed.po: Attrs.inc.h +Consumed.po: CommentCommandList.inc.h +Consumed.po: DeclNodes.inc.h +Consumed.po: DiagnosticCommonKinds.inc.h +Consumed.po: StmtNodes.inc.h +Dominators.o: DeclNodes.inc.h +Dominators.o: DiagnosticCommonKinds.inc.h +Dominators.o: StmtNodes.inc.h +Dominators.po: DeclNodes.inc.h +Dominators.po: DiagnosticCommonKinds.inc.h +Dominators.po: StmtNodes.inc.h +FormatString.o: CommentCommandList.inc.h +FormatString.o: DeclNodes.inc.h +FormatString.o: DiagnosticCommonKinds.inc.h +FormatString.o: StmtNodes.inc.h +FormatString.po: CommentCommandList.inc.h +FormatString.po: DeclNodes.inc.h +FormatString.po: DiagnosticCommonKinds.inc.h +FormatString.po: StmtNodes.inc.h +LiveVariables.o: DeclNodes.inc.h +LiveVariables.o: DiagnosticCommonKinds.inc.h +LiveVariables.o: StmtNodes.inc.h +LiveVariables.po: DeclNodes.inc.h +LiveVariables.po: DiagnosticCommonKinds.inc.h +LiveVariables.po: StmtNodes.inc.h +ObjCNoReturn.o: CommentCommandList.inc.h +ObjCNoReturn.o: DeclNodes.inc.h +ObjCNoReturn.o: DiagnosticCommonKinds.inc.h +ObjCNoReturn.o: StmtNodes.inc.h +ObjCNoReturn.po: CommentCommandList.inc.h +ObjCNoReturn.po: DeclNodes.inc.h +ObjCNoReturn.po: DiagnosticCommonKinds.inc.h +ObjCNoReturn.po: StmtNodes.inc.h +PostOrderCFGView.o: DeclNodes.inc.h +PostOrderCFGView.o: DiagnosticCommonKinds.inc.h +PostOrderCFGView.o: StmtNodes.inc.h +PostOrderCFGView.po: DeclNodes.inc.h +PostOrderCFGView.po: DiagnosticCommonKinds.inc.h +PostOrderCFGView.po: StmtNodes.inc.h +PrintfFormatString.o: CommentCommandList.inc.h +PrintfFormatString.o: DeclNodes.inc.h +PrintfFormatString.o: DiagnosticCommonKinds.inc.h +PrintfFormatString.o: StmtNodes.inc.h +PrintfFormatString.po: CommentCommandList.inc.h +PrintfFormatString.po: DeclNodes.inc.h +PrintfFormatString.po: DiagnosticCommonKinds.inc.h +PrintfFormatString.po: StmtNodes.inc.h +ProgramPoint.o: DeclNodes.inc.h +ProgramPoint.o: DiagnosticCommonKinds.inc.h +ProgramPoint.o: StmtNodes.inc.h +ProgramPoint.po: DeclNodes.inc.h +ProgramPoint.po: DiagnosticCommonKinds.inc.h +ProgramPoint.po: StmtNodes.inc.h +PseudoConstantAnalysis.o: DeclNodes.inc.h +PseudoConstantAnalysis.o: DiagnosticCommonKinds.inc.h +PseudoConstantAnalysis.o: StmtNodes.inc.h +PseudoConstantAnalysis.po: DeclNodes.inc.h +PseudoConstantAnalysis.po: DiagnosticCommonKinds.inc.h +PseudoConstantAnalysis.po: StmtNodes.inc.h +ReachableCode.o: DeclNodes.inc.h +ReachableCode.o: DiagnosticCommonKinds.inc.h +ReachableCode.o: StmtNodes.inc.h +ReachableCode.po: DeclNodes.inc.h +ReachableCode.po: DiagnosticCommonKinds.inc.h +ReachableCode.po: StmtNodes.inc.h +ScanfFormatString.o: CommentCommandList.inc.h +ScanfFormatString.o: DeclNodes.inc.h +ScanfFormatString.o: DiagnosticCommonKinds.inc.h +ScanfFormatString.o: StmtNodes.inc.h +ScanfFormatString.po: CommentCommandList.inc.h +ScanfFormatString.po: DeclNodes.inc.h +ScanfFormatString.po: DiagnosticCommonKinds.inc.h +ScanfFormatString.po: StmtNodes.inc.h +ThreadSafety.o: AttrList.inc.h +ThreadSafety.o: Attrs.inc.h +ThreadSafety.o: DeclNodes.inc.h +ThreadSafety.o: DiagnosticCommonKinds.inc.h +ThreadSafety.o: StmtNodes.inc.h +ThreadSafety.po: AttrList.inc.h +ThreadSafety.po: Attrs.inc.h +ThreadSafety.po: DeclNodes.inc.h +ThreadSafety.po: DiagnosticCommonKinds.inc.h +ThreadSafety.po: StmtNodes.inc.h +ThreadSafetyCommon.o: AttrList.inc.h +ThreadSafetyCommon.o: Attrs.inc.h +ThreadSafetyCommon.o: DeclNodes.inc.h +ThreadSafetyCommon.o: DiagnosticCommonKinds.inc.h +ThreadSafetyCommon.o: StmtNodes.inc.h +ThreadSafetyCommon.po: AttrList.inc.h +ThreadSafetyCommon.po: Attrs.inc.h +ThreadSafetyCommon.po: DeclNodes.inc.h +ThreadSafetyCommon.po: DiagnosticCommonKinds.inc.h +ThreadSafetyCommon.po: StmtNodes.inc.h +ThreadSafetyLogical.o: DeclNodes.inc.h +ThreadSafetyLogical.o: DiagnosticCommonKinds.inc.h +ThreadSafetyLogical.o: StmtNodes.inc.h +ThreadSafetyLogical.po: DeclNodes.inc.h +ThreadSafetyLogical.po: DiagnosticCommonKinds.inc.h +ThreadSafetyLogical.po: StmtNodes.inc.h +ThreadSafetyTIL.o: DeclNodes.inc.h +ThreadSafetyTIL.o: DiagnosticCommonKinds.inc.h +ThreadSafetyTIL.o: StmtNodes.inc.h +ThreadSafetyTIL.po: DeclNodes.inc.h +ThreadSafetyTIL.po: DiagnosticCommonKinds.inc.h +ThreadSafetyTIL.po: StmtNodes.inc.h +UninitializedValues.o: AttrList.inc.h +UninitializedValues.o: Attrs.inc.h +UninitializedValues.o: CommentCommandList.inc.h +UninitializedValues.o: DeclNodes.inc.h +UninitializedValues.o: DiagnosticCommonKinds.inc.h +UninitializedValues.o: StmtNodes.inc.h +UninitializedValues.po: AttrList.inc.h +UninitializedValues.po: Attrs.inc.h +UninitializedValues.po: CommentCommandList.inc.h +UninitializedValues.po: DeclNodes.inc.h +UninitializedValues.po: DiagnosticCommonKinds.inc.h +UninitializedValues.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/libclangarcmigrate/Makefile b/lib/clang/libclangarcmigrate/Makefile new file mode 100644 index 0000000..a6b06c4 --- /dev/null +++ b/lib/clang/libclangarcmigrate/Makefile @@ -0,0 +1,41 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangarcmigrate + +SRCDIR= tools/clang/lib/ARCMigrate +SRCS= ARCMT.cpp \ + ARCMTActions.cpp \ + FileRemapper.cpp \ + ObjCMT.cpp \ + PlistReporter.cpp \ + TransAPIUses.cpp \ + TransARCAssign.cpp \ + TransAutoreleasePool.cpp \ + TransBlockObjCVariable.cpp \ + TransEmptyStatementsAndDealloc.cpp \ + TransGCAttrs.cpp \ + TransGCCalls.cpp \ + TransProperties.cpp \ + TransProtectedScope.cpp \ + TransRetainReleaseDealloc.cpp \ + TransUnbridgedCasts.cpp \ + TransUnusedInitDelegate.cpp \ + TransZeroOutPropsInDealloc.cpp \ + TransformActions.cpp \ + Transforms.cpp + +TGHDRS= AttrList \ + AttrParsedAttrList \ + AttrVisitor \ + Attrs \ + CommentCommandList \ + CommentNodes \ + DeclNodes \ + DiagnosticCommonKinds \ + DiagnosticGroups \ + DiagnosticSemaKinds \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangarcmigrate/Makefile.depend b/lib/clang/libclangarcmigrate/Makefile.depend new file mode 100644 index 0000000..70e0854 --- /dev/null +++ b/lib/clang/libclangarcmigrate/Makefile.depend @@ -0,0 +1,286 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ARCMT.o: AttrList.inc.h +ARCMT.o: AttrParsedAttrList.inc.h +ARCMT.o: Attrs.inc.h +ARCMT.o: CommentCommandList.inc.h +ARCMT.o: DeclNodes.inc.h +ARCMT.o: DiagnosticCommonKinds.inc.h +ARCMT.o: DiagnosticGroups.inc.h +ARCMT.o: DiagnosticSemaKinds.inc.h +ARCMT.o: StmtNodes.inc.h +ARCMT.po: AttrList.inc.h +ARCMT.po: AttrParsedAttrList.inc.h +ARCMT.po: Attrs.inc.h +ARCMT.po: CommentCommandList.inc.h +ARCMT.po: DeclNodes.inc.h +ARCMT.po: DiagnosticCommonKinds.inc.h +ARCMT.po: DiagnosticGroups.inc.h +ARCMT.po: DiagnosticSemaKinds.inc.h +ARCMT.po: StmtNodes.inc.h +ARCMTActions.o: CommentCommandList.inc.h +ARCMTActions.o: DeclNodes.inc.h +ARCMTActions.o: DiagnosticCommonKinds.inc.h +ARCMTActions.o: StmtNodes.inc.h +ARCMTActions.po: CommentCommandList.inc.h +ARCMTActions.po: DeclNodes.inc.h +ARCMTActions.po: DiagnosticCommonKinds.inc.h +ARCMTActions.po: StmtNodes.inc.h +FileRemapper.o: DiagnosticCommonKinds.inc.h +FileRemapper.po: DiagnosticCommonKinds.inc.h +ObjCMT.o: AttrList.inc.h +ObjCMT.o: AttrVisitor.inc.h +ObjCMT.o: Attrs.inc.h +ObjCMT.o: CommentCommandList.inc.h +ObjCMT.o: DeclNodes.inc.h +ObjCMT.o: DiagnosticCommonKinds.inc.h +ObjCMT.o: StmtNodes.inc.h +ObjCMT.po: AttrList.inc.h +ObjCMT.po: AttrVisitor.inc.h +ObjCMT.po: Attrs.inc.h +ObjCMT.po: CommentCommandList.inc.h +ObjCMT.po: DeclNodes.inc.h +ObjCMT.po: DiagnosticCommonKinds.inc.h +ObjCMT.po: StmtNodes.inc.h +PlistReporter.o: DiagnosticCommonKinds.inc.h +PlistReporter.po: DiagnosticCommonKinds.inc.h +TransAPIUses.o: AttrList.inc.h +TransAPIUses.o: AttrVisitor.inc.h +TransAPIUses.o: Attrs.inc.h +TransAPIUses.o: CommentCommandList.inc.h +TransAPIUses.o: DeclNodes.inc.h +TransAPIUses.o: DiagnosticCommonKinds.inc.h +TransAPIUses.o: DiagnosticSemaKinds.inc.h +TransAPIUses.o: StmtNodes.inc.h +TransAPIUses.po: AttrList.inc.h +TransAPIUses.po: AttrVisitor.inc.h +TransAPIUses.po: Attrs.inc.h +TransAPIUses.po: CommentCommandList.inc.h +TransAPIUses.po: DeclNodes.inc.h +TransAPIUses.po: DiagnosticCommonKinds.inc.h +TransAPIUses.po: DiagnosticSemaKinds.inc.h +TransAPIUses.po: StmtNodes.inc.h +TransARCAssign.o: AttrList.inc.h +TransARCAssign.o: AttrVisitor.inc.h +TransARCAssign.o: Attrs.inc.h +TransARCAssign.o: CommentCommandList.inc.h +TransARCAssign.o: DeclNodes.inc.h +TransARCAssign.o: DiagnosticCommonKinds.inc.h +TransARCAssign.o: DiagnosticSemaKinds.inc.h +TransARCAssign.o: StmtNodes.inc.h +TransARCAssign.po: AttrList.inc.h +TransARCAssign.po: AttrVisitor.inc.h +TransARCAssign.po: Attrs.inc.h +TransARCAssign.po: CommentCommandList.inc.h +TransARCAssign.po: DeclNodes.inc.h +TransARCAssign.po: DiagnosticCommonKinds.inc.h +TransARCAssign.po: DiagnosticSemaKinds.inc.h +TransARCAssign.po: StmtNodes.inc.h +TransAutoreleasePool.o: AttrList.inc.h +TransAutoreleasePool.o: AttrVisitor.inc.h +TransAutoreleasePool.o: Attrs.inc.h +TransAutoreleasePool.o: CommentCommandList.inc.h +TransAutoreleasePool.o: DeclNodes.inc.h +TransAutoreleasePool.o: DiagnosticCommonKinds.inc.h +TransAutoreleasePool.o: DiagnosticSemaKinds.inc.h +TransAutoreleasePool.o: StmtNodes.inc.h +TransAutoreleasePool.po: AttrList.inc.h +TransAutoreleasePool.po: AttrVisitor.inc.h +TransAutoreleasePool.po: Attrs.inc.h +TransAutoreleasePool.po: CommentCommandList.inc.h +TransAutoreleasePool.po: DeclNodes.inc.h +TransAutoreleasePool.po: DiagnosticCommonKinds.inc.h +TransAutoreleasePool.po: DiagnosticSemaKinds.inc.h +TransAutoreleasePool.po: StmtNodes.inc.h +TransBlockObjCVariable.o: AttrList.inc.h +TransBlockObjCVariable.o: AttrVisitor.inc.h +TransBlockObjCVariable.o: Attrs.inc.h +TransBlockObjCVariable.o: CommentCommandList.inc.h +TransBlockObjCVariable.o: DeclNodes.inc.h +TransBlockObjCVariable.o: DiagnosticCommonKinds.inc.h +TransBlockObjCVariable.o: StmtNodes.inc.h +TransBlockObjCVariable.po: AttrList.inc.h +TransBlockObjCVariable.po: AttrVisitor.inc.h +TransBlockObjCVariable.po: Attrs.inc.h +TransBlockObjCVariable.po: CommentCommandList.inc.h +TransBlockObjCVariable.po: DeclNodes.inc.h +TransBlockObjCVariable.po: DiagnosticCommonKinds.inc.h +TransBlockObjCVariable.po: StmtNodes.inc.h +TransEmptyStatementsAndDealloc.o: AttrList.inc.h +TransEmptyStatementsAndDealloc.o: AttrVisitor.inc.h +TransEmptyStatementsAndDealloc.o: Attrs.inc.h +TransEmptyStatementsAndDealloc.o: CommentCommandList.inc.h +TransEmptyStatementsAndDealloc.o: DeclNodes.inc.h +TransEmptyStatementsAndDealloc.o: DiagnosticCommonKinds.inc.h +TransEmptyStatementsAndDealloc.o: StmtNodes.inc.h +TransEmptyStatementsAndDealloc.po: AttrList.inc.h +TransEmptyStatementsAndDealloc.po: AttrVisitor.inc.h +TransEmptyStatementsAndDealloc.po: Attrs.inc.h +TransEmptyStatementsAndDealloc.po: CommentCommandList.inc.h +TransEmptyStatementsAndDealloc.po: DeclNodes.inc.h +TransEmptyStatementsAndDealloc.po: DiagnosticCommonKinds.inc.h +TransEmptyStatementsAndDealloc.po: StmtNodes.inc.h +TransGCAttrs.o: AttrList.inc.h +TransGCAttrs.o: AttrVisitor.inc.h +TransGCAttrs.o: Attrs.inc.h +TransGCAttrs.o: CommentCommandList.inc.h +TransGCAttrs.o: DeclNodes.inc.h +TransGCAttrs.o: DiagnosticCommonKinds.inc.h +TransGCAttrs.o: DiagnosticSemaKinds.inc.h +TransGCAttrs.o: StmtNodes.inc.h +TransGCAttrs.po: AttrList.inc.h +TransGCAttrs.po: AttrVisitor.inc.h +TransGCAttrs.po: Attrs.inc.h +TransGCAttrs.po: CommentCommandList.inc.h +TransGCAttrs.po: DeclNodes.inc.h +TransGCAttrs.po: DiagnosticCommonKinds.inc.h +TransGCAttrs.po: DiagnosticSemaKinds.inc.h +TransGCAttrs.po: StmtNodes.inc.h +TransGCCalls.o: AttrList.inc.h +TransGCCalls.o: AttrVisitor.inc.h +TransGCCalls.o: Attrs.inc.h +TransGCCalls.o: CommentCommandList.inc.h +TransGCCalls.o: DeclNodes.inc.h +TransGCCalls.o: DiagnosticCommonKinds.inc.h +TransGCCalls.o: DiagnosticSemaKinds.inc.h +TransGCCalls.o: StmtNodes.inc.h +TransGCCalls.po: AttrList.inc.h +TransGCCalls.po: AttrVisitor.inc.h +TransGCCalls.po: Attrs.inc.h +TransGCCalls.po: CommentCommandList.inc.h +TransGCCalls.po: DeclNodes.inc.h +TransGCCalls.po: DiagnosticCommonKinds.inc.h +TransGCCalls.po: DiagnosticSemaKinds.inc.h +TransGCCalls.po: StmtNodes.inc.h +TransProperties.o: AttrList.inc.h +TransProperties.o: AttrVisitor.inc.h +TransProperties.o: Attrs.inc.h +TransProperties.o: DeclNodes.inc.h +TransProperties.o: DiagnosticCommonKinds.inc.h +TransProperties.o: DiagnosticSemaKinds.inc.h +TransProperties.o: StmtNodes.inc.h +TransProperties.po: AttrList.inc.h +TransProperties.po: AttrVisitor.inc.h +TransProperties.po: Attrs.inc.h +TransProperties.po: DeclNodes.inc.h +TransProperties.po: DiagnosticCommonKinds.inc.h +TransProperties.po: DiagnosticSemaKinds.inc.h +TransProperties.po: StmtNodes.inc.h +TransProtectedScope.o: AttrList.inc.h +TransProtectedScope.o: AttrVisitor.inc.h +TransProtectedScope.o: Attrs.inc.h +TransProtectedScope.o: CommentCommandList.inc.h +TransProtectedScope.o: DeclNodes.inc.h +TransProtectedScope.o: DiagnosticCommonKinds.inc.h +TransProtectedScope.o: DiagnosticSemaKinds.inc.h +TransProtectedScope.o: StmtNodes.inc.h +TransProtectedScope.po: AttrList.inc.h +TransProtectedScope.po: AttrVisitor.inc.h +TransProtectedScope.po: Attrs.inc.h +TransProtectedScope.po: CommentCommandList.inc.h +TransProtectedScope.po: DeclNodes.inc.h +TransProtectedScope.po: DiagnosticCommonKinds.inc.h +TransProtectedScope.po: DiagnosticSemaKinds.inc.h +TransProtectedScope.po: StmtNodes.inc.h +TransRetainReleaseDealloc.o: AttrList.inc.h +TransRetainReleaseDealloc.o: AttrVisitor.inc.h +TransRetainReleaseDealloc.o: Attrs.inc.h +TransRetainReleaseDealloc.o: CommentCommandList.inc.h +TransRetainReleaseDealloc.o: DeclNodes.inc.h +TransRetainReleaseDealloc.o: DiagnosticCommonKinds.inc.h +TransRetainReleaseDealloc.o: DiagnosticSemaKinds.inc.h +TransRetainReleaseDealloc.o: StmtNodes.inc.h +TransRetainReleaseDealloc.po: AttrList.inc.h +TransRetainReleaseDealloc.po: AttrVisitor.inc.h +TransRetainReleaseDealloc.po: Attrs.inc.h +TransRetainReleaseDealloc.po: CommentCommandList.inc.h +TransRetainReleaseDealloc.po: DeclNodes.inc.h +TransRetainReleaseDealloc.po: DiagnosticCommonKinds.inc.h +TransRetainReleaseDealloc.po: DiagnosticSemaKinds.inc.h +TransRetainReleaseDealloc.po: StmtNodes.inc.h +TransUnbridgedCasts.o: AttrList.inc.h +TransUnbridgedCasts.o: AttrVisitor.inc.h +TransUnbridgedCasts.o: Attrs.inc.h +TransUnbridgedCasts.o: CommentCommandList.inc.h +TransUnbridgedCasts.o: DeclNodes.inc.h +TransUnbridgedCasts.o: DiagnosticCommonKinds.inc.h +TransUnbridgedCasts.o: DiagnosticSemaKinds.inc.h +TransUnbridgedCasts.o: StmtNodes.inc.h +TransUnbridgedCasts.po: AttrList.inc.h +TransUnbridgedCasts.po: AttrVisitor.inc.h +TransUnbridgedCasts.po: Attrs.inc.h +TransUnbridgedCasts.po: CommentCommandList.inc.h +TransUnbridgedCasts.po: DeclNodes.inc.h +TransUnbridgedCasts.po: DiagnosticCommonKinds.inc.h +TransUnbridgedCasts.po: DiagnosticSemaKinds.inc.h +TransUnbridgedCasts.po: StmtNodes.inc.h +TransUnusedInitDelegate.o: AttrList.inc.h +TransUnusedInitDelegate.o: AttrVisitor.inc.h +TransUnusedInitDelegate.o: Attrs.inc.h +TransUnusedInitDelegate.o: CommentCommandList.inc.h +TransUnusedInitDelegate.o: DeclNodes.inc.h +TransUnusedInitDelegate.o: DiagnosticCommonKinds.inc.h +TransUnusedInitDelegate.o: DiagnosticSemaKinds.inc.h +TransUnusedInitDelegate.o: StmtNodes.inc.h +TransUnusedInitDelegate.po: AttrList.inc.h +TransUnusedInitDelegate.po: AttrVisitor.inc.h +TransUnusedInitDelegate.po: Attrs.inc.h +TransUnusedInitDelegate.po: CommentCommandList.inc.h +TransUnusedInitDelegate.po: DeclNodes.inc.h +TransUnusedInitDelegate.po: DiagnosticCommonKinds.inc.h +TransUnusedInitDelegate.po: DiagnosticSemaKinds.inc.h +TransUnusedInitDelegate.po: StmtNodes.inc.h +TransZeroOutPropsInDealloc.o: AttrList.inc.h +TransZeroOutPropsInDealloc.o: AttrVisitor.inc.h +TransZeroOutPropsInDealloc.o: Attrs.inc.h +TransZeroOutPropsInDealloc.o: CommentCommandList.inc.h +TransZeroOutPropsInDealloc.o: DeclNodes.inc.h +TransZeroOutPropsInDealloc.o: DiagnosticCommonKinds.inc.h +TransZeroOutPropsInDealloc.o: StmtNodes.inc.h +TransZeroOutPropsInDealloc.po: AttrList.inc.h +TransZeroOutPropsInDealloc.po: AttrVisitor.inc.h +TransZeroOutPropsInDealloc.po: Attrs.inc.h +TransZeroOutPropsInDealloc.po: CommentCommandList.inc.h +TransZeroOutPropsInDealloc.po: DeclNodes.inc.h +TransZeroOutPropsInDealloc.po: DiagnosticCommonKinds.inc.h +TransZeroOutPropsInDealloc.po: StmtNodes.inc.h +TransformActions.o: CommentCommandList.inc.h +TransformActions.o: DeclNodes.inc.h +TransformActions.o: DiagnosticCommonKinds.inc.h +TransformActions.o: StmtNodes.inc.h +TransformActions.po: CommentCommandList.inc.h +TransformActions.po: DeclNodes.inc.h +TransformActions.po: DiagnosticCommonKinds.inc.h +TransformActions.po: StmtNodes.inc.h +Transforms.o: AttrList.inc.h +Transforms.o: AttrParsedAttrList.inc.h +Transforms.o: AttrVisitor.inc.h +Transforms.o: Attrs.inc.h +Transforms.o: CommentCommandList.inc.h +Transforms.o: DeclNodes.inc.h +Transforms.o: DiagnosticCommonKinds.inc.h +Transforms.o: DiagnosticSemaKinds.inc.h +Transforms.o: StmtNodes.inc.h +Transforms.po: AttrList.inc.h +Transforms.po: AttrParsedAttrList.inc.h +Transforms.po: AttrVisitor.inc.h +Transforms.po: Attrs.inc.h +Transforms.po: CommentCommandList.inc.h +Transforms.po: DeclNodes.inc.h +Transforms.po: DiagnosticCommonKinds.inc.h +Transforms.po: DiagnosticSemaKinds.inc.h +Transforms.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/libclangast/Makefile b/lib/clang/libclangast/Makefile new file mode 100644 index 0000000..a3f00aa --- /dev/null +++ b/lib/clang/libclangast/Makefile @@ -0,0 +1,83 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangast + +SRCDIR= tools/clang/lib/AST +SRCS= APValue.cpp \ + ASTConsumer.cpp \ + ASTContext.cpp \ + ASTDiagnostic.cpp \ + ASTDumper.cpp \ + ASTImporter.cpp \ + ASTTypeTraits.cpp \ + AttrImpl.cpp \ + CXXInheritance.cpp \ + Comment.cpp \ + CommentBriefParser.cpp \ + CommentCommandTraits.cpp \ + CommentLexer.cpp \ + CommentParser.cpp \ + CommentSema.cpp \ + Decl.cpp \ + DeclBase.cpp \ + DeclCXX.cpp \ + DeclFriend.cpp \ + DeclGroup.cpp \ + DeclObjC.cpp \ + DeclOpenMP.cpp \ + DeclPrinter.cpp \ + DeclTemplate.cpp \ + DeclarationName.cpp \ + Expr.cpp \ + ExprCXX.cpp \ + ExprClassification.cpp \ + ExprConstant.cpp \ + ExternalASTSource.cpp \ + InheritViz.cpp \ + ItaniumCXXABI.cpp \ + ItaniumMangle.cpp \ + Mangle.cpp \ + MicrosoftCXXABI.cpp \ + MicrosoftMangle.cpp \ + NSAPI.cpp \ + NestedNameSpecifier.cpp \ + ParentMap.cpp \ + RawCommentList.cpp \ + RecordLayout.cpp \ + RecordLayoutBuilder.cpp \ + SelectorLocationsKind.cpp \ + Stmt.cpp \ + StmtIterator.cpp \ + StmtPrinter.cpp \ + StmtProfile.cpp \ + StmtViz.cpp \ + TemplateBase.cpp \ + TemplateName.cpp \ + Type.cpp \ + TypeLoc.cpp \ + TypePrinter.cpp \ + VTTBuilder.cpp \ + VTableBuilder.cpp + +TGHDRS= AttrDump \ + AttrImpl \ + AttrList \ + AttrVisitor \ + Attrs \ + CommentCommandInfo \ + CommentCommandList \ + CommentHTMLNamedCharacterReferences \ + CommentHTMLTags \ + CommentHTMLTagsProperties \ + CommentNodes \ + DeclNodes \ + DiagnosticASTKinds \ + DiagnosticCommentKinds \ + DiagnosticCommonKinds \ + DiagnosticFrontendKinds \ + DiagnosticSemaKinds \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangast/Makefile.depend b/lib/clang/libclangast/Makefile.depend new file mode 100644 index 0000000..89d2a29 --- /dev/null +++ b/lib/clang/libclangast/Makefile.depend @@ -0,0 +1,622 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +APValue.o: AttrList.inc.h +APValue.o: Attrs.inc.h +APValue.o: CommentCommandList.inc.h +APValue.o: DeclNodes.inc.h +APValue.o: DiagnosticCommonKinds.inc.h +APValue.o: StmtNodes.inc.h +APValue.po: AttrList.inc.h +APValue.po: Attrs.inc.h +APValue.po: CommentCommandList.inc.h +APValue.po: DeclNodes.inc.h +APValue.po: DiagnosticCommonKinds.inc.h +APValue.po: StmtNodes.inc.h +ASTConsumer.o: DeclNodes.inc.h +ASTConsumer.o: DiagnosticCommonKinds.inc.h +ASTConsumer.po: DeclNodes.inc.h +ASTConsumer.po: DiagnosticCommonKinds.inc.h +ASTContext.o: AttrList.inc.h +ASTContext.o: AttrVisitor.inc.h +ASTContext.o: Attrs.inc.h +ASTContext.o: CommentCommandList.inc.h +ASTContext.o: CommentNodes.inc.h +ASTContext.o: DeclNodes.inc.h +ASTContext.o: DiagnosticCommonKinds.inc.h +ASTContext.o: StmtNodes.inc.h +ASTContext.po: AttrList.inc.h +ASTContext.po: AttrVisitor.inc.h +ASTContext.po: Attrs.inc.h +ASTContext.po: CommentCommandList.inc.h +ASTContext.po: CommentNodes.inc.h +ASTContext.po: DeclNodes.inc.h +ASTContext.po: DiagnosticCommonKinds.inc.h +ASTContext.po: StmtNodes.inc.h +ASTDiagnostic.o: AttrList.inc.h +ASTDiagnostic.o: Attrs.inc.h +ASTDiagnostic.o: CommentCommandList.inc.h +ASTDiagnostic.o: DeclNodes.inc.h +ASTDiagnostic.o: DiagnosticASTKinds.inc.h +ASTDiagnostic.o: DiagnosticCommonKinds.inc.h +ASTDiagnostic.o: StmtNodes.inc.h +ASTDiagnostic.po: AttrList.inc.h +ASTDiagnostic.po: Attrs.inc.h +ASTDiagnostic.po: CommentCommandList.inc.h +ASTDiagnostic.po: DeclNodes.inc.h +ASTDiagnostic.po: DiagnosticASTKinds.inc.h +ASTDiagnostic.po: DiagnosticCommonKinds.inc.h +ASTDiagnostic.po: StmtNodes.inc.h +ASTDumper.o: AttrDump.inc.h +ASTDumper.o: AttrList.inc.h +ASTDumper.o: Attrs.inc.h +ASTDumper.o: CommentCommandList.inc.h +ASTDumper.o: CommentNodes.inc.h +ASTDumper.o: DeclNodes.inc.h +ASTDumper.o: DiagnosticCommonKinds.inc.h +ASTDumper.o: StmtNodes.inc.h +ASTDumper.po: AttrDump.inc.h +ASTDumper.po: AttrList.inc.h +ASTDumper.po: Attrs.inc.h +ASTDumper.po: CommentCommandList.inc.h +ASTDumper.po: CommentNodes.inc.h +ASTDumper.po: DeclNodes.inc.h +ASTDumper.po: DiagnosticCommonKinds.inc.h +ASTDumper.po: StmtNodes.inc.h +ASTImporter.o: AttrList.inc.h +ASTImporter.o: Attrs.inc.h +ASTImporter.o: CommentCommandList.inc.h +ASTImporter.o: DeclNodes.inc.h +ASTImporter.o: DiagnosticASTKinds.inc.h +ASTImporter.o: DiagnosticCommonKinds.inc.h +ASTImporter.o: StmtNodes.inc.h +ASTImporter.po: AttrList.inc.h +ASTImporter.po: Attrs.inc.h +ASTImporter.po: CommentCommandList.inc.h +ASTImporter.po: DeclNodes.inc.h +ASTImporter.po: DiagnosticASTKinds.inc.h +ASTImporter.po: DiagnosticCommonKinds.inc.h +ASTImporter.po: StmtNodes.inc.h +ASTTypeTraits.o: AttrList.inc.h +ASTTypeTraits.o: Attrs.inc.h +ASTTypeTraits.o: CommentCommandList.inc.h +ASTTypeTraits.o: DeclNodes.inc.h +ASTTypeTraits.o: DiagnosticCommonKinds.inc.h +ASTTypeTraits.o: StmtNodes.inc.h +ASTTypeTraits.po: AttrList.inc.h +ASTTypeTraits.po: Attrs.inc.h +ASTTypeTraits.po: CommentCommandList.inc.h +ASTTypeTraits.po: DeclNodes.inc.h +ASTTypeTraits.po: DiagnosticCommonKinds.inc.h +ASTTypeTraits.po: StmtNodes.inc.h +AttrImpl.o: AttrImpl.inc.h +AttrImpl.o: AttrList.inc.h +AttrImpl.o: Attrs.inc.h +AttrImpl.o: CommentCommandList.inc.h +AttrImpl.o: DeclNodes.inc.h +AttrImpl.o: DiagnosticCommonKinds.inc.h +AttrImpl.o: StmtNodes.inc.h +AttrImpl.po: AttrImpl.inc.h +AttrImpl.po: AttrList.inc.h +AttrImpl.po: Attrs.inc.h +AttrImpl.po: CommentCommandList.inc.h +AttrImpl.po: DeclNodes.inc.h +AttrImpl.po: DiagnosticCommonKinds.inc.h +AttrImpl.po: StmtNodes.inc.h +CXXInheritance.o: AttrList.inc.h +CXXInheritance.o: Attrs.inc.h +CXXInheritance.o: CommentCommandList.inc.h +CXXInheritance.o: DeclNodes.inc.h +CXXInheritance.o: DiagnosticCommonKinds.inc.h +CXXInheritance.o: StmtNodes.inc.h +CXXInheritance.po: AttrList.inc.h +CXXInheritance.po: Attrs.inc.h +CXXInheritance.po: CommentCommandList.inc.h +CXXInheritance.po: DeclNodes.inc.h +CXXInheritance.po: DiagnosticCommonKinds.inc.h +CXXInheritance.po: StmtNodes.inc.h +Comment.o: AttrList.inc.h +Comment.o: Attrs.inc.h +Comment.o: CommentCommandList.inc.h +Comment.o: CommentNodes.inc.h +Comment.o: DeclNodes.inc.h +Comment.o: DiagnosticCommonKinds.inc.h +Comment.o: StmtNodes.inc.h +Comment.po: AttrList.inc.h +Comment.po: Attrs.inc.h +Comment.po: CommentCommandList.inc.h +Comment.po: CommentNodes.inc.h +Comment.po: DeclNodes.inc.h +Comment.po: DiagnosticCommonKinds.inc.h +Comment.po: StmtNodes.inc.h +CommentBriefParser.o: CommentCommandList.inc.h +CommentBriefParser.o: DiagnosticCommonKinds.inc.h +CommentBriefParser.po: CommentCommandList.inc.h +CommentBriefParser.po: DiagnosticCommonKinds.inc.h +CommentCommandTraits.o: CommentCommandInfo.inc.h +CommentCommandTraits.o: CommentCommandList.inc.h +CommentCommandTraits.po: CommentCommandInfo.inc.h +CommentCommandTraits.po: CommentCommandList.inc.h +CommentLexer.o: CommentCommandList.inc.h +CommentLexer.o: CommentHTMLNamedCharacterReferences.inc.h +CommentLexer.o: CommentHTMLTags.inc.h +CommentLexer.o: DiagnosticCommentKinds.inc.h +CommentLexer.o: DiagnosticCommonKinds.inc.h +CommentLexer.po: CommentCommandList.inc.h +CommentLexer.po: CommentHTMLNamedCharacterReferences.inc.h +CommentLexer.po: CommentHTMLTags.inc.h +CommentLexer.po: DiagnosticCommentKinds.inc.h +CommentLexer.po: DiagnosticCommonKinds.inc.h +CommentParser.o: CommentCommandList.inc.h +CommentParser.o: CommentNodes.inc.h +CommentParser.o: DeclNodes.inc.h +CommentParser.o: DiagnosticCommentKinds.inc.h +CommentParser.o: DiagnosticCommonKinds.inc.h +CommentParser.po: CommentCommandList.inc.h +CommentParser.po: CommentNodes.inc.h +CommentParser.po: DeclNodes.inc.h +CommentParser.po: DiagnosticCommentKinds.inc.h +CommentParser.po: DiagnosticCommonKinds.inc.h +CommentSema.o: AttrList.inc.h +CommentSema.o: Attrs.inc.h +CommentSema.o: CommentCommandList.inc.h +CommentSema.o: CommentHTMLTagsProperties.inc.h +CommentSema.o: CommentNodes.inc.h +CommentSema.o: DeclNodes.inc.h +CommentSema.o: DiagnosticCommentKinds.inc.h +CommentSema.o: DiagnosticCommonKinds.inc.h +CommentSema.o: StmtNodes.inc.h +CommentSema.po: AttrList.inc.h +CommentSema.po: Attrs.inc.h +CommentSema.po: CommentCommandList.inc.h +CommentSema.po: CommentHTMLTagsProperties.inc.h +CommentSema.po: CommentNodes.inc.h +CommentSema.po: DeclNodes.inc.h +CommentSema.po: DiagnosticCommentKinds.inc.h +CommentSema.po: DiagnosticCommonKinds.inc.h +CommentSema.po: StmtNodes.inc.h +Decl.o: AttrList.inc.h +Decl.o: Attrs.inc.h +Decl.o: CommentCommandList.inc.h +Decl.o: DeclNodes.inc.h +Decl.o: DiagnosticCommonKinds.inc.h +Decl.o: DiagnosticFrontendKinds.inc.h +Decl.o: StmtNodes.inc.h +Decl.po: AttrList.inc.h +Decl.po: Attrs.inc.h +Decl.po: CommentCommandList.inc.h +Decl.po: DeclNodes.inc.h +Decl.po: DiagnosticCommonKinds.inc.h +Decl.po: DiagnosticFrontendKinds.inc.h +Decl.po: StmtNodes.inc.h +DeclBase.o: AttrList.inc.h +DeclBase.o: Attrs.inc.h +DeclBase.o: CommentCommandList.inc.h +DeclBase.o: DeclNodes.inc.h +DeclBase.o: DiagnosticCommonKinds.inc.h +DeclBase.o: StmtNodes.inc.h +DeclBase.po: AttrList.inc.h +DeclBase.po: Attrs.inc.h +DeclBase.po: CommentCommandList.inc.h +DeclBase.po: DeclNodes.inc.h +DeclBase.po: DiagnosticCommonKinds.inc.h +DeclBase.po: StmtNodes.inc.h +DeclCXX.o: AttrList.inc.h +DeclCXX.o: Attrs.inc.h +DeclCXX.o: CommentCommandList.inc.h +DeclCXX.o: DeclNodes.inc.h +DeclCXX.o: DiagnosticCommonKinds.inc.h +DeclCXX.o: StmtNodes.inc.h +DeclCXX.po: AttrList.inc.h +DeclCXX.po: Attrs.inc.h +DeclCXX.po: CommentCommandList.inc.h +DeclCXX.po: DeclNodes.inc.h +DeclCXX.po: DiagnosticCommonKinds.inc.h +DeclCXX.po: StmtNodes.inc.h +DeclFriend.o: AttrList.inc.h +DeclFriend.o: Attrs.inc.h +DeclFriend.o: CommentCommandList.inc.h +DeclFriend.o: DeclNodes.inc.h +DeclFriend.o: DiagnosticCommonKinds.inc.h +DeclFriend.o: StmtNodes.inc.h +DeclFriend.po: AttrList.inc.h +DeclFriend.po: Attrs.inc.h +DeclFriend.po: CommentCommandList.inc.h +DeclFriend.po: DeclNodes.inc.h +DeclFriend.po: DiagnosticCommonKinds.inc.h +DeclFriend.po: StmtNodes.inc.h +DeclGroup.o: CommentCommandList.inc.h +DeclGroup.o: DeclNodes.inc.h +DeclGroup.o: DiagnosticCommonKinds.inc.h +DeclGroup.o: StmtNodes.inc.h +DeclGroup.po: CommentCommandList.inc.h +DeclGroup.po: DeclNodes.inc.h +DeclGroup.po: DiagnosticCommonKinds.inc.h +DeclGroup.po: StmtNodes.inc.h +DeclObjC.o: AttrList.inc.h +DeclObjC.o: Attrs.inc.h +DeclObjC.o: CommentCommandList.inc.h +DeclObjC.o: DeclNodes.inc.h +DeclObjC.o: DiagnosticCommonKinds.inc.h +DeclObjC.o: StmtNodes.inc.h +DeclObjC.po: AttrList.inc.h +DeclObjC.po: Attrs.inc.h +DeclObjC.po: CommentCommandList.inc.h +DeclObjC.po: DeclNodes.inc.h +DeclObjC.po: DiagnosticCommonKinds.inc.h +DeclObjC.po: StmtNodes.inc.h +DeclOpenMP.o: CommentCommandList.inc.h +DeclOpenMP.o: DeclNodes.inc.h +DeclOpenMP.o: DiagnosticCommonKinds.inc.h +DeclOpenMP.o: StmtNodes.inc.h +DeclOpenMP.po: CommentCommandList.inc.h +DeclOpenMP.po: DeclNodes.inc.h +DeclOpenMP.po: DiagnosticCommonKinds.inc.h +DeclOpenMP.po: StmtNodes.inc.h +DeclPrinter.o: AttrList.inc.h +DeclPrinter.o: Attrs.inc.h +DeclPrinter.o: CommentCommandList.inc.h +DeclPrinter.o: DeclNodes.inc.h +DeclPrinter.o: DiagnosticCommonKinds.inc.h +DeclPrinter.o: StmtNodes.inc.h +DeclPrinter.po: AttrList.inc.h +DeclPrinter.po: Attrs.inc.h +DeclPrinter.po: CommentCommandList.inc.h +DeclPrinter.po: DeclNodes.inc.h +DeclPrinter.po: DiagnosticCommonKinds.inc.h +DeclPrinter.po: StmtNodes.inc.h +DeclTemplate.o: AttrList.inc.h +DeclTemplate.o: Attrs.inc.h +DeclTemplate.o: CommentCommandList.inc.h +DeclTemplate.o: DeclNodes.inc.h +DeclTemplate.o: DiagnosticCommonKinds.inc.h +DeclTemplate.o: StmtNodes.inc.h +DeclTemplate.po: AttrList.inc.h +DeclTemplate.po: Attrs.inc.h +DeclTemplate.po: CommentCommandList.inc.h +DeclTemplate.po: DeclNodes.inc.h +DeclTemplate.po: DiagnosticCommonKinds.inc.h +DeclTemplate.po: StmtNodes.inc.h +DeclarationName.o: CommentCommandList.inc.h +DeclarationName.o: DeclNodes.inc.h +DeclarationName.o: DiagnosticCommonKinds.inc.h +DeclarationName.o: StmtNodes.inc.h +DeclarationName.po: CommentCommandList.inc.h +DeclarationName.po: DeclNodes.inc.h +DeclarationName.po: DiagnosticCommonKinds.inc.h +DeclarationName.po: StmtNodes.inc.h +Expr.o: AttrList.inc.h +Expr.o: Attrs.inc.h +Expr.o: CommentCommandList.inc.h +Expr.o: DeclNodes.inc.h +Expr.o: DiagnosticCommonKinds.inc.h +Expr.o: DiagnosticSemaKinds.inc.h +Expr.o: StmtNodes.inc.h +Expr.po: AttrList.inc.h +Expr.po: Attrs.inc.h +Expr.po: CommentCommandList.inc.h +Expr.po: DeclNodes.inc.h +Expr.po: DiagnosticCommonKinds.inc.h +Expr.po: DiagnosticSemaKinds.inc.h +Expr.po: StmtNodes.inc.h +ExprCXX.o: AttrList.inc.h +ExprCXX.o: Attrs.inc.h +ExprCXX.o: CommentCommandList.inc.h +ExprCXX.o: DeclNodes.inc.h +ExprCXX.o: DiagnosticCommonKinds.inc.h +ExprCXX.o: StmtNodes.inc.h +ExprCXX.po: AttrList.inc.h +ExprCXX.po: Attrs.inc.h +ExprCXX.po: CommentCommandList.inc.h +ExprCXX.po: DeclNodes.inc.h +ExprCXX.po: DiagnosticCommonKinds.inc.h +ExprCXX.po: StmtNodes.inc.h +ExprClassification.o: AttrList.inc.h +ExprClassification.o: Attrs.inc.h +ExprClassification.o: CommentCommandList.inc.h +ExprClassification.o: DeclNodes.inc.h +ExprClassification.o: DiagnosticCommonKinds.inc.h +ExprClassification.o: StmtNodes.inc.h +ExprClassification.po: AttrList.inc.h +ExprClassification.po: Attrs.inc.h +ExprClassification.po: CommentCommandList.inc.h +ExprClassification.po: DeclNodes.inc.h +ExprClassification.po: DiagnosticCommonKinds.inc.h +ExprClassification.po: StmtNodes.inc.h +ExprConstant.o: AttrList.inc.h +ExprConstant.o: Attrs.inc.h +ExprConstant.o: CommentCommandList.inc.h +ExprConstant.o: DeclNodes.inc.h +ExprConstant.o: DiagnosticASTKinds.inc.h +ExprConstant.o: DiagnosticCommonKinds.inc.h +ExprConstant.o: StmtNodes.inc.h +ExprConstant.po: AttrList.inc.h +ExprConstant.po: Attrs.inc.h +ExprConstant.po: CommentCommandList.inc.h +ExprConstant.po: DeclNodes.inc.h +ExprConstant.po: DiagnosticASTKinds.inc.h +ExprConstant.po: DiagnosticCommonKinds.inc.h +ExprConstant.po: StmtNodes.inc.h +ExternalASTSource.o: CommentCommandList.inc.h +ExternalASTSource.o: DeclNodes.inc.h +ExternalASTSource.o: DiagnosticCommonKinds.inc.h +ExternalASTSource.o: StmtNodes.inc.h +ExternalASTSource.po: CommentCommandList.inc.h +ExternalASTSource.po: DeclNodes.inc.h +ExternalASTSource.po: DiagnosticCommonKinds.inc.h +ExternalASTSource.po: StmtNodes.inc.h +InheritViz.o: AttrList.inc.h +InheritViz.o: Attrs.inc.h +InheritViz.o: CommentCommandList.inc.h +InheritViz.o: DeclNodes.inc.h +InheritViz.o: DiagnosticCommonKinds.inc.h +InheritViz.o: StmtNodes.inc.h +InheritViz.po: AttrList.inc.h +InheritViz.po: Attrs.inc.h +InheritViz.po: CommentCommandList.inc.h +InheritViz.po: DeclNodes.inc.h +InheritViz.po: DiagnosticCommonKinds.inc.h +InheritViz.po: StmtNodes.inc.h +ItaniumCXXABI.o: AttrList.inc.h +ItaniumCXXABI.o: Attrs.inc.h +ItaniumCXXABI.o: CommentCommandList.inc.h +ItaniumCXXABI.o: DeclNodes.inc.h +ItaniumCXXABI.o: DiagnosticCommonKinds.inc.h +ItaniumCXXABI.o: StmtNodes.inc.h +ItaniumCXXABI.po: AttrList.inc.h +ItaniumCXXABI.po: Attrs.inc.h +ItaniumCXXABI.po: CommentCommandList.inc.h +ItaniumCXXABI.po: DeclNodes.inc.h +ItaniumCXXABI.po: DiagnosticCommonKinds.inc.h +ItaniumCXXABI.po: StmtNodes.inc.h +ItaniumMangle.o: AttrList.inc.h +ItaniumMangle.o: Attrs.inc.h +ItaniumMangle.o: CommentCommandList.inc.h +ItaniumMangle.o: DeclNodes.inc.h +ItaniumMangle.o: DiagnosticCommonKinds.inc.h +ItaniumMangle.o: StmtNodes.inc.h +ItaniumMangle.po: AttrList.inc.h +ItaniumMangle.po: Attrs.inc.h +ItaniumMangle.po: CommentCommandList.inc.h +ItaniumMangle.po: DeclNodes.inc.h +ItaniumMangle.po: DiagnosticCommonKinds.inc.h +ItaniumMangle.po: StmtNodes.inc.h +Mangle.o: AttrList.inc.h +Mangle.o: Attrs.inc.h +Mangle.o: CommentCommandList.inc.h +Mangle.o: DeclNodes.inc.h +Mangle.o: DiagnosticCommonKinds.inc.h +Mangle.o: StmtNodes.inc.h +Mangle.po: AttrList.inc.h +Mangle.po: Attrs.inc.h +Mangle.po: CommentCommandList.inc.h +Mangle.po: DeclNodes.inc.h +Mangle.po: DiagnosticCommonKinds.inc.h +Mangle.po: StmtNodes.inc.h +MicrosoftCXXABI.o: AttrList.inc.h +MicrosoftCXXABI.o: Attrs.inc.h +MicrosoftCXXABI.o: CommentCommandList.inc.h +MicrosoftCXXABI.o: DeclNodes.inc.h +MicrosoftCXXABI.o: DiagnosticCommonKinds.inc.h +MicrosoftCXXABI.o: StmtNodes.inc.h +MicrosoftCXXABI.po: AttrList.inc.h +MicrosoftCXXABI.po: Attrs.inc.h +MicrosoftCXXABI.po: CommentCommandList.inc.h +MicrosoftCXXABI.po: DeclNodes.inc.h +MicrosoftCXXABI.po: DiagnosticCommonKinds.inc.h +MicrosoftCXXABI.po: StmtNodes.inc.h +MicrosoftMangle.o: AttrList.inc.h +MicrosoftMangle.o: Attrs.inc.h +MicrosoftMangle.o: CommentCommandList.inc.h +MicrosoftMangle.o: DeclNodes.inc.h +MicrosoftMangle.o: DiagnosticCommonKinds.inc.h +MicrosoftMangle.o: StmtNodes.inc.h +MicrosoftMangle.po: AttrList.inc.h +MicrosoftMangle.po: Attrs.inc.h +MicrosoftMangle.po: CommentCommandList.inc.h +MicrosoftMangle.po: DeclNodes.inc.h +MicrosoftMangle.po: DiagnosticCommonKinds.inc.h +MicrosoftMangle.po: StmtNodes.inc.h +NSAPI.o: CommentCommandList.inc.h +NSAPI.o: DeclNodes.inc.h +NSAPI.o: DiagnosticCommonKinds.inc.h +NSAPI.o: StmtNodes.inc.h +NSAPI.po: CommentCommandList.inc.h +NSAPI.po: DeclNodes.inc.h +NSAPI.po: DiagnosticCommonKinds.inc.h +NSAPI.po: StmtNodes.inc.h +NestedNameSpecifier.o: AttrList.inc.h +NestedNameSpecifier.o: Attrs.inc.h +NestedNameSpecifier.o: CommentCommandList.inc.h +NestedNameSpecifier.o: DeclNodes.inc.h +NestedNameSpecifier.o: DiagnosticCommonKinds.inc.h +NestedNameSpecifier.o: StmtNodes.inc.h +NestedNameSpecifier.po: AttrList.inc.h +NestedNameSpecifier.po: Attrs.inc.h +NestedNameSpecifier.po: CommentCommandList.inc.h +NestedNameSpecifier.po: DeclNodes.inc.h +NestedNameSpecifier.po: DiagnosticCommonKinds.inc.h +NestedNameSpecifier.po: StmtNodes.inc.h +ParentMap.o: DeclNodes.inc.h +ParentMap.o: DiagnosticCommonKinds.inc.h +ParentMap.o: StmtNodes.inc.h +ParentMap.po: DeclNodes.inc.h +ParentMap.po: DiagnosticCommonKinds.inc.h +ParentMap.po: StmtNodes.inc.h +RawCommentList.o: CommentCommandList.inc.h +RawCommentList.o: CommentNodes.inc.h +RawCommentList.o: DeclNodes.inc.h +RawCommentList.o: DiagnosticCommonKinds.inc.h +RawCommentList.o: StmtNodes.inc.h +RawCommentList.po: CommentCommandList.inc.h +RawCommentList.po: CommentNodes.inc.h +RawCommentList.po: DeclNodes.inc.h +RawCommentList.po: DiagnosticCommonKinds.inc.h +RawCommentList.po: StmtNodes.inc.h +RecordLayout.o: AttrList.inc.h +RecordLayout.o: Attrs.inc.h +RecordLayout.o: CommentCommandList.inc.h +RecordLayout.o: DeclNodes.inc.h +RecordLayout.o: DiagnosticCommonKinds.inc.h +RecordLayout.o: StmtNodes.inc.h +RecordLayout.po: AttrList.inc.h +RecordLayout.po: Attrs.inc.h +RecordLayout.po: CommentCommandList.inc.h +RecordLayout.po: DeclNodes.inc.h +RecordLayout.po: DiagnosticCommonKinds.inc.h +RecordLayout.po: StmtNodes.inc.h +RecordLayoutBuilder.o: AttrList.inc.h +RecordLayoutBuilder.o: Attrs.inc.h +RecordLayoutBuilder.o: CommentCommandList.inc.h +RecordLayoutBuilder.o: DeclNodes.inc.h +RecordLayoutBuilder.o: DiagnosticCommonKinds.inc.h +RecordLayoutBuilder.o: DiagnosticSemaKinds.inc.h +RecordLayoutBuilder.o: StmtNodes.inc.h +RecordLayoutBuilder.po: AttrList.inc.h +RecordLayoutBuilder.po: Attrs.inc.h +RecordLayoutBuilder.po: CommentCommandList.inc.h +RecordLayoutBuilder.po: DeclNodes.inc.h +RecordLayoutBuilder.po: DiagnosticCommonKinds.inc.h +RecordLayoutBuilder.po: DiagnosticSemaKinds.inc.h +RecordLayoutBuilder.po: StmtNodes.inc.h +SelectorLocationsKind.o: DeclNodes.inc.h +SelectorLocationsKind.o: DiagnosticCommonKinds.inc.h +SelectorLocationsKind.o: StmtNodes.inc.h +SelectorLocationsKind.po: DeclNodes.inc.h +SelectorLocationsKind.po: DiagnosticCommonKinds.inc.h +SelectorLocationsKind.po: StmtNodes.inc.h +Stmt.o: CommentCommandList.inc.h +Stmt.o: DeclNodes.inc.h +Stmt.o: DiagnosticASTKinds.inc.h +Stmt.o: DiagnosticCommonKinds.inc.h +Stmt.o: StmtNodes.inc.h +Stmt.po: CommentCommandList.inc.h +Stmt.po: DeclNodes.inc.h +Stmt.po: DiagnosticASTKinds.inc.h +Stmt.po: DiagnosticCommonKinds.inc.h +Stmt.po: StmtNodes.inc.h +StmtIterator.o: DeclNodes.inc.h +StmtIterator.o: DiagnosticCommonKinds.inc.h +StmtIterator.po: DeclNodes.inc.h +StmtIterator.po: DiagnosticCommonKinds.inc.h +StmtPrinter.o: AttrList.inc.h +StmtPrinter.o: Attrs.inc.h +StmtPrinter.o: CommentCommandList.inc.h +StmtPrinter.o: DeclNodes.inc.h +StmtPrinter.o: DiagnosticCommonKinds.inc.h +StmtPrinter.o: StmtNodes.inc.h +StmtPrinter.po: AttrList.inc.h +StmtPrinter.po: Attrs.inc.h +StmtPrinter.po: CommentCommandList.inc.h +StmtPrinter.po: DeclNodes.inc.h +StmtPrinter.po: DiagnosticCommonKinds.inc.h +StmtPrinter.po: StmtNodes.inc.h +StmtProfile.o: AttrList.inc.h +StmtProfile.o: Attrs.inc.h +StmtProfile.o: CommentCommandList.inc.h +StmtProfile.o: DeclNodes.inc.h +StmtProfile.o: DiagnosticCommonKinds.inc.h +StmtProfile.o: StmtNodes.inc.h +StmtProfile.po: AttrList.inc.h +StmtProfile.po: Attrs.inc.h +StmtProfile.po: CommentCommandList.inc.h +StmtProfile.po: DeclNodes.inc.h +StmtProfile.po: DiagnosticCommonKinds.inc.h +StmtProfile.po: StmtNodes.inc.h +StmtViz.o: DeclNodes.inc.h +StmtViz.o: DiagnosticCommonKinds.inc.h +StmtViz.o: StmtNodes.inc.h +StmtViz.po: DeclNodes.inc.h +StmtViz.po: DiagnosticCommonKinds.inc.h +StmtViz.po: StmtNodes.inc.h +TemplateBase.o: AttrList.inc.h +TemplateBase.o: Attrs.inc.h +TemplateBase.o: CommentCommandList.inc.h +TemplateBase.o: DeclNodes.inc.h +TemplateBase.o: DiagnosticCommonKinds.inc.h +TemplateBase.o: StmtNodes.inc.h +TemplateBase.po: AttrList.inc.h +TemplateBase.po: Attrs.inc.h +TemplateBase.po: CommentCommandList.inc.h +TemplateBase.po: DeclNodes.inc.h +TemplateBase.po: DiagnosticCommonKinds.inc.h +TemplateBase.po: StmtNodes.inc.h +TemplateName.o: AttrList.inc.h +TemplateName.o: Attrs.inc.h +TemplateName.o: DeclNodes.inc.h +TemplateName.o: DiagnosticCommonKinds.inc.h +TemplateName.o: StmtNodes.inc.h +TemplateName.po: AttrList.inc.h +TemplateName.po: Attrs.inc.h +TemplateName.po: DeclNodes.inc.h +TemplateName.po: DiagnosticCommonKinds.inc.h +TemplateName.po: StmtNodes.inc.h +Type.o: AttrList.inc.h +Type.o: Attrs.inc.h +Type.o: CommentCommandList.inc.h +Type.o: DeclNodes.inc.h +Type.o: DiagnosticCommonKinds.inc.h +Type.o: StmtNodes.inc.h +Type.po: AttrList.inc.h +Type.po: Attrs.inc.h +Type.po: CommentCommandList.inc.h +Type.po: DeclNodes.inc.h +Type.po: DiagnosticCommonKinds.inc.h +Type.po: StmtNodes.inc.h +TypeLoc.o: CommentCommandList.inc.h +TypeLoc.o: DeclNodes.inc.h +TypeLoc.o: DiagnosticCommonKinds.inc.h +TypeLoc.o: StmtNodes.inc.h +TypeLoc.po: CommentCommandList.inc.h +TypeLoc.po: DeclNodes.inc.h +TypeLoc.po: DiagnosticCommonKinds.inc.h +TypeLoc.po: StmtNodes.inc.h +TypePrinter.o: AttrList.inc.h +TypePrinter.o: Attrs.inc.h +TypePrinter.o: CommentCommandList.inc.h +TypePrinter.o: DeclNodes.inc.h +TypePrinter.o: DiagnosticCommonKinds.inc.h +TypePrinter.o: StmtNodes.inc.h +TypePrinter.po: AttrList.inc.h +TypePrinter.po: Attrs.inc.h +TypePrinter.po: CommentCommandList.inc.h +TypePrinter.po: DeclNodes.inc.h +TypePrinter.po: DiagnosticCommonKinds.inc.h +TypePrinter.po: StmtNodes.inc.h +VTTBuilder.o: AttrList.inc.h +VTTBuilder.o: Attrs.inc.h +VTTBuilder.o: CommentCommandList.inc.h +VTTBuilder.o: DeclNodes.inc.h +VTTBuilder.o: DiagnosticCommonKinds.inc.h +VTTBuilder.o: StmtNodes.inc.h +VTTBuilder.po: AttrList.inc.h +VTTBuilder.po: Attrs.inc.h +VTTBuilder.po: CommentCommandList.inc.h +VTTBuilder.po: DeclNodes.inc.h +VTTBuilder.po: DiagnosticCommonKinds.inc.h +VTTBuilder.po: StmtNodes.inc.h +VTableBuilder.o: AttrList.inc.h +VTableBuilder.o: Attrs.inc.h +VTableBuilder.o: CommentCommandList.inc.h +VTableBuilder.o: DeclNodes.inc.h +VTableBuilder.o: DiagnosticCommonKinds.inc.h +VTableBuilder.o: StmtNodes.inc.h +VTableBuilder.po: AttrList.inc.h +VTableBuilder.po: Attrs.inc.h +VTableBuilder.po: CommentCommandList.inc.h +VTableBuilder.po: DeclNodes.inc.h +VTableBuilder.po: DiagnosticCommonKinds.inc.h +VTableBuilder.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/libclangbasic/Makefile b/lib/clang/libclangbasic/Makefile new file mode 100644 index 0000000..028fcdb --- /dev/null +++ b/lib/clang/libclangbasic/Makefile @@ -0,0 +1,52 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangbasic + +SRCDIR= tools/clang/lib/Basic +SRCS= Attributes.cpp \ + Builtins.cpp \ + CharInfo.cpp \ + Diagnostic.cpp \ + DiagnosticIDs.cpp \ + DiagnosticOptions.cpp \ + FileManager.cpp \ + FileSystemStatCache.cpp \ + IdentifierTable.cpp \ + LangOptions.cpp \ + Module.cpp \ + ObjCRuntime.cpp \ + OpenMPKinds.cpp \ + OperatorPrecedence.cpp \ + SanitizerBlacklist.cpp \ + Sanitizers.cpp \ + SourceLocation.cpp \ + SourceManager.cpp \ + TargetInfo.cpp \ + Targets.cpp \ + TokenKinds.cpp \ + Version.cpp \ + VersionTuple.cpp \ + VirtualFileSystem.cpp \ + Warnings.cpp + +TGHDRS= AttrHasAttributeImpl \ + DiagnosticAnalysisKinds \ + DiagnosticASTKinds \ + DiagnosticCommentKinds \ + DiagnosticCommonKinds \ + DiagnosticDriverKinds \ + DiagnosticFrontendKinds \ + DiagnosticGroups \ + DiagnosticIndexName \ + DiagnosticLexKinds \ + DiagnosticParseKinds \ + DiagnosticSemaKinds \ + DiagnosticSerializationKinds \ + arm_neon + +.include "../clang.lib.mk" + +# XX: work around GCC bug 67888 +CFLAGS.gcc += -fpermissive diff --git a/lib/clang/libclangbasic/Makefile.depend b/lib/clang/libclangbasic/Makefile.depend new file mode 100644 index 0000000..ea23a70 --- /dev/null +++ b/lib/clang/libclangbasic/Makefile.depend @@ -0,0 +1,69 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/clang/include.host \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Attributes.o: AttrHasAttributeImpl.inc.h +Attributes.po: AttrHasAttributeImpl.inc.h +Diagnostic.o: DiagnosticCommonKinds.inc.h +Diagnostic.po: DiagnosticCommonKinds.inc.h +DiagnosticIDs.o: DiagnosticASTKinds.inc.h +DiagnosticIDs.o: DiagnosticAnalysisKinds.inc.h +DiagnosticIDs.o: DiagnosticCommentKinds.inc.h +DiagnosticIDs.o: DiagnosticCommonKinds.inc.h +DiagnosticIDs.o: DiagnosticDriverKinds.inc.h +DiagnosticIDs.o: DiagnosticFrontendKinds.inc.h +DiagnosticIDs.o: DiagnosticGroups.inc.h +DiagnosticIDs.o: DiagnosticLexKinds.inc.h +DiagnosticIDs.o: DiagnosticParseKinds.inc.h +DiagnosticIDs.o: DiagnosticSemaKinds.inc.h +DiagnosticIDs.o: DiagnosticSerializationKinds.inc.h +DiagnosticIDs.po: DiagnosticASTKinds.inc.h +DiagnosticIDs.po: DiagnosticAnalysisKinds.inc.h +DiagnosticIDs.po: DiagnosticCommentKinds.inc.h +DiagnosticIDs.po: DiagnosticCommonKinds.inc.h +DiagnosticIDs.po: DiagnosticDriverKinds.inc.h +DiagnosticIDs.po: DiagnosticFrontendKinds.inc.h +DiagnosticIDs.po: DiagnosticGroups.inc.h +DiagnosticIDs.po: DiagnosticLexKinds.inc.h +DiagnosticIDs.po: DiagnosticParseKinds.inc.h +DiagnosticIDs.po: DiagnosticSemaKinds.inc.h +DiagnosticIDs.po: DiagnosticSerializationKinds.inc.h +SourceManager.o: DiagnosticCommonKinds.inc.h +SourceManager.po: DiagnosticCommonKinds.inc.h +Targets.o: DiagnosticCommonKinds.inc.h +Targets.o: arm_neon.inc.h +Targets.po: DiagnosticCommonKinds.inc.h +Targets.po: arm_neon.inc.h +Warnings.o: DiagnosticASTKinds.inc.h +Warnings.o: DiagnosticAnalysisKinds.inc.h +Warnings.o: DiagnosticCommentKinds.inc.h +Warnings.o: DiagnosticCommonKinds.inc.h +Warnings.o: DiagnosticDriverKinds.inc.h +Warnings.o: DiagnosticFrontendKinds.inc.h +Warnings.o: DiagnosticLexKinds.inc.h +Warnings.o: DiagnosticParseKinds.inc.h +Warnings.o: DiagnosticSemaKinds.inc.h +Warnings.o: DiagnosticSerializationKinds.inc.h +Warnings.po: DiagnosticASTKinds.inc.h +Warnings.po: DiagnosticAnalysisKinds.inc.h +Warnings.po: DiagnosticCommentKinds.inc.h +Warnings.po: DiagnosticCommonKinds.inc.h +Warnings.po: DiagnosticDriverKinds.inc.h +Warnings.po: DiagnosticFrontendKinds.inc.h +Warnings.po: DiagnosticLexKinds.inc.h +Warnings.po: DiagnosticParseKinds.inc.h +Warnings.po: DiagnosticSemaKinds.inc.h +Warnings.po: DiagnosticSerializationKinds.inc.h +.endif diff --git a/lib/clang/libclangcodegen/Makefile b/lib/clang/libclangcodegen/Makefile new file mode 100644 index 0000000..623daba --- /dev/null +++ b/lib/clang/libclangcodegen/Makefile @@ -0,0 +1,70 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangcodegen + +SRCDIR= tools/clang/lib/CodeGen +SRCS= BackendUtil.cpp \ + CGAtomic.cpp \ + CGBlocks.cpp \ + CGBuiltin.cpp \ + CGCUDANV.cpp \ + CGCUDARuntime.cpp \ + CGCXX.cpp \ + CGCXXABI.cpp \ + CGCall.cpp \ + CGClass.cpp \ + CGCleanup.cpp \ + CGDebugInfo.cpp \ + CGDecl.cpp \ + CGDeclCXX.cpp \ + CGException.cpp \ + CGExpr.cpp \ + CGExprAgg.cpp \ + CGExprCXX.cpp \ + CGExprComplex.cpp \ + CGExprConstant.cpp \ + CGExprScalar.cpp \ + CGLoopInfo.cpp \ + CGObjC.cpp \ + CGObjCGNU.cpp \ + CGObjCMac.cpp \ + CGObjCRuntime.cpp \ + CGOpenCLRuntime.cpp \ + CGOpenMPRuntime.cpp \ + CGRecordLayoutBuilder.cpp \ + CGStmt.cpp \ + CGStmtOpenMP.cpp \ + CGVTT.cpp \ + CGVTables.cpp \ + CodeGenABITypes.cpp \ + CodeGenAction.cpp \ + CodeGenFunction.cpp \ + CodeGenModule.cpp \ + CodeGenPGO.cpp \ + CodeGenTBAA.cpp \ + CodeGenTypes.cpp \ + CoverageMappingGen.cpp \ + ItaniumCXXABI.cpp \ + MicrosoftCXXABI.cpp \ + ModuleBuilder.cpp \ + ObjectFilePCHContainerOperations.cpp \ + SanitizerMetadata.cpp \ + TargetInfo.cpp + +TGHDRS= AttrList \ + AttrParsedAttrList \ + AttrVisitor \ + Attrs \ + CommentCommandList \ + CommentNodes \ + DeclNodes \ + DiagnosticCommonKinds \ + DiagnosticFrontendKinds \ + DiagnosticSemaKinds \ + Intrinsics \ + StmtNodes \ + arm_neon + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangcodegen/Makefile.depend b/lib/clang/libclangcodegen/Makefile.depend new file mode 100644 index 0000000..bb7fc0e --- /dev/null +++ b/lib/clang/libclangcodegen/Makefile.depend @@ -0,0 +1,601 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +BackendUtil.o: DiagnosticCommonKinds.inc.h +BackendUtil.o: DiagnosticFrontendKinds.inc.h +BackendUtil.po: DiagnosticCommonKinds.inc.h +BackendUtil.po: DiagnosticFrontendKinds.inc.h +CGAtomic.o: AttrList.inc.h +CGAtomic.o: Attrs.inc.h +CGAtomic.o: CommentCommandList.inc.h +CGAtomic.o: DeclNodes.inc.h +CGAtomic.o: DiagnosticCommonKinds.inc.h +CGAtomic.o: Intrinsics.inc.h +CGAtomic.o: StmtNodes.inc.h +CGAtomic.po: AttrList.inc.h +CGAtomic.po: Attrs.inc.h +CGAtomic.po: CommentCommandList.inc.h +CGAtomic.po: DeclNodes.inc.h +CGAtomic.po: DiagnosticCommonKinds.inc.h +CGAtomic.po: Intrinsics.inc.h +CGAtomic.po: StmtNodes.inc.h +CGBlocks.o: AttrList.inc.h +CGBlocks.o: Attrs.inc.h +CGBlocks.o: CommentCommandList.inc.h +CGBlocks.o: DeclNodes.inc.h +CGBlocks.o: DiagnosticCommonKinds.inc.h +CGBlocks.o: StmtNodes.inc.h +CGBlocks.po: AttrList.inc.h +CGBlocks.po: Attrs.inc.h +CGBlocks.po: CommentCommandList.inc.h +CGBlocks.po: DeclNodes.inc.h +CGBlocks.po: DiagnosticCommonKinds.inc.h +CGBlocks.po: StmtNodes.inc.h +CGBuiltin.o: AttrList.inc.h +CGBuiltin.o: Attrs.inc.h +CGBuiltin.o: CommentCommandList.inc.h +CGBuiltin.o: DeclNodes.inc.h +CGBuiltin.o: DiagnosticCommonKinds.inc.h +CGBuiltin.o: Intrinsics.inc.h +CGBuiltin.o: StmtNodes.inc.h +CGBuiltin.o: arm_neon.inc.h +CGBuiltin.po: AttrList.inc.h +CGBuiltin.po: Attrs.inc.h +CGBuiltin.po: CommentCommandList.inc.h +CGBuiltin.po: DeclNodes.inc.h +CGBuiltin.po: DiagnosticCommonKinds.inc.h +CGBuiltin.po: Intrinsics.inc.h +CGBuiltin.po: StmtNodes.inc.h +CGBuiltin.po: arm_neon.inc.h +CGCUDANV.o: AttrList.inc.h +CGCUDANV.o: Attrs.inc.h +CGCUDANV.o: CommentCommandList.inc.h +CGCUDANV.o: DeclNodes.inc.h +CGCUDANV.o: DiagnosticCommonKinds.inc.h +CGCUDANV.o: StmtNodes.inc.h +CGCUDANV.po: AttrList.inc.h +CGCUDANV.po: Attrs.inc.h +CGCUDANV.po: CommentCommandList.inc.h +CGCUDANV.po: DeclNodes.inc.h +CGCUDANV.po: DiagnosticCommonKinds.inc.h +CGCUDANV.po: StmtNodes.inc.h +CGCUDARuntime.o: AttrList.inc.h +CGCUDARuntime.o: Attrs.inc.h +CGCUDARuntime.o: CommentCommandList.inc.h +CGCUDARuntime.o: DeclNodes.inc.h +CGCUDARuntime.o: DiagnosticCommonKinds.inc.h +CGCUDARuntime.o: StmtNodes.inc.h +CGCUDARuntime.po: AttrList.inc.h +CGCUDARuntime.po: Attrs.inc.h +CGCUDARuntime.po: CommentCommandList.inc.h +CGCUDARuntime.po: DeclNodes.inc.h +CGCUDARuntime.po: DiagnosticCommonKinds.inc.h +CGCUDARuntime.po: StmtNodes.inc.h +CGCXX.o: AttrList.inc.h +CGCXX.o: Attrs.inc.h +CGCXX.o: CommentCommandList.inc.h +CGCXX.o: DeclNodes.inc.h +CGCXX.o: DiagnosticCommonKinds.inc.h +CGCXX.o: StmtNodes.inc.h +CGCXX.po: AttrList.inc.h +CGCXX.po: Attrs.inc.h +CGCXX.po: CommentCommandList.inc.h +CGCXX.po: DeclNodes.inc.h +CGCXX.po: DiagnosticCommonKinds.inc.h +CGCXX.po: StmtNodes.inc.h +CGCXXABI.o: AttrList.inc.h +CGCXXABI.o: Attrs.inc.h +CGCXXABI.o: CommentCommandList.inc.h +CGCXXABI.o: DeclNodes.inc.h +CGCXXABI.o: DiagnosticCommonKinds.inc.h +CGCXXABI.o: StmtNodes.inc.h +CGCXXABI.po: AttrList.inc.h +CGCXXABI.po: Attrs.inc.h +CGCXXABI.po: CommentCommandList.inc.h +CGCXXABI.po: DeclNodes.inc.h +CGCXXABI.po: DiagnosticCommonKinds.inc.h +CGCXXABI.po: StmtNodes.inc.h +CGCall.o: AttrList.inc.h +CGCall.o: Attrs.inc.h +CGCall.o: CommentCommandList.inc.h +CGCall.o: DeclNodes.inc.h +CGCall.o: DiagnosticCommonKinds.inc.h +CGCall.o: Intrinsics.inc.h +CGCall.o: StmtNodes.inc.h +CGCall.po: AttrList.inc.h +CGCall.po: Attrs.inc.h +CGCall.po: CommentCommandList.inc.h +CGCall.po: DeclNodes.inc.h +CGCall.po: DiagnosticCommonKinds.inc.h +CGCall.po: Intrinsics.inc.h +CGCall.po: StmtNodes.inc.h +CGClass.o: AttrList.inc.h +CGClass.o: Attrs.inc.h +CGClass.o: CommentCommandList.inc.h +CGClass.o: DeclNodes.inc.h +CGClass.o: DiagnosticCommonKinds.inc.h +CGClass.o: StmtNodes.inc.h +CGClass.o: arm_neon.inc.h +CGClass.po: AttrList.inc.h +CGClass.po: Attrs.inc.h +CGClass.po: CommentCommandList.inc.h +CGClass.po: DeclNodes.inc.h +CGClass.po: DiagnosticCommonKinds.inc.h +CGClass.po: StmtNodes.inc.h +CGClass.po: arm_neon.inc.h +CGCleanup.o: AttrList.inc.h +CGCleanup.o: Attrs.inc.h +CGCleanup.o: CommentCommandList.inc.h +CGCleanup.o: DeclNodes.inc.h +CGCleanup.o: DiagnosticCommonKinds.inc.h +CGCleanup.o: StmtNodes.inc.h +CGCleanup.po: AttrList.inc.h +CGCleanup.po: Attrs.inc.h +CGCleanup.po: CommentCommandList.inc.h +CGCleanup.po: DeclNodes.inc.h +CGCleanup.po: DiagnosticCommonKinds.inc.h +CGCleanup.po: StmtNodes.inc.h +CGDebugInfo.o: AttrList.inc.h +CGDebugInfo.o: Attrs.inc.h +CGDebugInfo.o: CommentCommandList.inc.h +CGDebugInfo.o: DeclNodes.inc.h +CGDebugInfo.o: DiagnosticCommonKinds.inc.h +CGDebugInfo.o: Intrinsics.inc.h +CGDebugInfo.o: StmtNodes.inc.h +CGDebugInfo.po: AttrList.inc.h +CGDebugInfo.po: Attrs.inc.h +CGDebugInfo.po: CommentCommandList.inc.h +CGDebugInfo.po: DeclNodes.inc.h +CGDebugInfo.po: DiagnosticCommonKinds.inc.h +CGDebugInfo.po: Intrinsics.inc.h +CGDebugInfo.po: StmtNodes.inc.h +CGDecl.o: AttrList.inc.h +CGDecl.o: Attrs.inc.h +CGDecl.o: CommentCommandList.inc.h +CGDecl.o: DeclNodes.inc.h +CGDecl.o: DiagnosticCommonKinds.inc.h +CGDecl.o: Intrinsics.inc.h +CGDecl.o: StmtNodes.inc.h +CGDecl.po: AttrList.inc.h +CGDecl.po: Attrs.inc.h +CGDecl.po: CommentCommandList.inc.h +CGDecl.po: DeclNodes.inc.h +CGDecl.po: DiagnosticCommonKinds.inc.h +CGDecl.po: Intrinsics.inc.h +CGDecl.po: StmtNodes.inc.h +CGDeclCXX.o: AttrList.inc.h +CGDeclCXX.o: Attrs.inc.h +CGDeclCXX.o: CommentCommandList.inc.h +CGDeclCXX.o: DeclNodes.inc.h +CGDeclCXX.o: DiagnosticCommonKinds.inc.h +CGDeclCXX.o: Intrinsics.inc.h +CGDeclCXX.o: StmtNodes.inc.h +CGDeclCXX.po: AttrList.inc.h +CGDeclCXX.po: Attrs.inc.h +CGDeclCXX.po: CommentCommandList.inc.h +CGDeclCXX.po: DeclNodes.inc.h +CGDeclCXX.po: DiagnosticCommonKinds.inc.h +CGDeclCXX.po: Intrinsics.inc.h +CGDeclCXX.po: StmtNodes.inc.h +CGException.o: AttrList.inc.h +CGException.o: Attrs.inc.h +CGException.o: CommentCommandList.inc.h +CGException.o: DeclNodes.inc.h +CGException.o: DiagnosticCommonKinds.inc.h +CGException.o: Intrinsics.inc.h +CGException.o: StmtNodes.inc.h +CGException.po: AttrList.inc.h +CGException.po: Attrs.inc.h +CGException.po: CommentCommandList.inc.h +CGException.po: DeclNodes.inc.h +CGException.po: DiagnosticCommonKinds.inc.h +CGException.po: Intrinsics.inc.h +CGException.po: StmtNodes.inc.h +CGExpr.o: AttrList.inc.h +CGExpr.o: Attrs.inc.h +CGExpr.o: CommentCommandList.inc.h +CGExpr.o: DeclNodes.inc.h +CGExpr.o: DiagnosticCommonKinds.inc.h +CGExpr.o: Intrinsics.inc.h +CGExpr.o: StmtNodes.inc.h +CGExpr.po: AttrList.inc.h +CGExpr.po: Attrs.inc.h +CGExpr.po: CommentCommandList.inc.h +CGExpr.po: DeclNodes.inc.h +CGExpr.po: DiagnosticCommonKinds.inc.h +CGExpr.po: Intrinsics.inc.h +CGExpr.po: StmtNodes.inc.h +CGExprAgg.o: AttrList.inc.h +CGExprAgg.o: Attrs.inc.h +CGExprAgg.o: CommentCommandList.inc.h +CGExprAgg.o: DeclNodes.inc.h +CGExprAgg.o: DiagnosticCommonKinds.inc.h +CGExprAgg.o: Intrinsics.inc.h +CGExprAgg.o: StmtNodes.inc.h +CGExprAgg.po: AttrList.inc.h +CGExprAgg.po: Attrs.inc.h +CGExprAgg.po: CommentCommandList.inc.h +CGExprAgg.po: DeclNodes.inc.h +CGExprAgg.po: DiagnosticCommonKinds.inc.h +CGExprAgg.po: Intrinsics.inc.h +CGExprAgg.po: StmtNodes.inc.h +CGExprCXX.o: AttrList.inc.h +CGExprCXX.o: Attrs.inc.h +CGExprCXX.o: CommentCommandList.inc.h +CGExprCXX.o: DeclNodes.inc.h +CGExprCXX.o: DiagnosticCommonKinds.inc.h +CGExprCXX.o: Intrinsics.inc.h +CGExprCXX.o: StmtNodes.inc.h +CGExprCXX.po: AttrList.inc.h +CGExprCXX.po: Attrs.inc.h +CGExprCXX.po: CommentCommandList.inc.h +CGExprCXX.po: DeclNodes.inc.h +CGExprCXX.po: DiagnosticCommonKinds.inc.h +CGExprCXX.po: Intrinsics.inc.h +CGExprCXX.po: StmtNodes.inc.h +CGExprComplex.o: AttrList.inc.h +CGExprComplex.o: Attrs.inc.h +CGExprComplex.o: CommentCommandList.inc.h +CGExprComplex.o: DeclNodes.inc.h +CGExprComplex.o: DiagnosticCommonKinds.inc.h +CGExprComplex.o: StmtNodes.inc.h +CGExprComplex.po: AttrList.inc.h +CGExprComplex.po: Attrs.inc.h +CGExprComplex.po: CommentCommandList.inc.h +CGExprComplex.po: DeclNodes.inc.h +CGExprComplex.po: DiagnosticCommonKinds.inc.h +CGExprComplex.po: StmtNodes.inc.h +CGExprConstant.o: AttrList.inc.h +CGExprConstant.o: Attrs.inc.h +CGExprConstant.o: CommentCommandList.inc.h +CGExprConstant.o: DeclNodes.inc.h +CGExprConstant.o: DiagnosticCommonKinds.inc.h +CGExprConstant.o: StmtNodes.inc.h +CGExprConstant.po: AttrList.inc.h +CGExprConstant.po: Attrs.inc.h +CGExprConstant.po: CommentCommandList.inc.h +CGExprConstant.po: DeclNodes.inc.h +CGExprConstant.po: DiagnosticCommonKinds.inc.h +CGExprConstant.po: StmtNodes.inc.h +CGExprScalar.o: AttrList.inc.h +CGExprScalar.o: Attrs.inc.h +CGExprScalar.o: CommentCommandList.inc.h +CGExprScalar.o: DeclNodes.inc.h +CGExprScalar.o: DiagnosticCommonKinds.inc.h +CGExprScalar.o: Intrinsics.inc.h +CGExprScalar.o: StmtNodes.inc.h +CGExprScalar.po: AttrList.inc.h +CGExprScalar.po: Attrs.inc.h +CGExprScalar.po: CommentCommandList.inc.h +CGExprScalar.po: DeclNodes.inc.h +CGExprScalar.po: DiagnosticCommonKinds.inc.h +CGExprScalar.po: Intrinsics.inc.h +CGExprScalar.po: StmtNodes.inc.h +CGObjC.o: AttrList.inc.h +CGObjC.o: Attrs.inc.h +CGObjC.o: CommentCommandList.inc.h +CGObjC.o: DeclNodes.inc.h +CGObjC.o: DiagnosticCommonKinds.inc.h +CGObjC.o: StmtNodes.inc.h +CGObjC.po: AttrList.inc.h +CGObjC.po: Attrs.inc.h +CGObjC.po: CommentCommandList.inc.h +CGObjC.po: DeclNodes.inc.h +CGObjC.po: DiagnosticCommonKinds.inc.h +CGObjC.po: StmtNodes.inc.h +CGObjCGNU.o: AttrList.inc.h +CGObjCGNU.o: Attrs.inc.h +CGObjCGNU.o: CommentCommandList.inc.h +CGObjCGNU.o: DeclNodes.inc.h +CGObjCGNU.o: DiagnosticCommonKinds.inc.h +CGObjCGNU.o: Intrinsics.inc.h +CGObjCGNU.o: StmtNodes.inc.h +CGObjCGNU.po: AttrList.inc.h +CGObjCGNU.po: Attrs.inc.h +CGObjCGNU.po: CommentCommandList.inc.h +CGObjCGNU.po: DeclNodes.inc.h +CGObjCGNU.po: DiagnosticCommonKinds.inc.h +CGObjCGNU.po: Intrinsics.inc.h +CGObjCGNU.po: StmtNodes.inc.h +CGObjCMac.o: AttrList.inc.h +CGObjCMac.o: Attrs.inc.h +CGObjCMac.o: CommentCommandList.inc.h +CGObjCMac.o: DeclNodes.inc.h +CGObjCMac.o: DiagnosticCommonKinds.inc.h +CGObjCMac.o: Intrinsics.inc.h +CGObjCMac.o: StmtNodes.inc.h +CGObjCMac.po: AttrList.inc.h +CGObjCMac.po: Attrs.inc.h +CGObjCMac.po: CommentCommandList.inc.h +CGObjCMac.po: DeclNodes.inc.h +CGObjCMac.po: DiagnosticCommonKinds.inc.h +CGObjCMac.po: Intrinsics.inc.h +CGObjCMac.po: StmtNodes.inc.h +CGObjCRuntime.o: AttrList.inc.h +CGObjCRuntime.o: Attrs.inc.h +CGObjCRuntime.o: CommentCommandList.inc.h +CGObjCRuntime.o: DeclNodes.inc.h +CGObjCRuntime.o: DiagnosticCommonKinds.inc.h +CGObjCRuntime.o: StmtNodes.inc.h +CGObjCRuntime.po: AttrList.inc.h +CGObjCRuntime.po: Attrs.inc.h +CGObjCRuntime.po: CommentCommandList.inc.h +CGObjCRuntime.po: DeclNodes.inc.h +CGObjCRuntime.po: DiagnosticCommonKinds.inc.h +CGObjCRuntime.po: StmtNodes.inc.h +CGOpenCLRuntime.o: AttrList.inc.h +CGOpenCLRuntime.o: Attrs.inc.h +CGOpenCLRuntime.o: CommentCommandList.inc.h +CGOpenCLRuntime.o: DeclNodes.inc.h +CGOpenCLRuntime.o: DiagnosticCommonKinds.inc.h +CGOpenCLRuntime.o: StmtNodes.inc.h +CGOpenCLRuntime.po: AttrList.inc.h +CGOpenCLRuntime.po: Attrs.inc.h +CGOpenCLRuntime.po: CommentCommandList.inc.h +CGOpenCLRuntime.po: DeclNodes.inc.h +CGOpenCLRuntime.po: DiagnosticCommonKinds.inc.h +CGOpenCLRuntime.po: StmtNodes.inc.h +CGOpenMPRuntime.o: AttrList.inc.h +CGOpenMPRuntime.o: Attrs.inc.h +CGOpenMPRuntime.o: CommentCommandList.inc.h +CGOpenMPRuntime.o: DeclNodes.inc.h +CGOpenMPRuntime.o: DiagnosticCommonKinds.inc.h +CGOpenMPRuntime.o: StmtNodes.inc.h +CGOpenMPRuntime.po: AttrList.inc.h +CGOpenMPRuntime.po: Attrs.inc.h +CGOpenMPRuntime.po: CommentCommandList.inc.h +CGOpenMPRuntime.po: DeclNodes.inc.h +CGOpenMPRuntime.po: DiagnosticCommonKinds.inc.h +CGOpenMPRuntime.po: StmtNodes.inc.h +CGRecordLayoutBuilder.o: AttrList.inc.h +CGRecordLayoutBuilder.o: Attrs.inc.h +CGRecordLayoutBuilder.o: CommentCommandList.inc.h +CGRecordLayoutBuilder.o: DeclNodes.inc.h +CGRecordLayoutBuilder.o: DiagnosticCommonKinds.inc.h +CGRecordLayoutBuilder.o: StmtNodes.inc.h +CGRecordLayoutBuilder.po: AttrList.inc.h +CGRecordLayoutBuilder.po: Attrs.inc.h +CGRecordLayoutBuilder.po: CommentCommandList.inc.h +CGRecordLayoutBuilder.po: DeclNodes.inc.h +CGRecordLayoutBuilder.po: DiagnosticCommonKinds.inc.h +CGRecordLayoutBuilder.po: StmtNodes.inc.h +CGStmt.o: AttrList.inc.h +CGStmt.o: AttrParsedAttrList.inc.h +CGStmt.o: Attrs.inc.h +CGStmt.o: CommentCommandList.inc.h +CGStmt.o: DeclNodes.inc.h +CGStmt.o: DiagnosticCommonKinds.inc.h +CGStmt.o: DiagnosticSemaKinds.inc.h +CGStmt.o: Intrinsics.inc.h +CGStmt.o: StmtNodes.inc.h +CGStmt.po: AttrList.inc.h +CGStmt.po: AttrParsedAttrList.inc.h +CGStmt.po: Attrs.inc.h +CGStmt.po: CommentCommandList.inc.h +CGStmt.po: DeclNodes.inc.h +CGStmt.po: DiagnosticCommonKinds.inc.h +CGStmt.po: DiagnosticSemaKinds.inc.h +CGStmt.po: Intrinsics.inc.h +CGStmt.po: StmtNodes.inc.h +CGStmtOpenMP.o: AttrList.inc.h +CGStmtOpenMP.o: Attrs.inc.h +CGStmtOpenMP.o: CommentCommandList.inc.h +CGStmtOpenMP.o: DeclNodes.inc.h +CGStmtOpenMP.o: DiagnosticCommonKinds.inc.h +CGStmtOpenMP.o: StmtNodes.inc.h +CGStmtOpenMP.po: AttrList.inc.h +CGStmtOpenMP.po: Attrs.inc.h +CGStmtOpenMP.po: CommentCommandList.inc.h +CGStmtOpenMP.po: DeclNodes.inc.h +CGStmtOpenMP.po: DiagnosticCommonKinds.inc.h +CGStmtOpenMP.po: StmtNodes.inc.h +CGVTT.o: AttrList.inc.h +CGVTT.o: Attrs.inc.h +CGVTT.o: CommentCommandList.inc.h +CGVTT.o: DeclNodes.inc.h +CGVTT.o: DiagnosticCommonKinds.inc.h +CGVTT.o: StmtNodes.inc.h +CGVTT.po: AttrList.inc.h +CGVTT.po: Attrs.inc.h +CGVTT.po: CommentCommandList.inc.h +CGVTT.po: DeclNodes.inc.h +CGVTT.po: DiagnosticCommonKinds.inc.h +CGVTT.po: StmtNodes.inc.h +CGVTables.o: AttrList.inc.h +CGVTables.o: Attrs.inc.h +CGVTables.o: CommentCommandList.inc.h +CGVTables.o: DeclNodes.inc.h +CGVTables.o: DiagnosticCommonKinds.inc.h +CGVTables.o: StmtNodes.inc.h +CGVTables.po: AttrList.inc.h +CGVTables.po: Attrs.inc.h +CGVTables.po: CommentCommandList.inc.h +CGVTables.po: DeclNodes.inc.h +CGVTables.po: DiagnosticCommonKinds.inc.h +CGVTables.po: StmtNodes.inc.h +CodeGenABITypes.o: AttrList.inc.h +CodeGenABITypes.o: Attrs.inc.h +CodeGenABITypes.o: CommentCommandList.inc.h +CodeGenABITypes.o: DeclNodes.inc.h +CodeGenABITypes.o: DiagnosticCommonKinds.inc.h +CodeGenABITypes.o: StmtNodes.inc.h +CodeGenABITypes.po: AttrList.inc.h +CodeGenABITypes.po: Attrs.inc.h +CodeGenABITypes.po: CommentCommandList.inc.h +CodeGenABITypes.po: DeclNodes.inc.h +CodeGenABITypes.po: DiagnosticCommonKinds.inc.h +CodeGenABITypes.po: StmtNodes.inc.h +CodeGenAction.o: AttrList.inc.h +CodeGenAction.o: Attrs.inc.h +CodeGenAction.o: CommentCommandList.inc.h +CodeGenAction.o: DeclNodes.inc.h +CodeGenAction.o: DiagnosticCommonKinds.inc.h +CodeGenAction.o: DiagnosticFrontendKinds.inc.h +CodeGenAction.o: StmtNodes.inc.h +CodeGenAction.po: AttrList.inc.h +CodeGenAction.po: Attrs.inc.h +CodeGenAction.po: CommentCommandList.inc.h +CodeGenAction.po: DeclNodes.inc.h +CodeGenAction.po: DiagnosticCommonKinds.inc.h +CodeGenAction.po: DiagnosticFrontendKinds.inc.h +CodeGenAction.po: StmtNodes.inc.h +CodeGenFunction.o: AttrList.inc.h +CodeGenFunction.o: Attrs.inc.h +CodeGenFunction.o: CommentCommandList.inc.h +CodeGenFunction.o: DeclNodes.inc.h +CodeGenFunction.o: DiagnosticCommonKinds.inc.h +CodeGenFunction.o: Intrinsics.inc.h +CodeGenFunction.o: StmtNodes.inc.h +CodeGenFunction.po: AttrList.inc.h +CodeGenFunction.po: Attrs.inc.h +CodeGenFunction.po: CommentCommandList.inc.h +CodeGenFunction.po: DeclNodes.inc.h +CodeGenFunction.po: DiagnosticCommonKinds.inc.h +CodeGenFunction.po: Intrinsics.inc.h +CodeGenFunction.po: StmtNodes.inc.h +CodeGenModule.o: AttrList.inc.h +CodeGenModule.o: AttrVisitor.inc.h +CodeGenModule.o: Attrs.inc.h +CodeGenModule.o: CommentCommandList.inc.h +CodeGenModule.o: DeclNodes.inc.h +CodeGenModule.o: DiagnosticCommonKinds.inc.h +CodeGenModule.o: DiagnosticSemaKinds.inc.h +CodeGenModule.o: Intrinsics.inc.h +CodeGenModule.o: StmtNodes.inc.h +CodeGenModule.po: AttrList.inc.h +CodeGenModule.po: AttrVisitor.inc.h +CodeGenModule.po: Attrs.inc.h +CodeGenModule.po: CommentCommandList.inc.h +CodeGenModule.po: DeclNodes.inc.h +CodeGenModule.po: DiagnosticCommonKinds.inc.h +CodeGenModule.po: DiagnosticSemaKinds.inc.h +CodeGenModule.po: Intrinsics.inc.h +CodeGenModule.po: StmtNodes.inc.h +CodeGenPGO.o: AttrList.inc.h +CodeGenPGO.o: AttrVisitor.inc.h +CodeGenPGO.o: Attrs.inc.h +CodeGenPGO.o: CommentCommandList.inc.h +CodeGenPGO.o: DeclNodes.inc.h +CodeGenPGO.o: DiagnosticCommonKinds.inc.h +CodeGenPGO.o: Intrinsics.inc.h +CodeGenPGO.o: StmtNodes.inc.h +CodeGenPGO.po: AttrList.inc.h +CodeGenPGO.po: AttrVisitor.inc.h +CodeGenPGO.po: Attrs.inc.h +CodeGenPGO.po: CommentCommandList.inc.h +CodeGenPGO.po: DeclNodes.inc.h +CodeGenPGO.po: DiagnosticCommonKinds.inc.h +CodeGenPGO.po: Intrinsics.inc.h +CodeGenPGO.po: StmtNodes.inc.h +CodeGenTBAA.o: AttrList.inc.h +CodeGenTBAA.o: Attrs.inc.h +CodeGenTBAA.o: CommentCommandList.inc.h +CodeGenTBAA.o: DeclNodes.inc.h +CodeGenTBAA.o: DiagnosticCommonKinds.inc.h +CodeGenTBAA.o: StmtNodes.inc.h +CodeGenTBAA.po: AttrList.inc.h +CodeGenTBAA.po: Attrs.inc.h +CodeGenTBAA.po: CommentCommandList.inc.h +CodeGenTBAA.po: DeclNodes.inc.h +CodeGenTBAA.po: DiagnosticCommonKinds.inc.h +CodeGenTBAA.po: StmtNodes.inc.h +CodeGenTypes.o: AttrList.inc.h +CodeGenTypes.o: Attrs.inc.h +CodeGenTypes.o: CommentCommandList.inc.h +CodeGenTypes.o: DeclNodes.inc.h +CodeGenTypes.o: DiagnosticCommonKinds.inc.h +CodeGenTypes.o: StmtNodes.inc.h +CodeGenTypes.po: AttrList.inc.h +CodeGenTypes.po: Attrs.inc.h +CodeGenTypes.po: CommentCommandList.inc.h +CodeGenTypes.po: DeclNodes.inc.h +CodeGenTypes.po: DiagnosticCommonKinds.inc.h +CodeGenTypes.po: StmtNodes.inc.h +CoverageMappingGen.o: AttrList.inc.h +CoverageMappingGen.o: Attrs.inc.h +CoverageMappingGen.o: CommentCommandList.inc.h +CoverageMappingGen.o: DeclNodes.inc.h +CoverageMappingGen.o: DiagnosticCommonKinds.inc.h +CoverageMappingGen.o: StmtNodes.inc.h +CoverageMappingGen.po: AttrList.inc.h +CoverageMappingGen.po: Attrs.inc.h +CoverageMappingGen.po: CommentCommandList.inc.h +CoverageMappingGen.po: DeclNodes.inc.h +CoverageMappingGen.po: DiagnosticCommonKinds.inc.h +CoverageMappingGen.po: StmtNodes.inc.h +ItaniumCXXABI.o: AttrList.inc.h +ItaniumCXXABI.o: Attrs.inc.h +ItaniumCXXABI.o: CommentCommandList.inc.h +ItaniumCXXABI.o: DeclNodes.inc.h +ItaniumCXXABI.o: DiagnosticCommonKinds.inc.h +ItaniumCXXABI.o: Intrinsics.inc.h +ItaniumCXXABI.o: StmtNodes.inc.h +ItaniumCXXABI.po: AttrList.inc.h +ItaniumCXXABI.po: Attrs.inc.h +ItaniumCXXABI.po: CommentCommandList.inc.h +ItaniumCXXABI.po: DeclNodes.inc.h +ItaniumCXXABI.po: DiagnosticCommonKinds.inc.h +ItaniumCXXABI.po: Intrinsics.inc.h +ItaniumCXXABI.po: StmtNodes.inc.h +MicrosoftCXXABI.o: AttrList.inc.h +MicrosoftCXXABI.o: Attrs.inc.h +MicrosoftCXXABI.o: CommentCommandList.inc.h +MicrosoftCXXABI.o: DeclNodes.inc.h +MicrosoftCXXABI.o: DiagnosticCommonKinds.inc.h +MicrosoftCXXABI.o: StmtNodes.inc.h +MicrosoftCXXABI.po: AttrList.inc.h +MicrosoftCXXABI.po: Attrs.inc.h +MicrosoftCXXABI.po: CommentCommandList.inc.h +MicrosoftCXXABI.po: DeclNodes.inc.h +MicrosoftCXXABI.po: DiagnosticCommonKinds.inc.h +MicrosoftCXXABI.po: StmtNodes.inc.h +ModuleBuilder.o: AttrList.inc.h +ModuleBuilder.o: Attrs.inc.h +ModuleBuilder.o: CommentCommandList.inc.h +ModuleBuilder.o: DeclNodes.inc.h +ModuleBuilder.o: DiagnosticCommonKinds.inc.h +ModuleBuilder.o: StmtNodes.inc.h +ModuleBuilder.po: AttrList.inc.h +ModuleBuilder.po: Attrs.inc.h +ModuleBuilder.po: CommentCommandList.inc.h +ModuleBuilder.po: DeclNodes.inc.h +ModuleBuilder.po: DiagnosticCommonKinds.inc.h +ModuleBuilder.po: StmtNodes.inc.h +SanitizerMetadata.o: AttrList.inc.h +SanitizerMetadata.o: Attrs.inc.h +SanitizerMetadata.o: CommentCommandList.inc.h +SanitizerMetadata.o: DeclNodes.inc.h +SanitizerMetadata.o: DiagnosticCommonKinds.inc.h +SanitizerMetadata.o: StmtNodes.inc.h +SanitizerMetadata.po: AttrList.inc.h +SanitizerMetadata.po: Attrs.inc.h +SanitizerMetadata.po: CommentCommandList.inc.h +SanitizerMetadata.po: DeclNodes.inc.h +SanitizerMetadata.po: DiagnosticCommonKinds.inc.h +SanitizerMetadata.po: StmtNodes.inc.h +TargetInfo.o: AttrList.inc.h +TargetInfo.o: Attrs.inc.h +TargetInfo.o: CommentCommandList.inc.h +TargetInfo.o: DeclNodes.inc.h +TargetInfo.o: DiagnosticCommonKinds.inc.h +TargetInfo.o: StmtNodes.inc.h +TargetInfo.po: AttrList.inc.h +TargetInfo.po: Attrs.inc.h +TargetInfo.po: CommentCommandList.inc.h +TargetInfo.po: DeclNodes.inc.h +TargetInfo.po: DiagnosticCommonKinds.inc.h +TargetInfo.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/libclangdriver/Makefile b/lib/clang/libclangdriver/Makefile new file mode 100644 index 0000000..bc62b40 --- /dev/null +++ b/lib/clang/libclangdriver/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangdriver + +SRCDIR= tools/clang/lib/Driver +SRCS= Action.cpp \ + Compilation.cpp \ + CrossWindowsToolChain.cpp \ + Driver.cpp \ + DriverOptions.cpp \ + Job.cpp \ + MSVCToolChain.cpp \ + MinGWToolChain.cpp \ + Multilib.cpp \ + Phases.cpp \ + SanitizerArgs.cpp \ + Tool.cpp \ + ToolChain.cpp \ + ToolChains.cpp \ + Tools.cpp \ + Types.cpp + +TGHDRS= DiagnosticCommonKinds \ + DiagnosticDriverKinds \ + DiagnosticSemaKinds \ + Options + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangdriver/Makefile.depend b/lib/clang/libclangdriver/Makefile.depend new file mode 100644 index 0000000..24c1e09 --- /dev/null +++ b/lib/clang/libclangdriver/Makefile.depend @@ -0,0 +1,71 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Compilation.o: DiagnosticCommonKinds.inc.h +Compilation.o: DiagnosticDriverKinds.inc.h +Compilation.o: Options.inc.h +Compilation.po: DiagnosticCommonKinds.inc.h +Compilation.po: DiagnosticDriverKinds.inc.h +Compilation.po: Options.inc.h +CrossWindowsToolChain.o: DiagnosticCommonKinds.inc.h +CrossWindowsToolChain.o: Options.inc.h +CrossWindowsToolChain.po: DiagnosticCommonKinds.inc.h +CrossWindowsToolChain.po: Options.inc.h +Driver.o: DiagnosticCommonKinds.inc.h +Driver.o: DiagnosticDriverKinds.inc.h +Driver.o: Options.inc.h +Driver.po: DiagnosticCommonKinds.inc.h +Driver.po: DiagnosticDriverKinds.inc.h +Driver.po: Options.inc.h +DriverOptions.o: Options.inc.h +DriverOptions.po: Options.inc.h +Job.o: DiagnosticCommonKinds.inc.h +Job.o: DiagnosticDriverKinds.inc.h +Job.po: DiagnosticCommonKinds.inc.h +Job.po: DiagnosticDriverKinds.inc.h +MSVCToolChain.o: DiagnosticCommonKinds.inc.h +MSVCToolChain.o: DiagnosticDriverKinds.inc.h +MSVCToolChain.o: Options.inc.h +MSVCToolChain.po: DiagnosticCommonKinds.inc.h +MSVCToolChain.po: DiagnosticDriverKinds.inc.h +MSVCToolChain.po: Options.inc.h +Multilib.o: Options.inc.h +Multilib.po: Options.inc.h +SanitizerArgs.o: DiagnosticCommonKinds.inc.h +SanitizerArgs.o: DiagnosticDriverKinds.inc.h +SanitizerArgs.o: Options.inc.h +SanitizerArgs.po: DiagnosticCommonKinds.inc.h +SanitizerArgs.po: DiagnosticDriverKinds.inc.h +SanitizerArgs.po: Options.inc.h +ToolChain.o: DiagnosticCommonKinds.inc.h +ToolChain.o: DiagnosticDriverKinds.inc.h +ToolChain.o: Options.inc.h +ToolChain.po: DiagnosticCommonKinds.inc.h +ToolChain.po: DiagnosticDriverKinds.inc.h +ToolChain.po: Options.inc.h +ToolChains.o: DiagnosticCommonKinds.inc.h +ToolChains.o: DiagnosticDriverKinds.inc.h +ToolChains.o: Options.inc.h +ToolChains.po: DiagnosticCommonKinds.inc.h +ToolChains.po: DiagnosticDriverKinds.inc.h +ToolChains.po: Options.inc.h +Tools.o: DiagnosticCommonKinds.inc.h +Tools.o: DiagnosticDriverKinds.inc.h +Tools.o: Options.inc.h +Tools.po: DiagnosticCommonKinds.inc.h +Tools.po: DiagnosticDriverKinds.inc.h +Tools.po: Options.inc.h +.endif diff --git a/lib/clang/libclangedit/Makefile b/lib/clang/libclangedit/Makefile new file mode 100644 index 0000000..f403b00 --- /dev/null +++ b/lib/clang/libclangedit/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangedit + +SRCDIR= tools/clang/lib/Edit +SRCS= Commit.cpp \ + EditedSource.cpp \ + RewriteObjCFoundationAPI.cpp + +TGHDRS= AttrList \ + Attrs \ + CommentCommandList \ + CommentNodes \ + DeclNodes \ + StmtNodes \ + DiagnosticCommonKinds + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangedit/Makefile.depend b/lib/clang/libclangedit/Makefile.depend new file mode 100644 index 0000000..778a945 --- /dev/null +++ b/lib/clang/libclangedit/Makefile.depend @@ -0,0 +1,26 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Commit.o: DiagnosticCommonKinds.inc.h +Commit.po: DiagnosticCommonKinds.inc.h +RewriteObjCFoundationAPI.o: CommentCommandList.inc.h +RewriteObjCFoundationAPI.o: DeclNodes.inc.h +RewriteObjCFoundationAPI.o: DiagnosticCommonKinds.inc.h +RewriteObjCFoundationAPI.o: StmtNodes.inc.h +RewriteObjCFoundationAPI.po: CommentCommandList.inc.h +RewriteObjCFoundationAPI.po: DeclNodes.inc.h +RewriteObjCFoundationAPI.po: DiagnosticCommonKinds.inc.h +RewriteObjCFoundationAPI.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/libclangfrontend/Makefile b/lib/clang/libclangfrontend/Makefile new file mode 100644 index 0000000..8e63fb0 --- /dev/null +++ b/lib/clang/libclangfrontend/Makefile @@ -0,0 +1,57 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangfrontend + +SRCDIR= tools/clang/lib/Frontend +SRCS= ASTConsumers.cpp \ + ASTMerge.cpp \ + ASTUnit.cpp \ + CacheTokens.cpp \ + ChainedDiagnosticConsumer.cpp \ + ChainedIncludesSource.cpp \ + CodeGenOptions.cpp \ + CompilerInstance.cpp \ + CompilerInvocation.cpp \ + CreateInvocationFromCommandLine.cpp \ + DependencyFile.cpp \ + DependencyGraph.cpp \ + DiagnosticRenderer.cpp \ + FrontendAction.cpp \ + FrontendActions.cpp \ + FrontendOptions.cpp \ + HeaderIncludeGen.cpp \ + InitHeaderSearch.cpp \ + InitPreprocessor.cpp \ + LangStandards.cpp \ + LayoutOverrideSource.cpp \ + LogDiagnosticPrinter.cpp \ + ModuleDependencyCollector.cpp \ + MultiplexConsumer.cpp \ + PCHContainerOperations.cpp \ + PrintPreprocessedOutput.cpp \ + SerializedDiagnosticPrinter.cpp \ + SerializedDiagnosticReader.cpp \ + TextDiagnostic.cpp \ + TextDiagnosticBuffer.cpp \ + TextDiagnosticPrinter.cpp \ + VerifyDiagnosticConsumer.cpp + +TGHDRS= AttrList \ + AttrParsedAttrList \ + AttrVisitor \ + Attrs \ + CommentCommandList \ + CommentNodes \ + DeclNodes \ + DiagnosticASTKinds \ + DiagnosticCommonKinds \ + DiagnosticDriverKinds \ + DiagnosticFrontendKinds \ + DiagnosticLexKinds \ + DiagnosticSemaKinds \ + Options \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangfrontend/Makefile.depend b/lib/clang/libclangfrontend/Makefile.depend new file mode 100644 index 0000000..8605e39 --- /dev/null +++ b/lib/clang/libclangfrontend/Makefile.depend @@ -0,0 +1,225 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ASTConsumers.o: AttrList.inc.h +ASTConsumers.o: AttrVisitor.inc.h +ASTConsumers.o: Attrs.inc.h +ASTConsumers.o: CommentCommandList.inc.h +ASTConsumers.o: DeclNodes.inc.h +ASTConsumers.o: DiagnosticCommonKinds.inc.h +ASTConsumers.o: StmtNodes.inc.h +ASTConsumers.po: AttrList.inc.h +ASTConsumers.po: AttrVisitor.inc.h +ASTConsumers.po: Attrs.inc.h +ASTConsumers.po: CommentCommandList.inc.h +ASTConsumers.po: DeclNodes.inc.h +ASTConsumers.po: DiagnosticCommonKinds.inc.h +ASTConsumers.po: StmtNodes.inc.h +ASTMerge.o: CommentCommandList.inc.h +ASTMerge.o: DeclNodes.inc.h +ASTMerge.o: DiagnosticASTKinds.inc.h +ASTMerge.o: DiagnosticCommonKinds.inc.h +ASTMerge.o: StmtNodes.inc.h +ASTMerge.po: CommentCommandList.inc.h +ASTMerge.po: DeclNodes.inc.h +ASTMerge.po: DiagnosticASTKinds.inc.h +ASTMerge.po: DiagnosticCommonKinds.inc.h +ASTMerge.po: StmtNodes.inc.h +ASTUnit.o: AttrList.inc.h +ASTUnit.o: AttrParsedAttrList.inc.h +ASTUnit.o: Attrs.inc.h +ASTUnit.o: CommentCommandList.inc.h +ASTUnit.o: DeclNodes.inc.h +ASTUnit.o: DiagnosticCommonKinds.inc.h +ASTUnit.o: DiagnosticFrontendKinds.inc.h +ASTUnit.o: StmtNodes.inc.h +ASTUnit.po: AttrList.inc.h +ASTUnit.po: AttrParsedAttrList.inc.h +ASTUnit.po: Attrs.inc.h +ASTUnit.po: CommentCommandList.inc.h +ASTUnit.po: DeclNodes.inc.h +ASTUnit.po: DiagnosticCommonKinds.inc.h +ASTUnit.po: DiagnosticFrontendKinds.inc.h +ASTUnit.po: StmtNodes.inc.h +CacheTokens.o: DiagnosticCommonKinds.inc.h +CacheTokens.po: DiagnosticCommonKinds.inc.h +ChainedDiagnosticConsumer.o: DiagnosticCommonKinds.inc.h +ChainedDiagnosticConsumer.po: DiagnosticCommonKinds.inc.h +ChainedIncludesSource.o: AttrList.inc.h +ChainedIncludesSource.o: AttrParsedAttrList.inc.h +ChainedIncludesSource.o: Attrs.inc.h +ChainedIncludesSource.o: CommentCommandList.inc.h +ChainedIncludesSource.o: DeclNodes.inc.h +ChainedIncludesSource.o: DiagnosticCommonKinds.inc.h +ChainedIncludesSource.o: StmtNodes.inc.h +ChainedIncludesSource.po: AttrList.inc.h +ChainedIncludesSource.po: AttrParsedAttrList.inc.h +ChainedIncludesSource.po: Attrs.inc.h +ChainedIncludesSource.po: CommentCommandList.inc.h +ChainedIncludesSource.po: DeclNodes.inc.h +ChainedIncludesSource.po: DiagnosticCommonKinds.inc.h +ChainedIncludesSource.po: StmtNodes.inc.h +CompilerInstance.o: AttrList.inc.h +CompilerInstance.o: AttrParsedAttrList.inc.h +CompilerInstance.o: Attrs.inc.h +CompilerInstance.o: CommentCommandList.inc.h +CompilerInstance.o: DeclNodes.inc.h +CompilerInstance.o: DiagnosticCommonKinds.inc.h +CompilerInstance.o: DiagnosticFrontendKinds.inc.h +CompilerInstance.o: StmtNodes.inc.h +CompilerInstance.po: AttrList.inc.h +CompilerInstance.po: AttrParsedAttrList.inc.h +CompilerInstance.po: Attrs.inc.h +CompilerInstance.po: CommentCommandList.inc.h +CompilerInstance.po: DeclNodes.inc.h +CompilerInstance.po: DiagnosticCommonKinds.inc.h +CompilerInstance.po: DiagnosticFrontendKinds.inc.h +CompilerInstance.po: StmtNodes.inc.h +CompilerInvocation.o: AttrList.inc.h +CompilerInvocation.o: AttrParsedAttrList.inc.h +CompilerInvocation.o: Attrs.inc.h +CompilerInvocation.o: DeclNodes.inc.h +CompilerInvocation.o: DiagnosticCommonKinds.inc.h +CompilerInvocation.o: DiagnosticDriverKinds.inc.h +CompilerInvocation.o: DiagnosticFrontendKinds.inc.h +CompilerInvocation.o: Options.inc.h +CompilerInvocation.o: StmtNodes.inc.h +CompilerInvocation.po: AttrList.inc.h +CompilerInvocation.po: AttrParsedAttrList.inc.h +CompilerInvocation.po: Attrs.inc.h +CompilerInvocation.po: DeclNodes.inc.h +CompilerInvocation.po: DiagnosticCommonKinds.inc.h +CompilerInvocation.po: DiagnosticDriverKinds.inc.h +CompilerInvocation.po: DiagnosticFrontendKinds.inc.h +CompilerInvocation.po: Options.inc.h +CompilerInvocation.po: StmtNodes.inc.h +CreateInvocationFromCommandLine.o: DiagnosticCommonKinds.inc.h +CreateInvocationFromCommandLine.o: DiagnosticFrontendKinds.inc.h +CreateInvocationFromCommandLine.o: Options.inc.h +CreateInvocationFromCommandLine.po: DiagnosticCommonKinds.inc.h +CreateInvocationFromCommandLine.po: DiagnosticFrontendKinds.inc.h +CreateInvocationFromCommandLine.po: Options.inc.h +DependencyFile.o: AttrList.inc.h +DependencyFile.o: AttrParsedAttrList.inc.h +DependencyFile.o: Attrs.inc.h +DependencyFile.o: DeclNodes.inc.h +DependencyFile.o: DiagnosticCommonKinds.inc.h +DependencyFile.o: DiagnosticFrontendKinds.inc.h +DependencyFile.o: DiagnosticLexKinds.inc.h +DependencyFile.o: StmtNodes.inc.h +DependencyFile.po: AttrList.inc.h +DependencyFile.po: AttrParsedAttrList.inc.h +DependencyFile.po: Attrs.inc.h +DependencyFile.po: DeclNodes.inc.h +DependencyFile.po: DiagnosticCommonKinds.inc.h +DependencyFile.po: DiagnosticFrontendKinds.inc.h +DependencyFile.po: DiagnosticLexKinds.inc.h +DependencyFile.po: StmtNodes.inc.h +DependencyGraph.o: DiagnosticCommonKinds.inc.h +DependencyGraph.o: DiagnosticFrontendKinds.inc.h +DependencyGraph.po: DiagnosticCommonKinds.inc.h +DependencyGraph.po: DiagnosticFrontendKinds.inc.h +DiagnosticRenderer.o: DiagnosticCommonKinds.inc.h +DiagnosticRenderer.po: DiagnosticCommonKinds.inc.h +FrontendAction.o: AttrList.inc.h +FrontendAction.o: AttrParsedAttrList.inc.h +FrontendAction.o: Attrs.inc.h +FrontendAction.o: CommentCommandList.inc.h +FrontendAction.o: DeclNodes.inc.h +FrontendAction.o: DiagnosticCommonKinds.inc.h +FrontendAction.o: DiagnosticFrontendKinds.inc.h +FrontendAction.o: StmtNodes.inc.h +FrontendAction.po: AttrList.inc.h +FrontendAction.po: AttrParsedAttrList.inc.h +FrontendAction.po: Attrs.inc.h +FrontendAction.po: CommentCommandList.inc.h +FrontendAction.po: DeclNodes.inc.h +FrontendAction.po: DiagnosticCommonKinds.inc.h +FrontendAction.po: DiagnosticFrontendKinds.inc.h +FrontendAction.po: StmtNodes.inc.h +FrontendActions.o: AttrList.inc.h +FrontendActions.o: AttrParsedAttrList.inc.h +FrontendActions.o: Attrs.inc.h +FrontendActions.o: CommentCommandList.inc.h +FrontendActions.o: DeclNodes.inc.h +FrontendActions.o: DiagnosticCommonKinds.inc.h +FrontendActions.o: DiagnosticFrontendKinds.inc.h +FrontendActions.o: StmtNodes.inc.h +FrontendActions.po: AttrList.inc.h +FrontendActions.po: AttrParsedAttrList.inc.h +FrontendActions.po: Attrs.inc.h +FrontendActions.po: CommentCommandList.inc.h +FrontendActions.po: DeclNodes.inc.h +FrontendActions.po: DiagnosticCommonKinds.inc.h +FrontendActions.po: DiagnosticFrontendKinds.inc.h +FrontendActions.po: StmtNodes.inc.h +HeaderIncludeGen.o: DiagnosticCommonKinds.inc.h +HeaderIncludeGen.o: DiagnosticFrontendKinds.inc.h +HeaderIncludeGen.po: DiagnosticCommonKinds.inc.h +HeaderIncludeGen.po: DiagnosticFrontendKinds.inc.h +InitHeaderSearch.o: DiagnosticCommonKinds.inc.h +InitHeaderSearch.po: DiagnosticCommonKinds.inc.h +InitPreprocessor.o: AttrList.inc.h +InitPreprocessor.o: AttrParsedAttrList.inc.h +InitPreprocessor.o: Attrs.inc.h +InitPreprocessor.o: DeclNodes.inc.h +InitPreprocessor.o: DiagnosticCommonKinds.inc.h +InitPreprocessor.o: DiagnosticFrontendKinds.inc.h +InitPreprocessor.o: StmtNodes.inc.h +InitPreprocessor.po: AttrList.inc.h +InitPreprocessor.po: AttrParsedAttrList.inc.h +InitPreprocessor.po: Attrs.inc.h +InitPreprocessor.po: DeclNodes.inc.h +InitPreprocessor.po: DiagnosticCommonKinds.inc.h +InitPreprocessor.po: DiagnosticFrontendKinds.inc.h +InitPreprocessor.po: StmtNodes.inc.h +LayoutOverrideSource.o: DeclNodes.inc.h +LayoutOverrideSource.o: DiagnosticCommonKinds.inc.h +LayoutOverrideSource.po: DeclNodes.inc.h +LayoutOverrideSource.po: DiagnosticCommonKinds.inc.h +LogDiagnosticPrinter.o: DiagnosticCommonKinds.inc.h +LogDiagnosticPrinter.po: DiagnosticCommonKinds.inc.h +ModuleDependencyCollector.o: AttrList.inc.h +ModuleDependencyCollector.o: AttrParsedAttrList.inc.h +ModuleDependencyCollector.o: Attrs.inc.h +ModuleDependencyCollector.o: DeclNodes.inc.h +ModuleDependencyCollector.o: DiagnosticCommonKinds.inc.h +ModuleDependencyCollector.o: StmtNodes.inc.h +ModuleDependencyCollector.po: AttrList.inc.h +ModuleDependencyCollector.po: AttrParsedAttrList.inc.h +ModuleDependencyCollector.po: Attrs.inc.h +ModuleDependencyCollector.po: DeclNodes.inc.h +ModuleDependencyCollector.po: DiagnosticCommonKinds.inc.h +ModuleDependencyCollector.po: StmtNodes.inc.h +MultiplexConsumer.o: DiagnosticCommonKinds.inc.h +MultiplexConsumer.po: DiagnosticCommonKinds.inc.h +PrintPreprocessedOutput.o: DiagnosticCommonKinds.inc.h +PrintPreprocessedOutput.po: DiagnosticCommonKinds.inc.h +SerializedDiagnosticPrinter.o: DiagnosticCommonKinds.inc.h +SerializedDiagnosticPrinter.o: DiagnosticFrontendKinds.inc.h +SerializedDiagnosticPrinter.po: DiagnosticCommonKinds.inc.h +SerializedDiagnosticPrinter.po: DiagnosticFrontendKinds.inc.h +TextDiagnostic.o: DiagnosticCommonKinds.inc.h +TextDiagnostic.po: DiagnosticCommonKinds.inc.h +TextDiagnosticBuffer.o: DiagnosticCommonKinds.inc.h +TextDiagnosticBuffer.po: DiagnosticCommonKinds.inc.h +TextDiagnosticPrinter.o: DiagnosticCommonKinds.inc.h +TextDiagnosticPrinter.po: DiagnosticCommonKinds.inc.h +VerifyDiagnosticConsumer.o: DiagnosticCommonKinds.inc.h +VerifyDiagnosticConsumer.o: DiagnosticFrontendKinds.inc.h +VerifyDiagnosticConsumer.po: DiagnosticCommonKinds.inc.h +VerifyDiagnosticConsumer.po: DiagnosticFrontendKinds.inc.h +.endif diff --git a/lib/clang/libclangfrontendtool/Makefile b/lib/clang/libclangfrontendtool/Makefile new file mode 100644 index 0000000..0d71d55 --- /dev/null +++ b/lib/clang/libclangfrontendtool/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangfrontendtool + +SRCDIR= tools/clang/lib/FrontendTool +SRCS= ExecuteCompilerInvocation.cpp + +TGHDRS= CommentCommandList \ + DeclNodes \ + DiagnosticCommonKinds \ + DiagnosticFrontendKinds \ + Options \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangfrontendtool/Makefile.depend b/lib/clang/libclangfrontendtool/Makefile.depend new file mode 100644 index 0000000..78a5190 --- /dev/null +++ b/lib/clang/libclangfrontendtool/Makefile.depend @@ -0,0 +1,29 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ExecuteCompilerInvocation.o: CommentCommandList.inc.h +ExecuteCompilerInvocation.o: DeclNodes.inc.h +ExecuteCompilerInvocation.o: DiagnosticCommonKinds.inc.h +ExecuteCompilerInvocation.o: DiagnosticFrontendKinds.inc.h +ExecuteCompilerInvocation.o: Options.inc.h +ExecuteCompilerInvocation.o: StmtNodes.inc.h +ExecuteCompilerInvocation.po: CommentCommandList.inc.h +ExecuteCompilerInvocation.po: DeclNodes.inc.h +ExecuteCompilerInvocation.po: DiagnosticCommonKinds.inc.h +ExecuteCompilerInvocation.po: DiagnosticFrontendKinds.inc.h +ExecuteCompilerInvocation.po: Options.inc.h +ExecuteCompilerInvocation.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/libclanglex/Makefile b/lib/clang/libclanglex/Makefile new file mode 100644 index 0000000..90b1fca --- /dev/null +++ b/lib/clang/libclanglex/Makefile @@ -0,0 +1,35 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clanglex + +SRCDIR= tools/clang/lib/Lex +SRCS= HeaderMap.cpp \ + HeaderSearch.cpp \ + Lexer.cpp \ + LiteralSupport.cpp \ + MacroArgs.cpp \ + MacroInfo.cpp \ + ModuleMap.cpp \ + PPCaching.cpp \ + PPCallbacks.cpp \ + PPConditionalDirectiveRecord.cpp \ + PPDirectives.cpp \ + PPExpressions.cpp \ + PPLexerChange.cpp \ + PPMacroExpansion.cpp \ + PTHLexer.cpp \ + Pragma.cpp \ + PreprocessingRecord.cpp \ + Preprocessor.cpp \ + PreprocessorLexer.cpp \ + ScratchBuffer.cpp \ + TokenConcatenation.cpp \ + TokenLexer.cpp + +TGHDRS= AttrSpellingListIndex \ + DiagnosticCommonKinds \ + DiagnosticLexKinds + +.include "../clang.lib.mk" diff --git a/lib/clang/libclanglex/Makefile.depend b/lib/clang/libclanglex/Makefile.depend new file mode 100644 index 0000000..ae88032 --- /dev/null +++ b/lib/clang/libclanglex/Makefile.depend @@ -0,0 +1,85 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/clang/include.host \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +HeaderSearch.o: DiagnosticCommonKinds.inc.h +HeaderSearch.o: DiagnosticLexKinds.inc.h +HeaderSearch.po: DiagnosticCommonKinds.inc.h +HeaderSearch.po: DiagnosticLexKinds.inc.h +Lexer.o: DiagnosticCommonKinds.inc.h +Lexer.o: DiagnosticLexKinds.inc.h +Lexer.po: DiagnosticCommonKinds.inc.h +Lexer.po: DiagnosticLexKinds.inc.h +LiteralSupport.o: DiagnosticCommonKinds.inc.h +LiteralSupport.o: DiagnosticLexKinds.inc.h +LiteralSupport.po: DiagnosticCommonKinds.inc.h +LiteralSupport.po: DiagnosticLexKinds.inc.h +MacroArgs.o: DiagnosticCommonKinds.inc.h +MacroArgs.o: DiagnosticLexKinds.inc.h +MacroArgs.po: DiagnosticCommonKinds.inc.h +MacroArgs.po: DiagnosticLexKinds.inc.h +MacroInfo.o: DiagnosticCommonKinds.inc.h +MacroInfo.po: DiagnosticCommonKinds.inc.h +ModuleMap.o: DiagnosticCommonKinds.inc.h +ModuleMap.o: DiagnosticLexKinds.inc.h +ModuleMap.po: DiagnosticCommonKinds.inc.h +ModuleMap.po: DiagnosticLexKinds.inc.h +PPCaching.o: DiagnosticCommonKinds.inc.h +PPCaching.po: DiagnosticCommonKinds.inc.h +PPCallbacks.o: DiagnosticCommonKinds.inc.h +PPCallbacks.po: DiagnosticCommonKinds.inc.h +PPConditionalDirectiveRecord.o: DiagnosticCommonKinds.inc.h +PPConditionalDirectiveRecord.po: DiagnosticCommonKinds.inc.h +PPDirectives.o: DiagnosticCommonKinds.inc.h +PPDirectives.o: DiagnosticLexKinds.inc.h +PPDirectives.po: DiagnosticCommonKinds.inc.h +PPDirectives.po: DiagnosticLexKinds.inc.h +PPExpressions.o: DiagnosticCommonKinds.inc.h +PPExpressions.o: DiagnosticLexKinds.inc.h +PPExpressions.po: DiagnosticCommonKinds.inc.h +PPExpressions.po: DiagnosticLexKinds.inc.h +PPLexerChange.o: DiagnosticCommonKinds.inc.h +PPLexerChange.o: DiagnosticLexKinds.inc.h +PPLexerChange.po: DiagnosticCommonKinds.inc.h +PPLexerChange.po: DiagnosticLexKinds.inc.h +PPMacroExpansion.o: DiagnosticCommonKinds.inc.h +PPMacroExpansion.o: DiagnosticLexKinds.inc.h +PPMacroExpansion.po: DiagnosticCommonKinds.inc.h +PPMacroExpansion.po: DiagnosticLexKinds.inc.h +PTHLexer.o: DiagnosticCommonKinds.inc.h +PTHLexer.o: DiagnosticLexKinds.inc.h +PTHLexer.po: DiagnosticCommonKinds.inc.h +PTHLexer.po: DiagnosticLexKinds.inc.h +Pragma.o: DiagnosticCommonKinds.inc.h +Pragma.o: DiagnosticLexKinds.inc.h +Pragma.po: DiagnosticCommonKinds.inc.h +Pragma.po: DiagnosticLexKinds.inc.h +PreprocessingRecord.o: DiagnosticCommonKinds.inc.h +PreprocessingRecord.po: DiagnosticCommonKinds.inc.h +Preprocessor.o: DiagnosticCommonKinds.inc.h +Preprocessor.o: DiagnosticLexKinds.inc.h +Preprocessor.po: DiagnosticCommonKinds.inc.h +Preprocessor.po: DiagnosticLexKinds.inc.h +PreprocessorLexer.o: DiagnosticCommonKinds.inc.h +PreprocessorLexer.o: DiagnosticLexKinds.inc.h +PreprocessorLexer.po: DiagnosticCommonKinds.inc.h +PreprocessorLexer.po: DiagnosticLexKinds.inc.h +TokenConcatenation.o: DiagnosticCommonKinds.inc.h +TokenConcatenation.po: DiagnosticCommonKinds.inc.h +TokenLexer.o: DiagnosticCommonKinds.inc.h +TokenLexer.o: DiagnosticLexKinds.inc.h +TokenLexer.po: DiagnosticCommonKinds.inc.h +TokenLexer.po: DiagnosticLexKinds.inc.h +.endif diff --git a/lib/clang/libclangparse/Makefile b/lib/clang/libclangparse/Makefile new file mode 100644 index 0000000..e690d66 --- /dev/null +++ b/lib/clang/libclangparse/Makefile @@ -0,0 +1,36 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangparse + +SRCDIR= tools/clang/lib/Parse +SRCS= ParseAST.cpp \ + ParseCXXInlineMethods.cpp \ + ParseDecl.cpp \ + ParseDeclCXX.cpp \ + ParseExpr.cpp \ + ParseExprCXX.cpp \ + ParseInit.cpp \ + ParseObjc.cpp \ + ParseOpenMP.cpp \ + ParsePragma.cpp \ + ParseStmt.cpp \ + ParseStmtAsm.cpp \ + ParseTemplate.cpp \ + ParseTentative.cpp \ + Parser.cpp + +TGHDRS= AttrList \ + AttrParsedAttrList \ + AttrParserStringSwitches \ + Attrs \ + CommentCommandList \ + CommentNodes \ + DeclNodes \ + DiagnosticCommonKinds \ + DiagnosticParseKinds \ + DiagnosticSemaKinds \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangparse/Makefile.depend b/lib/clang/libclangparse/Makefile.depend new file mode 100644 index 0000000..52a5e4e --- /dev/null +++ b/lib/clang/libclangparse/Makefile.depend @@ -0,0 +1,250 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ParseAST.o: AttrList.inc.h +ParseAST.o: AttrParsedAttrList.inc.h +ParseAST.o: Attrs.inc.h +ParseAST.o: CommentCommandList.inc.h +ParseAST.o: DeclNodes.inc.h +ParseAST.o: DiagnosticCommonKinds.inc.h +ParseAST.o: DiagnosticParseKinds.inc.h +ParseAST.o: StmtNodes.inc.h +ParseAST.po: AttrList.inc.h +ParseAST.po: AttrParsedAttrList.inc.h +ParseAST.po: Attrs.inc.h +ParseAST.po: CommentCommandList.inc.h +ParseAST.po: DeclNodes.inc.h +ParseAST.po: DiagnosticCommonKinds.inc.h +ParseAST.po: DiagnosticParseKinds.inc.h +ParseAST.po: StmtNodes.inc.h +ParseCXXInlineMethods.o: AttrList.inc.h +ParseCXXInlineMethods.o: AttrParsedAttrList.inc.h +ParseCXXInlineMethods.o: Attrs.inc.h +ParseCXXInlineMethods.o: DeclNodes.inc.h +ParseCXXInlineMethods.o: DiagnosticCommonKinds.inc.h +ParseCXXInlineMethods.o: DiagnosticParseKinds.inc.h +ParseCXXInlineMethods.o: StmtNodes.inc.h +ParseCXXInlineMethods.po: AttrList.inc.h +ParseCXXInlineMethods.po: AttrParsedAttrList.inc.h +ParseCXXInlineMethods.po: Attrs.inc.h +ParseCXXInlineMethods.po: DeclNodes.inc.h +ParseCXXInlineMethods.po: DiagnosticCommonKinds.inc.h +ParseCXXInlineMethods.po: DiagnosticParseKinds.inc.h +ParseCXXInlineMethods.po: StmtNodes.inc.h +ParseDecl.o: AttrList.inc.h +ParseDecl.o: AttrParsedAttrList.inc.h +ParseDecl.o: AttrParserStringSwitches.inc.h +ParseDecl.o: Attrs.inc.h +ParseDecl.o: CommentCommandList.inc.h +ParseDecl.o: DeclNodes.inc.h +ParseDecl.o: DiagnosticCommonKinds.inc.h +ParseDecl.o: DiagnosticParseKinds.inc.h +ParseDecl.o: StmtNodes.inc.h +ParseDecl.po: AttrList.inc.h +ParseDecl.po: AttrParsedAttrList.inc.h +ParseDecl.po: AttrParserStringSwitches.inc.h +ParseDecl.po: Attrs.inc.h +ParseDecl.po: CommentCommandList.inc.h +ParseDecl.po: DeclNodes.inc.h +ParseDecl.po: DiagnosticCommonKinds.inc.h +ParseDecl.po: DiagnosticParseKinds.inc.h +ParseDecl.po: StmtNodes.inc.h +ParseDeclCXX.o: AttrList.inc.h +ParseDeclCXX.o: AttrParsedAttrList.inc.h +ParseDeclCXX.o: Attrs.inc.h +ParseDeclCXX.o: CommentCommandList.inc.h +ParseDeclCXX.o: DeclNodes.inc.h +ParseDeclCXX.o: DiagnosticCommonKinds.inc.h +ParseDeclCXX.o: DiagnosticParseKinds.inc.h +ParseDeclCXX.o: DiagnosticSemaKinds.inc.h +ParseDeclCXX.o: StmtNodes.inc.h +ParseDeclCXX.po: AttrList.inc.h +ParseDeclCXX.po: AttrParsedAttrList.inc.h +ParseDeclCXX.po: Attrs.inc.h +ParseDeclCXX.po: CommentCommandList.inc.h +ParseDeclCXX.po: DeclNodes.inc.h +ParseDeclCXX.po: DiagnosticCommonKinds.inc.h +ParseDeclCXX.po: DiagnosticParseKinds.inc.h +ParseDeclCXX.po: DiagnosticSemaKinds.inc.h +ParseDeclCXX.po: StmtNodes.inc.h +ParseExpr.o: AttrList.inc.h +ParseExpr.o: AttrParsedAttrList.inc.h +ParseExpr.o: Attrs.inc.h +ParseExpr.o: CommentCommandList.inc.h +ParseExpr.o: DeclNodes.inc.h +ParseExpr.o: DiagnosticCommonKinds.inc.h +ParseExpr.o: DiagnosticParseKinds.inc.h +ParseExpr.o: StmtNodes.inc.h +ParseExpr.po: AttrList.inc.h +ParseExpr.po: AttrParsedAttrList.inc.h +ParseExpr.po: Attrs.inc.h +ParseExpr.po: CommentCommandList.inc.h +ParseExpr.po: DeclNodes.inc.h +ParseExpr.po: DiagnosticCommonKinds.inc.h +ParseExpr.po: DiagnosticParseKinds.inc.h +ParseExpr.po: StmtNodes.inc.h +ParseExprCXX.o: AttrList.inc.h +ParseExprCXX.o: AttrParsedAttrList.inc.h +ParseExprCXX.o: Attrs.inc.h +ParseExprCXX.o: CommentCommandList.inc.h +ParseExprCXX.o: DeclNodes.inc.h +ParseExprCXX.o: DiagnosticCommonKinds.inc.h +ParseExprCXX.o: DiagnosticParseKinds.inc.h +ParseExprCXX.o: StmtNodes.inc.h +ParseExprCXX.po: AttrList.inc.h +ParseExprCXX.po: AttrParsedAttrList.inc.h +ParseExprCXX.po: Attrs.inc.h +ParseExprCXX.po: CommentCommandList.inc.h +ParseExprCXX.po: DeclNodes.inc.h +ParseExprCXX.po: DiagnosticCommonKinds.inc.h +ParseExprCXX.po: DiagnosticParseKinds.inc.h +ParseExprCXX.po: StmtNodes.inc.h +ParseInit.o: AttrList.inc.h +ParseInit.o: AttrParsedAttrList.inc.h +ParseInit.o: Attrs.inc.h +ParseInit.o: DeclNodes.inc.h +ParseInit.o: DiagnosticCommonKinds.inc.h +ParseInit.o: DiagnosticParseKinds.inc.h +ParseInit.o: StmtNodes.inc.h +ParseInit.po: AttrList.inc.h +ParseInit.po: AttrParsedAttrList.inc.h +ParseInit.po: Attrs.inc.h +ParseInit.po: DeclNodes.inc.h +ParseInit.po: DiagnosticCommonKinds.inc.h +ParseInit.po: DiagnosticParseKinds.inc.h +ParseInit.po: StmtNodes.inc.h +ParseObjc.o: AttrList.inc.h +ParseObjc.o: AttrParsedAttrList.inc.h +ParseObjc.o: Attrs.inc.h +ParseObjc.o: DeclNodes.inc.h +ParseObjc.o: DiagnosticCommonKinds.inc.h +ParseObjc.o: DiagnosticParseKinds.inc.h +ParseObjc.o: StmtNodes.inc.h +ParseObjc.po: AttrList.inc.h +ParseObjc.po: AttrParsedAttrList.inc.h +ParseObjc.po: Attrs.inc.h +ParseObjc.po: DeclNodes.inc.h +ParseObjc.po: DiagnosticCommonKinds.inc.h +ParseObjc.po: DiagnosticParseKinds.inc.h +ParseObjc.po: StmtNodes.inc.h +ParseOpenMP.o: AttrList.inc.h +ParseOpenMP.o: AttrParsedAttrList.inc.h +ParseOpenMP.o: Attrs.inc.h +ParseOpenMP.o: CommentCommandList.inc.h +ParseOpenMP.o: DeclNodes.inc.h +ParseOpenMP.o: DiagnosticCommonKinds.inc.h +ParseOpenMP.o: DiagnosticParseKinds.inc.h +ParseOpenMP.o: StmtNodes.inc.h +ParseOpenMP.po: AttrList.inc.h +ParseOpenMP.po: AttrParsedAttrList.inc.h +ParseOpenMP.po: Attrs.inc.h +ParseOpenMP.po: CommentCommandList.inc.h +ParseOpenMP.po: DeclNodes.inc.h +ParseOpenMP.po: DiagnosticCommonKinds.inc.h +ParseOpenMP.po: DiagnosticParseKinds.inc.h +ParseOpenMP.po: StmtNodes.inc.h +ParsePragma.o: AttrList.inc.h +ParsePragma.o: AttrParsedAttrList.inc.h +ParsePragma.o: Attrs.inc.h +ParsePragma.o: CommentCommandList.inc.h +ParsePragma.o: DeclNodes.inc.h +ParsePragma.o: DiagnosticCommonKinds.inc.h +ParsePragma.o: DiagnosticParseKinds.inc.h +ParsePragma.o: StmtNodes.inc.h +ParsePragma.po: AttrList.inc.h +ParsePragma.po: AttrParsedAttrList.inc.h +ParsePragma.po: Attrs.inc.h +ParsePragma.po: CommentCommandList.inc.h +ParsePragma.po: DeclNodes.inc.h +ParsePragma.po: DiagnosticCommonKinds.inc.h +ParsePragma.po: DiagnosticParseKinds.inc.h +ParsePragma.po: StmtNodes.inc.h +ParseStmt.o: AttrList.inc.h +ParseStmt.o: AttrParsedAttrList.inc.h +ParseStmt.o: Attrs.inc.h +ParseStmt.o: CommentCommandList.inc.h +ParseStmt.o: DeclNodes.inc.h +ParseStmt.o: DiagnosticCommonKinds.inc.h +ParseStmt.o: DiagnosticParseKinds.inc.h +ParseStmt.o: StmtNodes.inc.h +ParseStmt.po: AttrList.inc.h +ParseStmt.po: AttrParsedAttrList.inc.h +ParseStmt.po: Attrs.inc.h +ParseStmt.po: CommentCommandList.inc.h +ParseStmt.po: DeclNodes.inc.h +ParseStmt.po: DiagnosticCommonKinds.inc.h +ParseStmt.po: DiagnosticParseKinds.inc.h +ParseStmt.po: StmtNodes.inc.h +ParseStmtAsm.o: AttrList.inc.h +ParseStmtAsm.o: AttrParsedAttrList.inc.h +ParseStmtAsm.o: Attrs.inc.h +ParseStmtAsm.o: CommentCommandList.inc.h +ParseStmtAsm.o: DeclNodes.inc.h +ParseStmtAsm.o: DiagnosticCommonKinds.inc.h +ParseStmtAsm.o: DiagnosticParseKinds.inc.h +ParseStmtAsm.o: StmtNodes.inc.h +ParseStmtAsm.po: AttrList.inc.h +ParseStmtAsm.po: AttrParsedAttrList.inc.h +ParseStmtAsm.po: Attrs.inc.h +ParseStmtAsm.po: CommentCommandList.inc.h +ParseStmtAsm.po: DeclNodes.inc.h +ParseStmtAsm.po: DiagnosticCommonKinds.inc.h +ParseStmtAsm.po: DiagnosticParseKinds.inc.h +ParseStmtAsm.po: StmtNodes.inc.h +ParseTemplate.o: AttrList.inc.h +ParseTemplate.o: AttrParsedAttrList.inc.h +ParseTemplate.o: Attrs.inc.h +ParseTemplate.o: DeclNodes.inc.h +ParseTemplate.o: DiagnosticCommonKinds.inc.h +ParseTemplate.o: DiagnosticParseKinds.inc.h +ParseTemplate.o: StmtNodes.inc.h +ParseTemplate.po: AttrList.inc.h +ParseTemplate.po: AttrParsedAttrList.inc.h +ParseTemplate.po: Attrs.inc.h +ParseTemplate.po: DeclNodes.inc.h +ParseTemplate.po: DiagnosticCommonKinds.inc.h +ParseTemplate.po: DiagnosticParseKinds.inc.h +ParseTemplate.po: StmtNodes.inc.h +ParseTentative.o: AttrList.inc.h +ParseTentative.o: AttrParsedAttrList.inc.h +ParseTentative.o: Attrs.inc.h +ParseTentative.o: DeclNodes.inc.h +ParseTentative.o: DiagnosticCommonKinds.inc.h +ParseTentative.o: DiagnosticParseKinds.inc.h +ParseTentative.o: StmtNodes.inc.h +ParseTentative.po: AttrList.inc.h +ParseTentative.po: AttrParsedAttrList.inc.h +ParseTentative.po: Attrs.inc.h +ParseTentative.po: DeclNodes.inc.h +ParseTentative.po: DiagnosticCommonKinds.inc.h +ParseTentative.po: DiagnosticParseKinds.inc.h +ParseTentative.po: StmtNodes.inc.h +Parser.o: AttrList.inc.h +Parser.o: AttrParsedAttrList.inc.h +Parser.o: Attrs.inc.h +Parser.o: CommentCommandList.inc.h +Parser.o: DeclNodes.inc.h +Parser.o: DiagnosticCommonKinds.inc.h +Parser.o: DiagnosticParseKinds.inc.h +Parser.o: StmtNodes.inc.h +Parser.po: AttrList.inc.h +Parser.po: AttrParsedAttrList.inc.h +Parser.po: Attrs.inc.h +Parser.po: CommentCommandList.inc.h +Parser.po: DeclNodes.inc.h +Parser.po: DiagnosticCommonKinds.inc.h +Parser.po: DiagnosticParseKinds.inc.h +Parser.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/libclangrewrite/Makefile b/lib/clang/libclangrewrite/Makefile new file mode 100644 index 0000000..ec770c3 --- /dev/null +++ b/lib/clang/libclangrewrite/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangrewrite + +SRCDIR= tools/clang/lib/Rewrite +SRCS= DeltaTree.cpp \ + HTMLRewrite.cpp \ + RewriteRope.cpp \ + Rewriter.cpp \ + TokenRewriter.cpp + +TGHDRS= AttrList \ + Attrs \ + DeclNodes \ + DiagnosticCommonKinds \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangrewrite/Makefile.depend b/lib/clang/libclangrewrite/Makefile.depend new file mode 100644 index 0000000..a6f8e9c --- /dev/null +++ b/lib/clang/libclangrewrite/Makefile.depend @@ -0,0 +1,20 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +HTMLRewrite.o: DiagnosticCommonKinds.inc.h +HTMLRewrite.po: DiagnosticCommonKinds.inc.h +Rewriter.o: DiagnosticCommonKinds.inc.h +Rewriter.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/libclangrewritefrontend/Makefile b/lib/clang/libclangrewritefrontend/Makefile new file mode 100644 index 0000000..2f614fb --- /dev/null +++ b/lib/clang/libclangrewritefrontend/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangrewritefrontend + +SRCDIR= tools/clang/lib/Frontend/Rewrite +SRCS= FixItRewriter.cpp \ + FrontendActions.cpp \ + HTMLPrint.cpp \ + InclusionRewriter.cpp \ + RewriteMacros.cpp \ + RewriteTest.cpp + +TGHDRS= AttrList \ + AttrParsedAttrList \ + Attrs \ + CommentCommandList \ + DeclNodes \ + DiagnosticCommonKinds \ + DiagnosticFrontendKinds \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangrewritefrontend/Makefile.depend b/lib/clang/libclangrewritefrontend/Makefile.depend new file mode 100644 index 0000000..6bb290f --- /dev/null +++ b/lib/clang/libclangrewritefrontend/Makefile.depend @@ -0,0 +1,50 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +FixItRewriter.o: DiagnosticCommonKinds.inc.h +FixItRewriter.o: DiagnosticFrontendKinds.inc.h +FixItRewriter.po: DiagnosticCommonKinds.inc.h +FixItRewriter.po: DiagnosticFrontendKinds.inc.h +FrontendActions.o: AttrList.inc.h +FrontendActions.o: AttrParsedAttrList.inc.h +FrontendActions.o: Attrs.inc.h +FrontendActions.o: CommentCommandList.inc.h +FrontendActions.o: DeclNodes.inc.h +FrontendActions.o: DiagnosticCommonKinds.inc.h +FrontendActions.o: DiagnosticFrontendKinds.inc.h +FrontendActions.o: StmtNodes.inc.h +FrontendActions.po: AttrList.inc.h +FrontendActions.po: AttrParsedAttrList.inc.h +FrontendActions.po: Attrs.inc.h +FrontendActions.po: CommentCommandList.inc.h +FrontendActions.po: DeclNodes.inc.h +FrontendActions.po: DiagnosticCommonKinds.inc.h +FrontendActions.po: DiagnosticFrontendKinds.inc.h +FrontendActions.po: StmtNodes.inc.h +HTMLPrint.o: CommentCommandList.inc.h +HTMLPrint.o: DeclNodes.inc.h +HTMLPrint.o: DiagnosticCommonKinds.inc.h +HTMLPrint.o: StmtNodes.inc.h +HTMLPrint.po: CommentCommandList.inc.h +HTMLPrint.po: DeclNodes.inc.h +HTMLPrint.po: DiagnosticCommonKinds.inc.h +HTMLPrint.po: StmtNodes.inc.h +InclusionRewriter.o: DiagnosticCommonKinds.inc.h +InclusionRewriter.po: DiagnosticCommonKinds.inc.h +RewriteMacros.o: DiagnosticCommonKinds.inc.h +RewriteMacros.po: DiagnosticCommonKinds.inc.h +RewriteTest.o: DiagnosticCommonKinds.inc.h +RewriteTest.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/libclangsema/Makefile b/lib/clang/libclangsema/Makefile new file mode 100644 index 0000000..08c120a --- /dev/null +++ b/lib/clang/libclangsema/Makefile @@ -0,0 +1,74 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangsema + +SRCDIR= tools/clang/lib/Sema +SRCS= AnalysisBasedWarnings.cpp \ + AttributeList.cpp \ + CodeCompleteConsumer.cpp \ + DeclSpec.cpp \ + DelayedDiagnostic.cpp \ + IdentifierResolver.cpp \ + JumpDiagnostics.cpp \ + MultiplexExternalSemaSource.cpp \ + Scope.cpp \ + ScopeInfo.cpp \ + Sema.cpp \ + SemaAccess.cpp \ + SemaAttr.cpp \ + SemaCUDA.cpp \ + SemaCXXScopeSpec.cpp \ + SemaCast.cpp \ + SemaChecking.cpp \ + SemaCodeComplete.cpp \ + SemaConsumer.cpp \ + SemaDecl.cpp \ + SemaDeclAttr.cpp \ + SemaDeclCXX.cpp \ + SemaDeclObjC.cpp \ + SemaExceptionSpec.cpp \ + SemaExpr.cpp \ + SemaExprCXX.cpp \ + SemaExprMember.cpp \ + SemaExprObjC.cpp \ + SemaFixItUtils.cpp \ + SemaInit.cpp \ + SemaLambda.cpp \ + SemaLookup.cpp \ + SemaObjCProperty.cpp \ + SemaOpenMP.cpp \ + SemaOverload.cpp \ + SemaPseudoObject.cpp \ + SemaStmt.cpp \ + SemaStmtAsm.cpp \ + SemaStmtAttr.cpp \ + SemaTemplate.cpp \ + SemaTemplateDeduction.cpp \ + SemaTemplateInstantiate.cpp \ + SemaTemplateInstantiateDecl.cpp \ + SemaTemplateVariadic.cpp \ + SemaType.cpp \ + TypeLocBuilder.cpp + +TGHDRS= AttrList \ + AttrParsedAttrImpl \ + AttrParsedAttrKinds \ + AttrParsedAttrList \ + AttrSpellingListIndex \ + AttrTemplateInstantiate \ + AttrVisitor \ + Attrs \ + CommentCommandList \ + CommentNodes \ + DeclNodes \ + DiagnosticASTKinds \ + DiagnosticCommentKinds \ + DiagnosticCommonKinds \ + DiagnosticParseKinds \ + DiagnosticSemaKinds \ + StmtNodes \ + arm_neon + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangsema/Makefile.depend b/lib/clang/libclangsema/Makefile.depend new file mode 100644 index 0000000..158b16d --- /dev/null +++ b/lib/clang/libclangsema/Makefile.depend @@ -0,0 +1,722 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AnalysisBasedWarnings.o: AttrList.inc.h +AnalysisBasedWarnings.o: AttrParsedAttrList.inc.h +AnalysisBasedWarnings.o: AttrVisitor.inc.h +AnalysisBasedWarnings.o: Attrs.inc.h +AnalysisBasedWarnings.o: CommentCommandList.inc.h +AnalysisBasedWarnings.o: DeclNodes.inc.h +AnalysisBasedWarnings.o: DiagnosticCommonKinds.inc.h +AnalysisBasedWarnings.o: DiagnosticSemaKinds.inc.h +AnalysisBasedWarnings.o: StmtNodes.inc.h +AnalysisBasedWarnings.po: AttrList.inc.h +AnalysisBasedWarnings.po: AttrParsedAttrList.inc.h +AnalysisBasedWarnings.po: AttrVisitor.inc.h +AnalysisBasedWarnings.po: Attrs.inc.h +AnalysisBasedWarnings.po: CommentCommandList.inc.h +AnalysisBasedWarnings.po: DeclNodes.inc.h +AnalysisBasedWarnings.po: DiagnosticCommonKinds.inc.h +AnalysisBasedWarnings.po: DiagnosticSemaKinds.inc.h +AnalysisBasedWarnings.po: StmtNodes.inc.h +AttributeList.o: AttrList.inc.h +AttributeList.o: AttrParsedAttrImpl.inc.h +AttributeList.o: AttrParsedAttrKinds.inc.h +AttributeList.o: AttrParsedAttrList.inc.h +AttributeList.o: AttrSpellingListIndex.inc.h +AttributeList.o: Attrs.inc.h +AttributeList.o: CommentCommandList.inc.h +AttributeList.o: DeclNodes.inc.h +AttributeList.o: DiagnosticCommonKinds.inc.h +AttributeList.o: DiagnosticSemaKinds.inc.h +AttributeList.o: StmtNodes.inc.h +AttributeList.po: AttrList.inc.h +AttributeList.po: AttrParsedAttrImpl.inc.h +AttributeList.po: AttrParsedAttrKinds.inc.h +AttributeList.po: AttrParsedAttrList.inc.h +AttributeList.po: AttrSpellingListIndex.inc.h +AttributeList.po: Attrs.inc.h +AttributeList.po: CommentCommandList.inc.h +AttributeList.po: DeclNodes.inc.h +AttributeList.po: DiagnosticCommonKinds.inc.h +AttributeList.po: DiagnosticSemaKinds.inc.h +AttributeList.po: StmtNodes.inc.h +CodeCompleteConsumer.o: AttrList.inc.h +CodeCompleteConsumer.o: AttrParsedAttrList.inc.h +CodeCompleteConsumer.o: Attrs.inc.h +CodeCompleteConsumer.o: DeclNodes.inc.h +CodeCompleteConsumer.o: DiagnosticCommonKinds.inc.h +CodeCompleteConsumer.o: StmtNodes.inc.h +CodeCompleteConsumer.po: AttrList.inc.h +CodeCompleteConsumer.po: AttrParsedAttrList.inc.h +CodeCompleteConsumer.po: Attrs.inc.h +CodeCompleteConsumer.po: DeclNodes.inc.h +CodeCompleteConsumer.po: DiagnosticCommonKinds.inc.h +CodeCompleteConsumer.po: StmtNodes.inc.h +DeclSpec.o: AttrList.inc.h +DeclSpec.o: AttrParsedAttrList.inc.h +DeclSpec.o: Attrs.inc.h +DeclSpec.o: CommentCommandList.inc.h +DeclSpec.o: DeclNodes.inc.h +DeclSpec.o: DiagnosticCommonKinds.inc.h +DeclSpec.o: DiagnosticParseKinds.inc.h +DeclSpec.o: DiagnosticSemaKinds.inc.h +DeclSpec.o: StmtNodes.inc.h +DeclSpec.po: AttrList.inc.h +DeclSpec.po: AttrParsedAttrList.inc.h +DeclSpec.po: Attrs.inc.h +DeclSpec.po: CommentCommandList.inc.h +DeclSpec.po: DeclNodes.inc.h +DeclSpec.po: DiagnosticCommonKinds.inc.h +DeclSpec.po: DiagnosticParseKinds.inc.h +DeclSpec.po: DiagnosticSemaKinds.inc.h +DeclSpec.po: StmtNodes.inc.h +DelayedDiagnostic.o: AttrList.inc.h +DelayedDiagnostic.o: AttrParsedAttrList.inc.h +DelayedDiagnostic.o: Attrs.inc.h +DelayedDiagnostic.o: DeclNodes.inc.h +DelayedDiagnostic.o: DiagnosticCommonKinds.inc.h +DelayedDiagnostic.o: StmtNodes.inc.h +DelayedDiagnostic.po: AttrList.inc.h +DelayedDiagnostic.po: AttrParsedAttrList.inc.h +DelayedDiagnostic.po: Attrs.inc.h +DelayedDiagnostic.po: DeclNodes.inc.h +DelayedDiagnostic.po: DiagnosticCommonKinds.inc.h +DelayedDiagnostic.po: StmtNodes.inc.h +IdentifierResolver.o: DeclNodes.inc.h +IdentifierResolver.o: DiagnosticCommonKinds.inc.h +IdentifierResolver.po: DeclNodes.inc.h +IdentifierResolver.po: DiagnosticCommonKinds.inc.h +JumpDiagnostics.o: AttrList.inc.h +JumpDiagnostics.o: AttrParsedAttrList.inc.h +JumpDiagnostics.o: Attrs.inc.h +JumpDiagnostics.o: CommentCommandList.inc.h +JumpDiagnostics.o: DeclNodes.inc.h +JumpDiagnostics.o: DiagnosticCommonKinds.inc.h +JumpDiagnostics.o: DiagnosticSemaKinds.inc.h +JumpDiagnostics.o: StmtNodes.inc.h +JumpDiagnostics.po: AttrList.inc.h +JumpDiagnostics.po: AttrParsedAttrList.inc.h +JumpDiagnostics.po: Attrs.inc.h +JumpDiagnostics.po: CommentCommandList.inc.h +JumpDiagnostics.po: DeclNodes.inc.h +JumpDiagnostics.po: DiagnosticCommonKinds.inc.h +JumpDiagnostics.po: DiagnosticSemaKinds.inc.h +JumpDiagnostics.po: StmtNodes.inc.h +MultiplexExternalSemaSource.o: AttrList.inc.h +MultiplexExternalSemaSource.o: AttrParsedAttrList.inc.h +MultiplexExternalSemaSource.o: Attrs.inc.h +MultiplexExternalSemaSource.o: DeclNodes.inc.h +MultiplexExternalSemaSource.o: DiagnosticCommonKinds.inc.h +MultiplexExternalSemaSource.o: StmtNodes.inc.h +MultiplexExternalSemaSource.po: AttrList.inc.h +MultiplexExternalSemaSource.po: AttrParsedAttrList.inc.h +MultiplexExternalSemaSource.po: Attrs.inc.h +MultiplexExternalSemaSource.po: DeclNodes.inc.h +MultiplexExternalSemaSource.po: DiagnosticCommonKinds.inc.h +MultiplexExternalSemaSource.po: StmtNodes.inc.h +Scope.o: DeclNodes.inc.h +Scope.o: DiagnosticCommonKinds.inc.h +Scope.po: DeclNodes.inc.h +Scope.po: DiagnosticCommonKinds.inc.h +ScopeInfo.o: AttrList.inc.h +ScopeInfo.o: Attrs.inc.h +ScopeInfo.o: DeclNodes.inc.h +ScopeInfo.o: DiagnosticCommonKinds.inc.h +ScopeInfo.o: StmtNodes.inc.h +ScopeInfo.po: AttrList.inc.h +ScopeInfo.po: Attrs.inc.h +ScopeInfo.po: DeclNodes.inc.h +ScopeInfo.po: DiagnosticCommonKinds.inc.h +ScopeInfo.po: StmtNodes.inc.h +Sema.o: AttrList.inc.h +Sema.o: AttrParsedAttrList.inc.h +Sema.o: Attrs.inc.h +Sema.o: CommentCommandList.inc.h +Sema.o: DeclNodes.inc.h +Sema.o: DiagnosticASTKinds.inc.h +Sema.o: DiagnosticCommonKinds.inc.h +Sema.o: DiagnosticSemaKinds.inc.h +Sema.o: StmtNodes.inc.h +Sema.po: AttrList.inc.h +Sema.po: AttrParsedAttrList.inc.h +Sema.po: Attrs.inc.h +Sema.po: CommentCommandList.inc.h +Sema.po: DeclNodes.inc.h +Sema.po: DiagnosticASTKinds.inc.h +Sema.po: DiagnosticCommonKinds.inc.h +Sema.po: DiagnosticSemaKinds.inc.h +Sema.po: StmtNodes.inc.h +SemaAccess.o: AttrList.inc.h +SemaAccess.o: AttrParsedAttrList.inc.h +SemaAccess.o: Attrs.inc.h +SemaAccess.o: CommentCommandList.inc.h +SemaAccess.o: DeclNodes.inc.h +SemaAccess.o: DiagnosticCommonKinds.inc.h +SemaAccess.o: DiagnosticSemaKinds.inc.h +SemaAccess.o: StmtNodes.inc.h +SemaAccess.po: AttrList.inc.h +SemaAccess.po: AttrParsedAttrList.inc.h +SemaAccess.po: Attrs.inc.h +SemaAccess.po: CommentCommandList.inc.h +SemaAccess.po: DeclNodes.inc.h +SemaAccess.po: DiagnosticCommonKinds.inc.h +SemaAccess.po: DiagnosticSemaKinds.inc.h +SemaAccess.po: StmtNodes.inc.h +SemaAttr.o: AttrList.inc.h +SemaAttr.o: AttrParsedAttrList.inc.h +SemaAttr.o: Attrs.inc.h +SemaAttr.o: CommentCommandList.inc.h +SemaAttr.o: DeclNodes.inc.h +SemaAttr.o: DiagnosticCommonKinds.inc.h +SemaAttr.o: DiagnosticSemaKinds.inc.h +SemaAttr.o: StmtNodes.inc.h +SemaAttr.po: AttrList.inc.h +SemaAttr.po: AttrParsedAttrList.inc.h +SemaAttr.po: Attrs.inc.h +SemaAttr.po: CommentCommandList.inc.h +SemaAttr.po: DeclNodes.inc.h +SemaAttr.po: DiagnosticCommonKinds.inc.h +SemaAttr.po: DiagnosticSemaKinds.inc.h +SemaAttr.po: StmtNodes.inc.h +SemaCUDA.o: AttrList.inc.h +SemaCUDA.o: AttrParsedAttrList.inc.h +SemaCUDA.o: Attrs.inc.h +SemaCUDA.o: CommentCommandList.inc.h +SemaCUDA.o: DeclNodes.inc.h +SemaCUDA.o: DiagnosticCommonKinds.inc.h +SemaCUDA.o: DiagnosticSemaKinds.inc.h +SemaCUDA.o: StmtNodes.inc.h +SemaCUDA.po: AttrList.inc.h +SemaCUDA.po: AttrParsedAttrList.inc.h +SemaCUDA.po: Attrs.inc.h +SemaCUDA.po: CommentCommandList.inc.h +SemaCUDA.po: DeclNodes.inc.h +SemaCUDA.po: DiagnosticCommonKinds.inc.h +SemaCUDA.po: DiagnosticSemaKinds.inc.h +SemaCUDA.po: StmtNodes.inc.h +SemaCXXScopeSpec.o: AttrList.inc.h +SemaCXXScopeSpec.o: AttrParsedAttrList.inc.h +SemaCXXScopeSpec.o: Attrs.inc.h +SemaCXXScopeSpec.o: CommentCommandList.inc.h +SemaCXXScopeSpec.o: DeclNodes.inc.h +SemaCXXScopeSpec.o: DiagnosticCommonKinds.inc.h +SemaCXXScopeSpec.o: DiagnosticSemaKinds.inc.h +SemaCXXScopeSpec.o: StmtNodes.inc.h +SemaCXXScopeSpec.po: AttrList.inc.h +SemaCXXScopeSpec.po: AttrParsedAttrList.inc.h +SemaCXXScopeSpec.po: Attrs.inc.h +SemaCXXScopeSpec.po: CommentCommandList.inc.h +SemaCXXScopeSpec.po: DeclNodes.inc.h +SemaCXXScopeSpec.po: DiagnosticCommonKinds.inc.h +SemaCXXScopeSpec.po: DiagnosticSemaKinds.inc.h +SemaCXXScopeSpec.po: StmtNodes.inc.h +SemaCast.o: AttrList.inc.h +SemaCast.o: AttrParsedAttrList.inc.h +SemaCast.o: Attrs.inc.h +SemaCast.o: CommentCommandList.inc.h +SemaCast.o: DeclNodes.inc.h +SemaCast.o: DiagnosticCommonKinds.inc.h +SemaCast.o: DiagnosticSemaKinds.inc.h +SemaCast.o: StmtNodes.inc.h +SemaCast.po: AttrList.inc.h +SemaCast.po: AttrParsedAttrList.inc.h +SemaCast.po: Attrs.inc.h +SemaCast.po: CommentCommandList.inc.h +SemaCast.po: DeclNodes.inc.h +SemaCast.po: DiagnosticCommonKinds.inc.h +SemaCast.po: DiagnosticSemaKinds.inc.h +SemaCast.po: StmtNodes.inc.h +SemaChecking.o: AttrList.inc.h +SemaChecking.o: AttrParsedAttrList.inc.h +SemaChecking.o: Attrs.inc.h +SemaChecking.o: CommentCommandList.inc.h +SemaChecking.o: DeclNodes.inc.h +SemaChecking.o: DiagnosticCommonKinds.inc.h +SemaChecking.o: DiagnosticSemaKinds.inc.h +SemaChecking.o: StmtNodes.inc.h +SemaChecking.o: arm_neon.inc.h +SemaChecking.po: AttrList.inc.h +SemaChecking.po: AttrParsedAttrList.inc.h +SemaChecking.po: Attrs.inc.h +SemaChecking.po: CommentCommandList.inc.h +SemaChecking.po: DeclNodes.inc.h +SemaChecking.po: DiagnosticCommonKinds.inc.h +SemaChecking.po: DiagnosticSemaKinds.inc.h +SemaChecking.po: StmtNodes.inc.h +SemaChecking.po: arm_neon.inc.h +SemaCodeComplete.o: AttrList.inc.h +SemaCodeComplete.o: AttrParsedAttrList.inc.h +SemaCodeComplete.o: Attrs.inc.h +SemaCodeComplete.o: CommentCommandList.inc.h +SemaCodeComplete.o: DeclNodes.inc.h +SemaCodeComplete.o: DiagnosticCommonKinds.inc.h +SemaCodeComplete.o: DiagnosticSemaKinds.inc.h +SemaCodeComplete.o: StmtNodes.inc.h +SemaCodeComplete.po: AttrList.inc.h +SemaCodeComplete.po: AttrParsedAttrList.inc.h +SemaCodeComplete.po: Attrs.inc.h +SemaCodeComplete.po: CommentCommandList.inc.h +SemaCodeComplete.po: DeclNodes.inc.h +SemaCodeComplete.po: DiagnosticCommonKinds.inc.h +SemaCodeComplete.po: DiagnosticSemaKinds.inc.h +SemaCodeComplete.po: StmtNodes.inc.h +SemaDecl.o: AttrList.inc.h +SemaDecl.o: AttrParsedAttrList.inc.h +SemaDecl.o: Attrs.inc.h +SemaDecl.o: CommentCommandList.inc.h +SemaDecl.o: DeclNodes.inc.h +SemaDecl.o: DiagnosticCommentKinds.inc.h +SemaDecl.o: DiagnosticCommonKinds.inc.h +SemaDecl.o: DiagnosticParseKinds.inc.h +SemaDecl.o: DiagnosticSemaKinds.inc.h +SemaDecl.o: StmtNodes.inc.h +SemaDecl.po: AttrList.inc.h +SemaDecl.po: AttrParsedAttrList.inc.h +SemaDecl.po: Attrs.inc.h +SemaDecl.po: CommentCommandList.inc.h +SemaDecl.po: DeclNodes.inc.h +SemaDecl.po: DiagnosticCommentKinds.inc.h +SemaDecl.po: DiagnosticCommonKinds.inc.h +SemaDecl.po: DiagnosticParseKinds.inc.h +SemaDecl.po: DiagnosticSemaKinds.inc.h +SemaDecl.po: StmtNodes.inc.h +SemaDeclAttr.o: AttrList.inc.h +SemaDeclAttr.o: AttrParsedAttrList.inc.h +SemaDeclAttr.o: Attrs.inc.h +SemaDeclAttr.o: CommentCommandList.inc.h +SemaDeclAttr.o: DeclNodes.inc.h +SemaDeclAttr.o: DiagnosticCommonKinds.inc.h +SemaDeclAttr.o: DiagnosticSemaKinds.inc.h +SemaDeclAttr.o: StmtNodes.inc.h +SemaDeclAttr.po: AttrList.inc.h +SemaDeclAttr.po: AttrParsedAttrList.inc.h +SemaDeclAttr.po: Attrs.inc.h +SemaDeclAttr.po: CommentCommandList.inc.h +SemaDeclAttr.po: DeclNodes.inc.h +SemaDeclAttr.po: DiagnosticCommonKinds.inc.h +SemaDeclAttr.po: DiagnosticSemaKinds.inc.h +SemaDeclAttr.po: StmtNodes.inc.h +SemaDeclCXX.o: AttrList.inc.h +SemaDeclCXX.o: AttrParsedAttrList.inc.h +SemaDeclCXX.o: AttrVisitor.inc.h +SemaDeclCXX.o: Attrs.inc.h +SemaDeclCXX.o: CommentCommandList.inc.h +SemaDeclCXX.o: DeclNodes.inc.h +SemaDeclCXX.o: DiagnosticCommonKinds.inc.h +SemaDeclCXX.o: DiagnosticSemaKinds.inc.h +SemaDeclCXX.o: StmtNodes.inc.h +SemaDeclCXX.po: AttrList.inc.h +SemaDeclCXX.po: AttrParsedAttrList.inc.h +SemaDeclCXX.po: AttrVisitor.inc.h +SemaDeclCXX.po: Attrs.inc.h +SemaDeclCXX.po: CommentCommandList.inc.h +SemaDeclCXX.po: DeclNodes.inc.h +SemaDeclCXX.po: DiagnosticCommonKinds.inc.h +SemaDeclCXX.po: DiagnosticSemaKinds.inc.h +SemaDeclCXX.po: StmtNodes.inc.h +SemaDeclObjC.o: AttrList.inc.h +SemaDeclObjC.o: AttrParsedAttrList.inc.h +SemaDeclObjC.o: AttrVisitor.inc.h +SemaDeclObjC.o: Attrs.inc.h +SemaDeclObjC.o: CommentCommandList.inc.h +SemaDeclObjC.o: DeclNodes.inc.h +SemaDeclObjC.o: DiagnosticCommonKinds.inc.h +SemaDeclObjC.o: DiagnosticSemaKinds.inc.h +SemaDeclObjC.o: StmtNodes.inc.h +SemaDeclObjC.po: AttrList.inc.h +SemaDeclObjC.po: AttrParsedAttrList.inc.h +SemaDeclObjC.po: AttrVisitor.inc.h +SemaDeclObjC.po: Attrs.inc.h +SemaDeclObjC.po: CommentCommandList.inc.h +SemaDeclObjC.po: DeclNodes.inc.h +SemaDeclObjC.po: DiagnosticCommonKinds.inc.h +SemaDeclObjC.po: DiagnosticSemaKinds.inc.h +SemaDeclObjC.po: StmtNodes.inc.h +SemaExceptionSpec.o: AttrList.inc.h +SemaExceptionSpec.o: AttrParsedAttrList.inc.h +SemaExceptionSpec.o: Attrs.inc.h +SemaExceptionSpec.o: CommentCommandList.inc.h +SemaExceptionSpec.o: DeclNodes.inc.h +SemaExceptionSpec.o: DiagnosticCommonKinds.inc.h +SemaExceptionSpec.o: DiagnosticSemaKinds.inc.h +SemaExceptionSpec.o: StmtNodes.inc.h +SemaExceptionSpec.po: AttrList.inc.h +SemaExceptionSpec.po: AttrParsedAttrList.inc.h +SemaExceptionSpec.po: Attrs.inc.h +SemaExceptionSpec.po: CommentCommandList.inc.h +SemaExceptionSpec.po: DeclNodes.inc.h +SemaExceptionSpec.po: DiagnosticCommonKinds.inc.h +SemaExceptionSpec.po: DiagnosticSemaKinds.inc.h +SemaExceptionSpec.po: StmtNodes.inc.h +SemaExpr.o: AttrList.inc.h +SemaExpr.o: AttrParsedAttrList.inc.h +SemaExpr.o: AttrVisitor.inc.h +SemaExpr.o: Attrs.inc.h +SemaExpr.o: CommentCommandList.inc.h +SemaExpr.o: DeclNodes.inc.h +SemaExpr.o: DiagnosticCommonKinds.inc.h +SemaExpr.o: DiagnosticSemaKinds.inc.h +SemaExpr.o: StmtNodes.inc.h +SemaExpr.po: AttrList.inc.h +SemaExpr.po: AttrParsedAttrList.inc.h +SemaExpr.po: AttrVisitor.inc.h +SemaExpr.po: Attrs.inc.h +SemaExpr.po: CommentCommandList.inc.h +SemaExpr.po: DeclNodes.inc.h +SemaExpr.po: DiagnosticCommonKinds.inc.h +SemaExpr.po: DiagnosticSemaKinds.inc.h +SemaExpr.po: StmtNodes.inc.h +SemaExprCXX.o: AttrList.inc.h +SemaExprCXX.o: AttrParsedAttrList.inc.h +SemaExprCXX.o: AttrVisitor.inc.h +SemaExprCXX.o: Attrs.inc.h +SemaExprCXX.o: CommentCommandList.inc.h +SemaExprCXX.o: DeclNodes.inc.h +SemaExprCXX.o: DiagnosticCommonKinds.inc.h +SemaExprCXX.o: DiagnosticSemaKinds.inc.h +SemaExprCXX.o: StmtNodes.inc.h +SemaExprCXX.po: AttrList.inc.h +SemaExprCXX.po: AttrParsedAttrList.inc.h +SemaExprCXX.po: AttrVisitor.inc.h +SemaExprCXX.po: Attrs.inc.h +SemaExprCXX.po: CommentCommandList.inc.h +SemaExprCXX.po: DeclNodes.inc.h +SemaExprCXX.po: DiagnosticCommonKinds.inc.h +SemaExprCXX.po: DiagnosticSemaKinds.inc.h +SemaExprCXX.po: StmtNodes.inc.h +SemaExprMember.o: AttrList.inc.h +SemaExprMember.o: AttrParsedAttrList.inc.h +SemaExprMember.o: Attrs.inc.h +SemaExprMember.o: CommentCommandList.inc.h +SemaExprMember.o: DeclNodes.inc.h +SemaExprMember.o: DiagnosticCommonKinds.inc.h +SemaExprMember.o: DiagnosticSemaKinds.inc.h +SemaExprMember.o: StmtNodes.inc.h +SemaExprMember.po: AttrList.inc.h +SemaExprMember.po: AttrParsedAttrList.inc.h +SemaExprMember.po: Attrs.inc.h +SemaExprMember.po: CommentCommandList.inc.h +SemaExprMember.po: DeclNodes.inc.h +SemaExprMember.po: DiagnosticCommonKinds.inc.h +SemaExprMember.po: DiagnosticSemaKinds.inc.h +SemaExprMember.po: StmtNodes.inc.h +SemaExprObjC.o: AttrList.inc.h +SemaExprObjC.o: AttrParsedAttrList.inc.h +SemaExprObjC.o: Attrs.inc.h +SemaExprObjC.o: CommentCommandList.inc.h +SemaExprObjC.o: DeclNodes.inc.h +SemaExprObjC.o: DiagnosticCommonKinds.inc.h +SemaExprObjC.o: DiagnosticSemaKinds.inc.h +SemaExprObjC.o: StmtNodes.inc.h +SemaExprObjC.po: AttrList.inc.h +SemaExprObjC.po: AttrParsedAttrList.inc.h +SemaExprObjC.po: Attrs.inc.h +SemaExprObjC.po: CommentCommandList.inc.h +SemaExprObjC.po: DeclNodes.inc.h +SemaExprObjC.po: DiagnosticCommonKinds.inc.h +SemaExprObjC.po: DiagnosticSemaKinds.inc.h +SemaExprObjC.po: StmtNodes.inc.h +SemaFixItUtils.o: AttrList.inc.h +SemaFixItUtils.o: AttrParsedAttrList.inc.h +SemaFixItUtils.o: Attrs.inc.h +SemaFixItUtils.o: CommentCommandList.inc.h +SemaFixItUtils.o: DeclNodes.inc.h +SemaFixItUtils.o: DiagnosticCommonKinds.inc.h +SemaFixItUtils.o: StmtNodes.inc.h +SemaFixItUtils.po: AttrList.inc.h +SemaFixItUtils.po: AttrParsedAttrList.inc.h +SemaFixItUtils.po: Attrs.inc.h +SemaFixItUtils.po: CommentCommandList.inc.h +SemaFixItUtils.po: DeclNodes.inc.h +SemaFixItUtils.po: DiagnosticCommonKinds.inc.h +SemaFixItUtils.po: StmtNodes.inc.h +SemaInit.o: AttrList.inc.h +SemaInit.o: AttrParsedAttrList.inc.h +SemaInit.o: Attrs.inc.h +SemaInit.o: CommentCommandList.inc.h +SemaInit.o: DeclNodes.inc.h +SemaInit.o: DiagnosticCommonKinds.inc.h +SemaInit.o: DiagnosticSemaKinds.inc.h +SemaInit.o: StmtNodes.inc.h +SemaInit.po: AttrList.inc.h +SemaInit.po: AttrParsedAttrList.inc.h +SemaInit.po: Attrs.inc.h +SemaInit.po: CommentCommandList.inc.h +SemaInit.po: DeclNodes.inc.h +SemaInit.po: DiagnosticCommonKinds.inc.h +SemaInit.po: DiagnosticSemaKinds.inc.h +SemaInit.po: StmtNodes.inc.h +SemaLambda.o: AttrList.inc.h +SemaLambda.o: AttrParsedAttrList.inc.h +SemaLambda.o: Attrs.inc.h +SemaLambda.o: CommentCommandList.inc.h +SemaLambda.o: DeclNodes.inc.h +SemaLambda.o: DiagnosticCommonKinds.inc.h +SemaLambda.o: DiagnosticSemaKinds.inc.h +SemaLambda.o: StmtNodes.inc.h +SemaLambda.po: AttrList.inc.h +SemaLambda.po: AttrParsedAttrList.inc.h +SemaLambda.po: Attrs.inc.h +SemaLambda.po: CommentCommandList.inc.h +SemaLambda.po: DeclNodes.inc.h +SemaLambda.po: DiagnosticCommonKinds.inc.h +SemaLambda.po: DiagnosticSemaKinds.inc.h +SemaLambda.po: StmtNodes.inc.h +SemaLookup.o: AttrList.inc.h +SemaLookup.o: AttrParsedAttrList.inc.h +SemaLookup.o: Attrs.inc.h +SemaLookup.o: CommentCommandList.inc.h +SemaLookup.o: DeclNodes.inc.h +SemaLookup.o: DiagnosticCommonKinds.inc.h +SemaLookup.o: DiagnosticSemaKinds.inc.h +SemaLookup.o: StmtNodes.inc.h +SemaLookup.po: AttrList.inc.h +SemaLookup.po: AttrParsedAttrList.inc.h +SemaLookup.po: Attrs.inc.h +SemaLookup.po: CommentCommandList.inc.h +SemaLookup.po: DeclNodes.inc.h +SemaLookup.po: DiagnosticCommonKinds.inc.h +SemaLookup.po: DiagnosticSemaKinds.inc.h +SemaLookup.po: StmtNodes.inc.h +SemaObjCProperty.o: AttrList.inc.h +SemaObjCProperty.o: AttrParsedAttrList.inc.h +SemaObjCProperty.o: Attrs.inc.h +SemaObjCProperty.o: CommentCommandList.inc.h +SemaObjCProperty.o: DeclNodes.inc.h +SemaObjCProperty.o: DiagnosticCommonKinds.inc.h +SemaObjCProperty.o: DiagnosticSemaKinds.inc.h +SemaObjCProperty.o: StmtNodes.inc.h +SemaObjCProperty.po: AttrList.inc.h +SemaObjCProperty.po: AttrParsedAttrList.inc.h +SemaObjCProperty.po: Attrs.inc.h +SemaObjCProperty.po: CommentCommandList.inc.h +SemaObjCProperty.po: DeclNodes.inc.h +SemaObjCProperty.po: DiagnosticCommonKinds.inc.h +SemaObjCProperty.po: DiagnosticSemaKinds.inc.h +SemaObjCProperty.po: StmtNodes.inc.h +SemaOpenMP.o: AttrList.inc.h +SemaOpenMP.o: AttrParsedAttrList.inc.h +SemaOpenMP.o: Attrs.inc.h +SemaOpenMP.o: CommentCommandList.inc.h +SemaOpenMP.o: DeclNodes.inc.h +SemaOpenMP.o: DiagnosticCommonKinds.inc.h +SemaOpenMP.o: DiagnosticSemaKinds.inc.h +SemaOpenMP.o: StmtNodes.inc.h +SemaOpenMP.po: AttrList.inc.h +SemaOpenMP.po: AttrParsedAttrList.inc.h +SemaOpenMP.po: Attrs.inc.h +SemaOpenMP.po: CommentCommandList.inc.h +SemaOpenMP.po: DeclNodes.inc.h +SemaOpenMP.po: DiagnosticCommonKinds.inc.h +SemaOpenMP.po: DiagnosticSemaKinds.inc.h +SemaOpenMP.po: StmtNodes.inc.h +SemaOverload.o: AttrList.inc.h +SemaOverload.o: AttrParsedAttrList.inc.h +SemaOverload.o: Attrs.inc.h +SemaOverload.o: CommentCommandList.inc.h +SemaOverload.o: DeclNodes.inc.h +SemaOverload.o: DiagnosticCommonKinds.inc.h +SemaOverload.o: DiagnosticSemaKinds.inc.h +SemaOverload.o: StmtNodes.inc.h +SemaOverload.po: AttrList.inc.h +SemaOverload.po: AttrParsedAttrList.inc.h +SemaOverload.po: Attrs.inc.h +SemaOverload.po: CommentCommandList.inc.h +SemaOverload.po: DeclNodes.inc.h +SemaOverload.po: DiagnosticCommonKinds.inc.h +SemaOverload.po: DiagnosticSemaKinds.inc.h +SemaOverload.po: StmtNodes.inc.h +SemaPseudoObject.o: AttrList.inc.h +SemaPseudoObject.o: AttrParsedAttrList.inc.h +SemaPseudoObject.o: Attrs.inc.h +SemaPseudoObject.o: CommentCommandList.inc.h +SemaPseudoObject.o: DeclNodes.inc.h +SemaPseudoObject.o: DiagnosticCommonKinds.inc.h +SemaPseudoObject.o: DiagnosticSemaKinds.inc.h +SemaPseudoObject.o: StmtNodes.inc.h +SemaPseudoObject.po: AttrList.inc.h +SemaPseudoObject.po: AttrParsedAttrList.inc.h +SemaPseudoObject.po: Attrs.inc.h +SemaPseudoObject.po: CommentCommandList.inc.h +SemaPseudoObject.po: DeclNodes.inc.h +SemaPseudoObject.po: DiagnosticCommonKinds.inc.h +SemaPseudoObject.po: DiagnosticSemaKinds.inc.h +SemaPseudoObject.po: StmtNodes.inc.h +SemaStmt.o: AttrList.inc.h +SemaStmt.o: AttrParsedAttrList.inc.h +SemaStmt.o: AttrVisitor.inc.h +SemaStmt.o: Attrs.inc.h +SemaStmt.o: CommentCommandList.inc.h +SemaStmt.o: DeclNodes.inc.h +SemaStmt.o: DiagnosticASTKinds.inc.h +SemaStmt.o: DiagnosticCommonKinds.inc.h +SemaStmt.o: DiagnosticSemaKinds.inc.h +SemaStmt.o: StmtNodes.inc.h +SemaStmt.po: AttrList.inc.h +SemaStmt.po: AttrParsedAttrList.inc.h +SemaStmt.po: AttrVisitor.inc.h +SemaStmt.po: Attrs.inc.h +SemaStmt.po: CommentCommandList.inc.h +SemaStmt.po: DeclNodes.inc.h +SemaStmt.po: DiagnosticASTKinds.inc.h +SemaStmt.po: DiagnosticCommonKinds.inc.h +SemaStmt.po: DiagnosticSemaKinds.inc.h +SemaStmt.po: StmtNodes.inc.h +SemaStmtAsm.o: AttrList.inc.h +SemaStmtAsm.o: AttrParsedAttrList.inc.h +SemaStmtAsm.o: Attrs.inc.h +SemaStmtAsm.o: CommentCommandList.inc.h +SemaStmtAsm.o: DeclNodes.inc.h +SemaStmtAsm.o: DiagnosticCommonKinds.inc.h +SemaStmtAsm.o: DiagnosticSemaKinds.inc.h +SemaStmtAsm.o: StmtNodes.inc.h +SemaStmtAsm.po: AttrList.inc.h +SemaStmtAsm.po: AttrParsedAttrList.inc.h +SemaStmtAsm.po: Attrs.inc.h +SemaStmtAsm.po: CommentCommandList.inc.h +SemaStmtAsm.po: DeclNodes.inc.h +SemaStmtAsm.po: DiagnosticCommonKinds.inc.h +SemaStmtAsm.po: DiagnosticSemaKinds.inc.h +SemaStmtAsm.po: StmtNodes.inc.h +SemaStmtAttr.o: AttrList.inc.h +SemaStmtAttr.o: AttrParsedAttrList.inc.h +SemaStmtAttr.o: Attrs.inc.h +SemaStmtAttr.o: CommentCommandList.inc.h +SemaStmtAttr.o: DeclNodes.inc.h +SemaStmtAttr.o: DiagnosticCommonKinds.inc.h +SemaStmtAttr.o: DiagnosticSemaKinds.inc.h +SemaStmtAttr.o: StmtNodes.inc.h +SemaStmtAttr.po: AttrList.inc.h +SemaStmtAttr.po: AttrParsedAttrList.inc.h +SemaStmtAttr.po: Attrs.inc.h +SemaStmtAttr.po: CommentCommandList.inc.h +SemaStmtAttr.po: DeclNodes.inc.h +SemaStmtAttr.po: DiagnosticCommonKinds.inc.h +SemaStmtAttr.po: DiagnosticSemaKinds.inc.h +SemaStmtAttr.po: StmtNodes.inc.h +SemaTemplate.o: AttrList.inc.h +SemaTemplate.o: AttrParsedAttrList.inc.h +SemaTemplate.o: AttrVisitor.inc.h +SemaTemplate.o: Attrs.inc.h +SemaTemplate.o: CommentCommandList.inc.h +SemaTemplate.o: DeclNodes.inc.h +SemaTemplate.o: DiagnosticCommonKinds.inc.h +SemaTemplate.o: DiagnosticSemaKinds.inc.h +SemaTemplate.o: StmtNodes.inc.h +SemaTemplate.po: AttrList.inc.h +SemaTemplate.po: AttrParsedAttrList.inc.h +SemaTemplate.po: AttrVisitor.inc.h +SemaTemplate.po: Attrs.inc.h +SemaTemplate.po: CommentCommandList.inc.h +SemaTemplate.po: DeclNodes.inc.h +SemaTemplate.po: DiagnosticCommonKinds.inc.h +SemaTemplate.po: DiagnosticSemaKinds.inc.h +SemaTemplate.po: StmtNodes.inc.h +SemaTemplateDeduction.o: AttrList.inc.h +SemaTemplateDeduction.o: AttrParsedAttrList.inc.h +SemaTemplateDeduction.o: Attrs.inc.h +SemaTemplateDeduction.o: CommentCommandList.inc.h +SemaTemplateDeduction.o: DeclNodes.inc.h +SemaTemplateDeduction.o: DiagnosticCommonKinds.inc.h +SemaTemplateDeduction.o: DiagnosticSemaKinds.inc.h +SemaTemplateDeduction.o: StmtNodes.inc.h +SemaTemplateDeduction.po: AttrList.inc.h +SemaTemplateDeduction.po: AttrParsedAttrList.inc.h +SemaTemplateDeduction.po: Attrs.inc.h +SemaTemplateDeduction.po: CommentCommandList.inc.h +SemaTemplateDeduction.po: DeclNodes.inc.h +SemaTemplateDeduction.po: DiagnosticCommonKinds.inc.h +SemaTemplateDeduction.po: DiagnosticSemaKinds.inc.h +SemaTemplateDeduction.po: StmtNodes.inc.h +SemaTemplateInstantiate.o: AttrList.inc.h +SemaTemplateInstantiate.o: AttrParsedAttrList.inc.h +SemaTemplateInstantiate.o: Attrs.inc.h +SemaTemplateInstantiate.o: CommentCommandList.inc.h +SemaTemplateInstantiate.o: DeclNodes.inc.h +SemaTemplateInstantiate.o: DiagnosticCommonKinds.inc.h +SemaTemplateInstantiate.o: DiagnosticSemaKinds.inc.h +SemaTemplateInstantiate.o: StmtNodes.inc.h +SemaTemplateInstantiate.po: AttrList.inc.h +SemaTemplateInstantiate.po: AttrParsedAttrList.inc.h +SemaTemplateInstantiate.po: Attrs.inc.h +SemaTemplateInstantiate.po: CommentCommandList.inc.h +SemaTemplateInstantiate.po: DeclNodes.inc.h +SemaTemplateInstantiate.po: DiagnosticCommonKinds.inc.h +SemaTemplateInstantiate.po: DiagnosticSemaKinds.inc.h +SemaTemplateInstantiate.po: StmtNodes.inc.h +SemaTemplateInstantiateDecl.o: AttrList.inc.h +SemaTemplateInstantiateDecl.o: AttrParsedAttrList.inc.h +SemaTemplateInstantiateDecl.o: AttrTemplateInstantiate.inc.h +SemaTemplateInstantiateDecl.o: Attrs.inc.h +SemaTemplateInstantiateDecl.o: CommentCommandList.inc.h +SemaTemplateInstantiateDecl.o: DeclNodes.inc.h +SemaTemplateInstantiateDecl.o: DiagnosticCommonKinds.inc.h +SemaTemplateInstantiateDecl.o: DiagnosticSemaKinds.inc.h +SemaTemplateInstantiateDecl.o: StmtNodes.inc.h +SemaTemplateInstantiateDecl.po: AttrList.inc.h +SemaTemplateInstantiateDecl.po: AttrParsedAttrList.inc.h +SemaTemplateInstantiateDecl.po: AttrTemplateInstantiate.inc.h +SemaTemplateInstantiateDecl.po: Attrs.inc.h +SemaTemplateInstantiateDecl.po: CommentCommandList.inc.h +SemaTemplateInstantiateDecl.po: DeclNodes.inc.h +SemaTemplateInstantiateDecl.po: DiagnosticCommonKinds.inc.h +SemaTemplateInstantiateDecl.po: DiagnosticSemaKinds.inc.h +SemaTemplateInstantiateDecl.po: StmtNodes.inc.h +SemaTemplateVariadic.o: AttrList.inc.h +SemaTemplateVariadic.o: AttrParsedAttrList.inc.h +SemaTemplateVariadic.o: AttrVisitor.inc.h +SemaTemplateVariadic.o: Attrs.inc.h +SemaTemplateVariadic.o: CommentCommandList.inc.h +SemaTemplateVariadic.o: DeclNodes.inc.h +SemaTemplateVariadic.o: DiagnosticCommonKinds.inc.h +SemaTemplateVariadic.o: DiagnosticSemaKinds.inc.h +SemaTemplateVariadic.o: StmtNodes.inc.h +SemaTemplateVariadic.po: AttrList.inc.h +SemaTemplateVariadic.po: AttrParsedAttrList.inc.h +SemaTemplateVariadic.po: AttrVisitor.inc.h +SemaTemplateVariadic.po: Attrs.inc.h +SemaTemplateVariadic.po: CommentCommandList.inc.h +SemaTemplateVariadic.po: DeclNodes.inc.h +SemaTemplateVariadic.po: DiagnosticCommonKinds.inc.h +SemaTemplateVariadic.po: DiagnosticSemaKinds.inc.h +SemaTemplateVariadic.po: StmtNodes.inc.h +SemaType.o: AttrList.inc.h +SemaType.o: AttrParsedAttrList.inc.h +SemaType.o: Attrs.inc.h +SemaType.o: CommentCommandList.inc.h +SemaType.o: DeclNodes.inc.h +SemaType.o: DiagnosticCommonKinds.inc.h +SemaType.o: DiagnosticParseKinds.inc.h +SemaType.o: DiagnosticSemaKinds.inc.h +SemaType.o: StmtNodes.inc.h +SemaType.po: AttrList.inc.h +SemaType.po: AttrParsedAttrList.inc.h +SemaType.po: Attrs.inc.h +SemaType.po: CommentCommandList.inc.h +SemaType.po: DeclNodes.inc.h +SemaType.po: DiagnosticCommonKinds.inc.h +SemaType.po: DiagnosticParseKinds.inc.h +SemaType.po: DiagnosticSemaKinds.inc.h +SemaType.po: StmtNodes.inc.h +TypeLocBuilder.o: CommentCommandList.inc.h +TypeLocBuilder.o: DeclNodes.inc.h +TypeLocBuilder.o: DiagnosticCommonKinds.inc.h +TypeLocBuilder.o: StmtNodes.inc.h +TypeLocBuilder.po: CommentCommandList.inc.h +TypeLocBuilder.po: DeclNodes.inc.h +TypeLocBuilder.po: DiagnosticCommonKinds.inc.h +TypeLocBuilder.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/libclangserialization/Makefile b/lib/clang/libclangserialization/Makefile new file mode 100644 index 0000000..3a6a65e --- /dev/null +++ b/lib/clang/libclangserialization/Makefile @@ -0,0 +1,34 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangserialization + +SRCDIR= tools/clang/lib/Serialization +SRCS= ASTCommon.cpp \ + ASTReader.cpp \ + ASTReaderDecl.cpp \ + ASTReaderStmt.cpp \ + ASTWriter.cpp \ + ASTWriterDecl.cpp \ + ASTWriterStmt.cpp \ + GeneratePCH.cpp \ + GlobalModuleIndex.cpp \ + Module.cpp \ + ModuleManager.cpp + +TGHDRS= AttrList \ + AttrPCHRead \ + AttrPCHWrite \ + AttrParsedAttrList \ + Attrs \ + CommentCommandList \ + CommentNodes \ + DeclNodes \ + DiagnosticCommonKinds \ + DiagnosticFrontendKinds \ + DiagnosticSemaKinds \ + DiagnosticSerializationKinds \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangserialization/Makefile.depend b/lib/clang/libclangserialization/Makefile.depend new file mode 100644 index 0000000..6ee9d58 --- /dev/null +++ b/lib/clang/libclangserialization/Makefile.depend @@ -0,0 +1,132 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ASTCommon.o: AttrList.inc.h +ASTCommon.o: Attrs.inc.h +ASTCommon.o: CommentCommandList.inc.h +ASTCommon.o: DeclNodes.inc.h +ASTCommon.o: DiagnosticCommonKinds.inc.h +ASTCommon.o: StmtNodes.inc.h +ASTCommon.po: AttrList.inc.h +ASTCommon.po: Attrs.inc.h +ASTCommon.po: CommentCommandList.inc.h +ASTCommon.po: DeclNodes.inc.h +ASTCommon.po: DiagnosticCommonKinds.inc.h +ASTCommon.po: StmtNodes.inc.h +ASTReader.o: AttrList.inc.h +ASTReader.o: AttrParsedAttrList.inc.h +ASTReader.o: Attrs.inc.h +ASTReader.o: CommentCommandList.inc.h +ASTReader.o: DeclNodes.inc.h +ASTReader.o: DiagnosticCommonKinds.inc.h +ASTReader.o: DiagnosticSerializationKinds.inc.h +ASTReader.o: StmtNodes.inc.h +ASTReader.po: AttrList.inc.h +ASTReader.po: AttrParsedAttrList.inc.h +ASTReader.po: Attrs.inc.h +ASTReader.po: CommentCommandList.inc.h +ASTReader.po: DeclNodes.inc.h +ASTReader.po: DiagnosticCommonKinds.inc.h +ASTReader.po: DiagnosticSerializationKinds.inc.h +ASTReader.po: StmtNodes.inc.h +ASTReaderDecl.o: AttrList.inc.h +ASTReaderDecl.o: AttrPCHRead.inc.h +ASTReaderDecl.o: AttrParsedAttrList.inc.h +ASTReaderDecl.o: Attrs.inc.h +ASTReaderDecl.o: CommentCommandList.inc.h +ASTReaderDecl.o: DeclNodes.inc.h +ASTReaderDecl.o: DiagnosticCommonKinds.inc.h +ASTReaderDecl.o: DiagnosticSemaKinds.inc.h +ASTReaderDecl.o: StmtNodes.inc.h +ASTReaderDecl.po: AttrList.inc.h +ASTReaderDecl.po: AttrPCHRead.inc.h +ASTReaderDecl.po: AttrParsedAttrList.inc.h +ASTReaderDecl.po: Attrs.inc.h +ASTReaderDecl.po: CommentCommandList.inc.h +ASTReaderDecl.po: DeclNodes.inc.h +ASTReaderDecl.po: DiagnosticCommonKinds.inc.h +ASTReaderDecl.po: DiagnosticSemaKinds.inc.h +ASTReaderDecl.po: StmtNodes.inc.h +ASTReaderStmt.o: AttrList.inc.h +ASTReaderStmt.o: AttrParsedAttrList.inc.h +ASTReaderStmt.o: Attrs.inc.h +ASTReaderStmt.o: CommentCommandList.inc.h +ASTReaderStmt.o: DeclNodes.inc.h +ASTReaderStmt.o: DiagnosticCommonKinds.inc.h +ASTReaderStmt.o: StmtNodes.inc.h +ASTReaderStmt.po: AttrList.inc.h +ASTReaderStmt.po: AttrParsedAttrList.inc.h +ASTReaderStmt.po: Attrs.inc.h +ASTReaderStmt.po: CommentCommandList.inc.h +ASTReaderStmt.po: DeclNodes.inc.h +ASTReaderStmt.po: DiagnosticCommonKinds.inc.h +ASTReaderStmt.po: StmtNodes.inc.h +ASTWriter.o: AttrList.inc.h +ASTWriter.o: AttrPCHWrite.inc.h +ASTWriter.o: AttrParsedAttrList.inc.h +ASTWriter.o: Attrs.inc.h +ASTWriter.o: CommentCommandList.inc.h +ASTWriter.o: DeclNodes.inc.h +ASTWriter.o: DiagnosticCommonKinds.inc.h +ASTWriter.o: StmtNodes.inc.h +ASTWriter.po: AttrList.inc.h +ASTWriter.po: AttrPCHWrite.inc.h +ASTWriter.po: AttrParsedAttrList.inc.h +ASTWriter.po: Attrs.inc.h +ASTWriter.po: CommentCommandList.inc.h +ASTWriter.po: DeclNodes.inc.h +ASTWriter.po: DiagnosticCommonKinds.inc.h +ASTWriter.po: StmtNodes.inc.h +ASTWriterDecl.o: AttrList.inc.h +ASTWriterDecl.o: AttrParsedAttrList.inc.h +ASTWriterDecl.o: Attrs.inc.h +ASTWriterDecl.o: CommentCommandList.inc.h +ASTWriterDecl.o: DeclNodes.inc.h +ASTWriterDecl.o: DiagnosticCommonKinds.inc.h +ASTWriterDecl.o: StmtNodes.inc.h +ASTWriterDecl.po: AttrList.inc.h +ASTWriterDecl.po: AttrParsedAttrList.inc.h +ASTWriterDecl.po: Attrs.inc.h +ASTWriterDecl.po: CommentCommandList.inc.h +ASTWriterDecl.po: DeclNodes.inc.h +ASTWriterDecl.po: DiagnosticCommonKinds.inc.h +ASTWriterDecl.po: StmtNodes.inc.h +ASTWriterStmt.o: AttrList.inc.h +ASTWriterStmt.o: Attrs.inc.h +ASTWriterStmt.o: CommentCommandList.inc.h +ASTWriterStmt.o: DeclNodes.inc.h +ASTWriterStmt.o: DiagnosticCommonKinds.inc.h +ASTWriterStmt.o: StmtNodes.inc.h +ASTWriterStmt.po: AttrList.inc.h +ASTWriterStmt.po: Attrs.inc.h +ASTWriterStmt.po: CommentCommandList.inc.h +ASTWriterStmt.po: DeclNodes.inc.h +ASTWriterStmt.po: DiagnosticCommonKinds.inc.h +ASTWriterStmt.po: StmtNodes.inc.h +GeneratePCH.o: CommentCommandList.inc.h +GeneratePCH.o: DeclNodes.inc.h +GeneratePCH.o: DiagnosticCommonKinds.inc.h +GeneratePCH.o: StmtNodes.inc.h +GeneratePCH.po: CommentCommandList.inc.h +GeneratePCH.po: DeclNodes.inc.h +GeneratePCH.po: DiagnosticCommonKinds.inc.h +GeneratePCH.po: StmtNodes.inc.h +GlobalModuleIndex.o: DiagnosticCommonKinds.inc.h +GlobalModuleIndex.po: DiagnosticCommonKinds.inc.h +Module.o: DiagnosticCommonKinds.inc.h +Module.po: DiagnosticCommonKinds.inc.h +ModuleManager.o: DiagnosticCommonKinds.inc.h +ModuleManager.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/libclangstaticanalyzercheckers/Makefile b/lib/clang/libclangstaticanalyzercheckers/Makefile new file mode 100644 index 0000000..ec4a76f --- /dev/null +++ b/lib/clang/libclangstaticanalyzercheckers/Makefile @@ -0,0 +1,89 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= clangstaticanalyzercheckers + +SRCDIR= tools/clang/lib/StaticAnalyzer/Checkers +SRCS= AllocationDiagnostics.cpp \ + AnalyzerStatsChecker.cpp \ + ArrayBoundChecker.cpp \ + ArrayBoundCheckerV2.cpp \ + BasicObjCFoundationChecks.cpp \ + BoolAssignmentChecker.cpp \ + BuiltinFunctionChecker.cpp \ + CStringChecker.cpp \ + CStringSyntaxChecker.cpp \ + CallAndMessageChecker.cpp \ + CastSizeChecker.cpp \ + CastToStructChecker.cpp \ + CheckObjCDealloc.cpp \ + CheckObjCInstMethSignature.cpp \ + CheckSecuritySyntaxOnly.cpp \ + CheckSizeofPointer.cpp \ + ChrootChecker.cpp \ + ClangCheckers.cpp \ + DeadStoresChecker.cpp \ + DebugCheckers.cpp \ + DereferenceChecker.cpp \ + DirectIvarAssignment.cpp \ + DivZeroChecker.cpp \ + DynamicTypePropagation.cpp \ + ExprInspectionChecker.cpp \ + FixedAddressChecker.cpp \ + GenericTaintChecker.cpp \ + IdenticalExprChecker.cpp \ + IvarInvalidationChecker.cpp \ + LLVMConventionsChecker.cpp \ + MacOSKeychainAPIChecker.cpp \ + MacOSXAPIChecker.cpp \ + MallocChecker.cpp \ + MallocOverflowSecurityChecker.cpp \ + MallocSizeofChecker.cpp \ + NSAutoreleasePoolChecker.cpp \ + NSErrorChecker.cpp \ + NoReturnFunctionChecker.cpp \ + NonNullParamChecker.cpp \ + ObjCAtSyncChecker.cpp \ + ObjCContainersASTChecker.cpp \ + ObjCContainersChecker.cpp \ + ObjCMissingSuperCallChecker.cpp \ + ObjCSelfInitChecker.cpp \ + ObjCUnusedIVarsChecker.cpp \ + PointerArithChecker.cpp \ + PointerSubChecker.cpp \ + PthreadLockChecker.cpp \ + RetainCountChecker.cpp \ + ReturnPointerRangeChecker.cpp \ + ReturnUndefChecker.cpp \ + SimpleStreamChecker.cpp \ + StackAddrEscapeChecker.cpp \ + StreamChecker.cpp \ + TaintTesterChecker.cpp \ + TestAfterDivZeroChecker.cpp \ + TraversalChecker.cpp \ + UndefBranchChecker.cpp \ + UndefCapturedBlockVarChecker.cpp \ + UndefResultChecker.cpp \ + UndefinedArraySubscriptChecker.cpp \ + UndefinedAssignmentChecker.cpp \ + UnixAPIChecker.cpp \ + UnreachableCodeChecker.cpp \ + VLASizeChecker.cpp \ + VirtualCallChecker.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= CheckerDocumentation.cpp +.endif + +TGHDRS= AttrList \ + AttrVisitor \ + Attrs \ + Checkers \ + CommentCommandList \ + CommentNodes \ + DeclNodes \ + DiagnosticCommonKinds \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangstaticanalyzercheckers/Makefile.depend b/lib/clang/libclangstaticanalyzercheckers/Makefile.depend new file mode 100644 index 0000000..6d91abe --- /dev/null +++ b/lib/clang/libclangstaticanalyzercheckers/Makefile.depend @@ -0,0 +1,792 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AnalyzerStatsChecker.o: Checkers.inc.h +AnalyzerStatsChecker.o: CommentCommandList.inc.h +AnalyzerStatsChecker.o: DeclNodes.inc.h +AnalyzerStatsChecker.o: DiagnosticCommonKinds.inc.h +AnalyzerStatsChecker.o: StmtNodes.inc.h +AnalyzerStatsChecker.po: Checkers.inc.h +AnalyzerStatsChecker.po: CommentCommandList.inc.h +AnalyzerStatsChecker.po: DeclNodes.inc.h +AnalyzerStatsChecker.po: DiagnosticCommonKinds.inc.h +AnalyzerStatsChecker.po: StmtNodes.inc.h +ArrayBoundChecker.o: Checkers.inc.h +ArrayBoundChecker.o: CommentCommandList.inc.h +ArrayBoundChecker.o: DeclNodes.inc.h +ArrayBoundChecker.o: DiagnosticCommonKinds.inc.h +ArrayBoundChecker.o: StmtNodes.inc.h +ArrayBoundChecker.po: Checkers.inc.h +ArrayBoundChecker.po: CommentCommandList.inc.h +ArrayBoundChecker.po: DeclNodes.inc.h +ArrayBoundChecker.po: DiagnosticCommonKinds.inc.h +ArrayBoundChecker.po: StmtNodes.inc.h +ArrayBoundCheckerV2.o: Checkers.inc.h +ArrayBoundCheckerV2.o: CommentCommandList.inc.h +ArrayBoundCheckerV2.o: DeclNodes.inc.h +ArrayBoundCheckerV2.o: DiagnosticCommonKinds.inc.h +ArrayBoundCheckerV2.o: StmtNodes.inc.h +ArrayBoundCheckerV2.po: Checkers.inc.h +ArrayBoundCheckerV2.po: CommentCommandList.inc.h +ArrayBoundCheckerV2.po: DeclNodes.inc.h +ArrayBoundCheckerV2.po: DiagnosticCommonKinds.inc.h +ArrayBoundCheckerV2.po: StmtNodes.inc.h +BasicObjCFoundationChecks.o: AttrList.inc.h +BasicObjCFoundationChecks.o: Attrs.inc.h +BasicObjCFoundationChecks.o: Checkers.inc.h +BasicObjCFoundationChecks.o: CommentCommandList.inc.h +BasicObjCFoundationChecks.o: DeclNodes.inc.h +BasicObjCFoundationChecks.o: DiagnosticCommonKinds.inc.h +BasicObjCFoundationChecks.o: StmtNodes.inc.h +BasicObjCFoundationChecks.po: AttrList.inc.h +BasicObjCFoundationChecks.po: Attrs.inc.h +BasicObjCFoundationChecks.po: Checkers.inc.h +BasicObjCFoundationChecks.po: CommentCommandList.inc.h +BasicObjCFoundationChecks.po: DeclNodes.inc.h +BasicObjCFoundationChecks.po: DiagnosticCommonKinds.inc.h +BasicObjCFoundationChecks.po: StmtNodes.inc.h +BoolAssignmentChecker.o: Checkers.inc.h +BoolAssignmentChecker.o: CommentCommandList.inc.h +BoolAssignmentChecker.o: DeclNodes.inc.h +BoolAssignmentChecker.o: DiagnosticCommonKinds.inc.h +BoolAssignmentChecker.o: StmtNodes.inc.h +BoolAssignmentChecker.po: Checkers.inc.h +BoolAssignmentChecker.po: CommentCommandList.inc.h +BoolAssignmentChecker.po: DeclNodes.inc.h +BoolAssignmentChecker.po: DiagnosticCommonKinds.inc.h +BoolAssignmentChecker.po: StmtNodes.inc.h +BuiltinFunctionChecker.o: Checkers.inc.h +BuiltinFunctionChecker.o: CommentCommandList.inc.h +BuiltinFunctionChecker.o: DeclNodes.inc.h +BuiltinFunctionChecker.o: DiagnosticCommonKinds.inc.h +BuiltinFunctionChecker.o: StmtNodes.inc.h +BuiltinFunctionChecker.po: Checkers.inc.h +BuiltinFunctionChecker.po: CommentCommandList.inc.h +BuiltinFunctionChecker.po: DeclNodes.inc.h +BuiltinFunctionChecker.po: DiagnosticCommonKinds.inc.h +BuiltinFunctionChecker.po: StmtNodes.inc.h +CStringChecker.o: Checkers.inc.h +CStringChecker.o: CommentCommandList.inc.h +CStringChecker.o: DeclNodes.inc.h +CStringChecker.o: DiagnosticCommonKinds.inc.h +CStringChecker.o: StmtNodes.inc.h +CStringChecker.po: Checkers.inc.h +CStringChecker.po: CommentCommandList.inc.h +CStringChecker.po: DeclNodes.inc.h +CStringChecker.po: DiagnosticCommonKinds.inc.h +CStringChecker.po: StmtNodes.inc.h +CStringSyntaxChecker.o: Checkers.inc.h +CStringSyntaxChecker.o: CommentCommandList.inc.h +CStringSyntaxChecker.o: DeclNodes.inc.h +CStringSyntaxChecker.o: DiagnosticCommonKinds.inc.h +CStringSyntaxChecker.o: StmtNodes.inc.h +CStringSyntaxChecker.po: Checkers.inc.h +CStringSyntaxChecker.po: CommentCommandList.inc.h +CStringSyntaxChecker.po: DeclNodes.inc.h +CStringSyntaxChecker.po: DiagnosticCommonKinds.inc.h +CStringSyntaxChecker.po: StmtNodes.inc.h +CallAndMessageChecker.o: AttrList.inc.h +CallAndMessageChecker.o: Attrs.inc.h +CallAndMessageChecker.o: Checkers.inc.h +CallAndMessageChecker.o: CommentCommandList.inc.h +CallAndMessageChecker.o: DeclNodes.inc.h +CallAndMessageChecker.o: DiagnosticCommonKinds.inc.h +CallAndMessageChecker.o: StmtNodes.inc.h +CallAndMessageChecker.po: AttrList.inc.h +CallAndMessageChecker.po: Attrs.inc.h +CallAndMessageChecker.po: Checkers.inc.h +CallAndMessageChecker.po: CommentCommandList.inc.h +CallAndMessageChecker.po: DeclNodes.inc.h +CallAndMessageChecker.po: DiagnosticCommonKinds.inc.h +CallAndMessageChecker.po: StmtNodes.inc.h +CastSizeChecker.o: Checkers.inc.h +CastSizeChecker.o: CommentCommandList.inc.h +CastSizeChecker.o: DeclNodes.inc.h +CastSizeChecker.o: DiagnosticCommonKinds.inc.h +CastSizeChecker.o: StmtNodes.inc.h +CastSizeChecker.po: Checkers.inc.h +CastSizeChecker.po: CommentCommandList.inc.h +CastSizeChecker.po: DeclNodes.inc.h +CastSizeChecker.po: DiagnosticCommonKinds.inc.h +CastSizeChecker.po: StmtNodes.inc.h +CastToStructChecker.o: Checkers.inc.h +CastToStructChecker.o: CommentCommandList.inc.h +CastToStructChecker.o: DeclNodes.inc.h +CastToStructChecker.o: DiagnosticCommonKinds.inc.h +CastToStructChecker.o: StmtNodes.inc.h +CastToStructChecker.po: Checkers.inc.h +CastToStructChecker.po: CommentCommandList.inc.h +CastToStructChecker.po: DeclNodes.inc.h +CastToStructChecker.po: DiagnosticCommonKinds.inc.h +CastToStructChecker.po: StmtNodes.inc.h +CheckObjCDealloc.o: AttrList.inc.h +CheckObjCDealloc.o: Attrs.inc.h +CheckObjCDealloc.o: Checkers.inc.h +CheckObjCDealloc.o: CommentCommandList.inc.h +CheckObjCDealloc.o: DeclNodes.inc.h +CheckObjCDealloc.o: DiagnosticCommonKinds.inc.h +CheckObjCDealloc.o: StmtNodes.inc.h +CheckObjCDealloc.po: AttrList.inc.h +CheckObjCDealloc.po: Attrs.inc.h +CheckObjCDealloc.po: Checkers.inc.h +CheckObjCDealloc.po: CommentCommandList.inc.h +CheckObjCDealloc.po: DeclNodes.inc.h +CheckObjCDealloc.po: DiagnosticCommonKinds.inc.h +CheckObjCDealloc.po: StmtNodes.inc.h +CheckObjCInstMethSignature.o: Checkers.inc.h +CheckObjCInstMethSignature.o: CommentCommandList.inc.h +CheckObjCInstMethSignature.o: DeclNodes.inc.h +CheckObjCInstMethSignature.o: DiagnosticCommonKinds.inc.h +CheckObjCInstMethSignature.o: StmtNodes.inc.h +CheckObjCInstMethSignature.po: Checkers.inc.h +CheckObjCInstMethSignature.po: CommentCommandList.inc.h +CheckObjCInstMethSignature.po: DeclNodes.inc.h +CheckObjCInstMethSignature.po: DiagnosticCommonKinds.inc.h +CheckObjCInstMethSignature.po: StmtNodes.inc.h +CheckSecuritySyntaxOnly.o: Checkers.inc.h +CheckSecuritySyntaxOnly.o: CommentCommandList.inc.h +CheckSecuritySyntaxOnly.o: DeclNodes.inc.h +CheckSecuritySyntaxOnly.o: DiagnosticCommonKinds.inc.h +CheckSecuritySyntaxOnly.o: StmtNodes.inc.h +CheckSecuritySyntaxOnly.po: Checkers.inc.h +CheckSecuritySyntaxOnly.po: CommentCommandList.inc.h +CheckSecuritySyntaxOnly.po: DeclNodes.inc.h +CheckSecuritySyntaxOnly.po: DiagnosticCommonKinds.inc.h +CheckSecuritySyntaxOnly.po: StmtNodes.inc.h +CheckSizeofPointer.o: Checkers.inc.h +CheckSizeofPointer.o: CommentCommandList.inc.h +CheckSizeofPointer.o: DeclNodes.inc.h +CheckSizeofPointer.o: DiagnosticCommonKinds.inc.h +CheckSizeofPointer.o: StmtNodes.inc.h +CheckSizeofPointer.po: Checkers.inc.h +CheckSizeofPointer.po: CommentCommandList.inc.h +CheckSizeofPointer.po: DeclNodes.inc.h +CheckSizeofPointer.po: DiagnosticCommonKinds.inc.h +CheckSizeofPointer.po: StmtNodes.inc.h +CheckerDocumentation.o: Checkers.inc.h +CheckerDocumentation.o: CommentCommandList.inc.h +CheckerDocumentation.o: DeclNodes.inc.h +CheckerDocumentation.o: DiagnosticCommonKinds.inc.h +CheckerDocumentation.o: StmtNodes.inc.h +CheckerDocumentation.po: Checkers.inc.h +CheckerDocumentation.po: CommentCommandList.inc.h +CheckerDocumentation.po: DeclNodes.inc.h +CheckerDocumentation.po: DiagnosticCommonKinds.inc.h +CheckerDocumentation.po: StmtNodes.inc.h +ChrootChecker.o: Checkers.inc.h +ChrootChecker.o: CommentCommandList.inc.h +ChrootChecker.o: DeclNodes.inc.h +ChrootChecker.o: DiagnosticCommonKinds.inc.h +ChrootChecker.o: StmtNodes.inc.h +ChrootChecker.po: Checkers.inc.h +ChrootChecker.po: CommentCommandList.inc.h +ChrootChecker.po: DeclNodes.inc.h +ChrootChecker.po: DiagnosticCommonKinds.inc.h +ChrootChecker.po: StmtNodes.inc.h +ClangCheckers.o: Checkers.inc.h +ClangCheckers.o: CommentCommandList.inc.h +ClangCheckers.o: DeclNodes.inc.h +ClangCheckers.o: DiagnosticCommonKinds.inc.h +ClangCheckers.o: StmtNodes.inc.h +ClangCheckers.po: Checkers.inc.h +ClangCheckers.po: CommentCommandList.inc.h +ClangCheckers.po: DeclNodes.inc.h +ClangCheckers.po: DiagnosticCommonKinds.inc.h +ClangCheckers.po: StmtNodes.inc.h +DeadStoresChecker.o: AttrList.inc.h +DeadStoresChecker.o: AttrVisitor.inc.h +DeadStoresChecker.o: Attrs.inc.h +DeadStoresChecker.o: Checkers.inc.h +DeadStoresChecker.o: CommentCommandList.inc.h +DeadStoresChecker.o: DeclNodes.inc.h +DeadStoresChecker.o: DiagnosticCommonKinds.inc.h +DeadStoresChecker.o: StmtNodes.inc.h +DeadStoresChecker.po: AttrList.inc.h +DeadStoresChecker.po: AttrVisitor.inc.h +DeadStoresChecker.po: Attrs.inc.h +DeadStoresChecker.po: Checkers.inc.h +DeadStoresChecker.po: CommentCommandList.inc.h +DeadStoresChecker.po: DeclNodes.inc.h +DeadStoresChecker.po: DiagnosticCommonKinds.inc.h +DeadStoresChecker.po: StmtNodes.inc.h +DebugCheckers.o: AttrList.inc.h +DebugCheckers.o: AttrVisitor.inc.h +DebugCheckers.o: Attrs.inc.h +DebugCheckers.o: Checkers.inc.h +DebugCheckers.o: CommentCommandList.inc.h +DebugCheckers.o: DeclNodes.inc.h +DebugCheckers.o: DiagnosticCommonKinds.inc.h +DebugCheckers.o: StmtNodes.inc.h +DebugCheckers.po: AttrList.inc.h +DebugCheckers.po: AttrVisitor.inc.h +DebugCheckers.po: Attrs.inc.h +DebugCheckers.po: Checkers.inc.h +DebugCheckers.po: CommentCommandList.inc.h +DebugCheckers.po: DeclNodes.inc.h +DebugCheckers.po: DiagnosticCommonKinds.inc.h +DebugCheckers.po: StmtNodes.inc.h +DereferenceChecker.o: Checkers.inc.h +DereferenceChecker.o: CommentCommandList.inc.h +DereferenceChecker.o: DeclNodes.inc.h +DereferenceChecker.o: DiagnosticCommonKinds.inc.h +DereferenceChecker.o: StmtNodes.inc.h +DereferenceChecker.po: Checkers.inc.h +DereferenceChecker.po: CommentCommandList.inc.h +DereferenceChecker.po: DeclNodes.inc.h +DereferenceChecker.po: DiagnosticCommonKinds.inc.h +DereferenceChecker.po: StmtNodes.inc.h +DirectIvarAssignment.o: AttrList.inc.h +DirectIvarAssignment.o: Attrs.inc.h +DirectIvarAssignment.o: Checkers.inc.h +DirectIvarAssignment.o: CommentCommandList.inc.h +DirectIvarAssignment.o: DeclNodes.inc.h +DirectIvarAssignment.o: DiagnosticCommonKinds.inc.h +DirectIvarAssignment.o: StmtNodes.inc.h +DirectIvarAssignment.po: AttrList.inc.h +DirectIvarAssignment.po: Attrs.inc.h +DirectIvarAssignment.po: Checkers.inc.h +DirectIvarAssignment.po: CommentCommandList.inc.h +DirectIvarAssignment.po: DeclNodes.inc.h +DirectIvarAssignment.po: DiagnosticCommonKinds.inc.h +DirectIvarAssignment.po: StmtNodes.inc.h +DivZeroChecker.o: Checkers.inc.h +DivZeroChecker.o: CommentCommandList.inc.h +DivZeroChecker.o: DeclNodes.inc.h +DivZeroChecker.o: DiagnosticCommonKinds.inc.h +DivZeroChecker.o: StmtNodes.inc.h +DivZeroChecker.po: Checkers.inc.h +DivZeroChecker.po: CommentCommandList.inc.h +DivZeroChecker.po: DeclNodes.inc.h +DivZeroChecker.po: DiagnosticCommonKinds.inc.h +DivZeroChecker.po: StmtNodes.inc.h +DynamicTypePropagation.o: AttrList.inc.h +DynamicTypePropagation.o: Attrs.inc.h +DynamicTypePropagation.o: Checkers.inc.h +DynamicTypePropagation.o: CommentCommandList.inc.h +DynamicTypePropagation.o: DeclNodes.inc.h +DynamicTypePropagation.o: DiagnosticCommonKinds.inc.h +DynamicTypePropagation.o: StmtNodes.inc.h +DynamicTypePropagation.po: AttrList.inc.h +DynamicTypePropagation.po: Attrs.inc.h +DynamicTypePropagation.po: Checkers.inc.h +DynamicTypePropagation.po: CommentCommandList.inc.h +DynamicTypePropagation.po: DeclNodes.inc.h +DynamicTypePropagation.po: DiagnosticCommonKinds.inc.h +DynamicTypePropagation.po: StmtNodes.inc.h +ExprInspectionChecker.o: Checkers.inc.h +ExprInspectionChecker.o: CommentCommandList.inc.h +ExprInspectionChecker.o: DeclNodes.inc.h +ExprInspectionChecker.o: DiagnosticCommonKinds.inc.h +ExprInspectionChecker.o: StmtNodes.inc.h +ExprInspectionChecker.po: Checkers.inc.h +ExprInspectionChecker.po: CommentCommandList.inc.h +ExprInspectionChecker.po: DeclNodes.inc.h +ExprInspectionChecker.po: DiagnosticCommonKinds.inc.h +ExprInspectionChecker.po: StmtNodes.inc.h +FixedAddressChecker.o: Checkers.inc.h +FixedAddressChecker.o: CommentCommandList.inc.h +FixedAddressChecker.o: DeclNodes.inc.h +FixedAddressChecker.o: DiagnosticCommonKinds.inc.h +FixedAddressChecker.o: StmtNodes.inc.h +FixedAddressChecker.po: Checkers.inc.h +FixedAddressChecker.po: CommentCommandList.inc.h +FixedAddressChecker.po: DeclNodes.inc.h +FixedAddressChecker.po: DiagnosticCommonKinds.inc.h +FixedAddressChecker.po: StmtNodes.inc.h +GenericTaintChecker.o: AttrList.inc.h +GenericTaintChecker.o: Attrs.inc.h +GenericTaintChecker.o: Checkers.inc.h +GenericTaintChecker.o: CommentCommandList.inc.h +GenericTaintChecker.o: DeclNodes.inc.h +GenericTaintChecker.o: DiagnosticCommonKinds.inc.h +GenericTaintChecker.o: StmtNodes.inc.h +GenericTaintChecker.po: AttrList.inc.h +GenericTaintChecker.po: Attrs.inc.h +GenericTaintChecker.po: Checkers.inc.h +GenericTaintChecker.po: CommentCommandList.inc.h +GenericTaintChecker.po: DeclNodes.inc.h +GenericTaintChecker.po: DiagnosticCommonKinds.inc.h +GenericTaintChecker.po: StmtNodes.inc.h +IdenticalExprChecker.o: AttrList.inc.h +IdenticalExprChecker.o: AttrVisitor.inc.h +IdenticalExprChecker.o: Attrs.inc.h +IdenticalExprChecker.o: Checkers.inc.h +IdenticalExprChecker.o: CommentCommandList.inc.h +IdenticalExprChecker.o: DeclNodes.inc.h +IdenticalExprChecker.o: DiagnosticCommonKinds.inc.h +IdenticalExprChecker.o: StmtNodes.inc.h +IdenticalExprChecker.po: AttrList.inc.h +IdenticalExprChecker.po: AttrVisitor.inc.h +IdenticalExprChecker.po: Attrs.inc.h +IdenticalExprChecker.po: Checkers.inc.h +IdenticalExprChecker.po: CommentCommandList.inc.h +IdenticalExprChecker.po: DeclNodes.inc.h +IdenticalExprChecker.po: DiagnosticCommonKinds.inc.h +IdenticalExprChecker.po: StmtNodes.inc.h +IvarInvalidationChecker.o: AttrList.inc.h +IvarInvalidationChecker.o: Attrs.inc.h +IvarInvalidationChecker.o: Checkers.inc.h +IvarInvalidationChecker.o: CommentCommandList.inc.h +IvarInvalidationChecker.o: DeclNodes.inc.h +IvarInvalidationChecker.o: DiagnosticCommonKinds.inc.h +IvarInvalidationChecker.o: StmtNodes.inc.h +IvarInvalidationChecker.po: AttrList.inc.h +IvarInvalidationChecker.po: Attrs.inc.h +IvarInvalidationChecker.po: Checkers.inc.h +IvarInvalidationChecker.po: CommentCommandList.inc.h +IvarInvalidationChecker.po: DeclNodes.inc.h +IvarInvalidationChecker.po: DiagnosticCommonKinds.inc.h +IvarInvalidationChecker.po: StmtNodes.inc.h +LLVMConventionsChecker.o: AttrList.inc.h +LLVMConventionsChecker.o: Attrs.inc.h +LLVMConventionsChecker.o: Checkers.inc.h +LLVMConventionsChecker.o: CommentCommandList.inc.h +LLVMConventionsChecker.o: DeclNodes.inc.h +LLVMConventionsChecker.o: DiagnosticCommonKinds.inc.h +LLVMConventionsChecker.o: StmtNodes.inc.h +LLVMConventionsChecker.po: AttrList.inc.h +LLVMConventionsChecker.po: Attrs.inc.h +LLVMConventionsChecker.po: Checkers.inc.h +LLVMConventionsChecker.po: CommentCommandList.inc.h +LLVMConventionsChecker.po: DeclNodes.inc.h +LLVMConventionsChecker.po: DiagnosticCommonKinds.inc.h +LLVMConventionsChecker.po: StmtNodes.inc.h +MacOSKeychainAPIChecker.o: Checkers.inc.h +MacOSKeychainAPIChecker.o: CommentCommandList.inc.h +MacOSKeychainAPIChecker.o: DeclNodes.inc.h +MacOSKeychainAPIChecker.o: DiagnosticCommonKinds.inc.h +MacOSKeychainAPIChecker.o: StmtNodes.inc.h +MacOSKeychainAPIChecker.po: Checkers.inc.h +MacOSKeychainAPIChecker.po: CommentCommandList.inc.h +MacOSKeychainAPIChecker.po: DeclNodes.inc.h +MacOSKeychainAPIChecker.po: DiagnosticCommonKinds.inc.h +MacOSKeychainAPIChecker.po: StmtNodes.inc.h +MacOSXAPIChecker.o: Checkers.inc.h +MacOSXAPIChecker.o: CommentCommandList.inc.h +MacOSXAPIChecker.o: DeclNodes.inc.h +MacOSXAPIChecker.o: DiagnosticCommonKinds.inc.h +MacOSXAPIChecker.o: StmtNodes.inc.h +MacOSXAPIChecker.po: Checkers.inc.h +MacOSXAPIChecker.po: CommentCommandList.inc.h +MacOSXAPIChecker.po: DeclNodes.inc.h +MacOSXAPIChecker.po: DiagnosticCommonKinds.inc.h +MacOSXAPIChecker.po: StmtNodes.inc.h +MallocChecker.o: AttrList.inc.h +MallocChecker.o: Attrs.inc.h +MallocChecker.o: Checkers.inc.h +MallocChecker.o: CommentCommandList.inc.h +MallocChecker.o: DeclNodes.inc.h +MallocChecker.o: DiagnosticCommonKinds.inc.h +MallocChecker.o: StmtNodes.inc.h +MallocChecker.po: AttrList.inc.h +MallocChecker.po: Attrs.inc.h +MallocChecker.po: Checkers.inc.h +MallocChecker.po: CommentCommandList.inc.h +MallocChecker.po: DeclNodes.inc.h +MallocChecker.po: DiagnosticCommonKinds.inc.h +MallocChecker.po: StmtNodes.inc.h +MallocOverflowSecurityChecker.o: AttrList.inc.h +MallocOverflowSecurityChecker.o: Attrs.inc.h +MallocOverflowSecurityChecker.o: Checkers.inc.h +MallocOverflowSecurityChecker.o: CommentCommandList.inc.h +MallocOverflowSecurityChecker.o: DeclNodes.inc.h +MallocOverflowSecurityChecker.o: DiagnosticCommonKinds.inc.h +MallocOverflowSecurityChecker.o: StmtNodes.inc.h +MallocOverflowSecurityChecker.po: AttrList.inc.h +MallocOverflowSecurityChecker.po: Attrs.inc.h +MallocOverflowSecurityChecker.po: Checkers.inc.h +MallocOverflowSecurityChecker.po: CommentCommandList.inc.h +MallocOverflowSecurityChecker.po: DeclNodes.inc.h +MallocOverflowSecurityChecker.po: DiagnosticCommonKinds.inc.h +MallocOverflowSecurityChecker.po: StmtNodes.inc.h +MallocSizeofChecker.o: Checkers.inc.h +MallocSizeofChecker.o: CommentCommandList.inc.h +MallocSizeofChecker.o: DeclNodes.inc.h +MallocSizeofChecker.o: DiagnosticCommonKinds.inc.h +MallocSizeofChecker.o: StmtNodes.inc.h +MallocSizeofChecker.po: Checkers.inc.h +MallocSizeofChecker.po: CommentCommandList.inc.h +MallocSizeofChecker.po: DeclNodes.inc.h +MallocSizeofChecker.po: DiagnosticCommonKinds.inc.h +MallocSizeofChecker.po: StmtNodes.inc.h +NSAutoreleasePoolChecker.o: AttrList.inc.h +NSAutoreleasePoolChecker.o: Attrs.inc.h +NSAutoreleasePoolChecker.o: Checkers.inc.h +NSAutoreleasePoolChecker.o: CommentCommandList.inc.h +NSAutoreleasePoolChecker.o: DeclNodes.inc.h +NSAutoreleasePoolChecker.o: DiagnosticCommonKinds.inc.h +NSAutoreleasePoolChecker.o: StmtNodes.inc.h +NSAutoreleasePoolChecker.po: AttrList.inc.h +NSAutoreleasePoolChecker.po: Attrs.inc.h +NSAutoreleasePoolChecker.po: Checkers.inc.h +NSAutoreleasePoolChecker.po: CommentCommandList.inc.h +NSAutoreleasePoolChecker.po: DeclNodes.inc.h +NSAutoreleasePoolChecker.po: DiagnosticCommonKinds.inc.h +NSAutoreleasePoolChecker.po: StmtNodes.inc.h +NSErrorChecker.o: Checkers.inc.h +NSErrorChecker.o: CommentCommandList.inc.h +NSErrorChecker.o: DeclNodes.inc.h +NSErrorChecker.o: DiagnosticCommonKinds.inc.h +NSErrorChecker.o: StmtNodes.inc.h +NSErrorChecker.po: Checkers.inc.h +NSErrorChecker.po: CommentCommandList.inc.h +NSErrorChecker.po: DeclNodes.inc.h +NSErrorChecker.po: DiagnosticCommonKinds.inc.h +NSErrorChecker.po: StmtNodes.inc.h +NoReturnFunctionChecker.o: AttrList.inc.h +NoReturnFunctionChecker.o: Attrs.inc.h +NoReturnFunctionChecker.o: Checkers.inc.h +NoReturnFunctionChecker.o: CommentCommandList.inc.h +NoReturnFunctionChecker.o: DeclNodes.inc.h +NoReturnFunctionChecker.o: DiagnosticCommonKinds.inc.h +NoReturnFunctionChecker.o: StmtNodes.inc.h +NoReturnFunctionChecker.po: AttrList.inc.h +NoReturnFunctionChecker.po: Attrs.inc.h +NoReturnFunctionChecker.po: Checkers.inc.h +NoReturnFunctionChecker.po: CommentCommandList.inc.h +NoReturnFunctionChecker.po: DeclNodes.inc.h +NoReturnFunctionChecker.po: DiagnosticCommonKinds.inc.h +NoReturnFunctionChecker.po: StmtNodes.inc.h +NonNullParamChecker.o: AttrList.inc.h +NonNullParamChecker.o: Attrs.inc.h +NonNullParamChecker.o: Checkers.inc.h +NonNullParamChecker.o: CommentCommandList.inc.h +NonNullParamChecker.o: DeclNodes.inc.h +NonNullParamChecker.o: DiagnosticCommonKinds.inc.h +NonNullParamChecker.o: StmtNodes.inc.h +NonNullParamChecker.po: AttrList.inc.h +NonNullParamChecker.po: Attrs.inc.h +NonNullParamChecker.po: Checkers.inc.h +NonNullParamChecker.po: CommentCommandList.inc.h +NonNullParamChecker.po: DeclNodes.inc.h +NonNullParamChecker.po: DiagnosticCommonKinds.inc.h +NonNullParamChecker.po: StmtNodes.inc.h +ObjCAtSyncChecker.o: Checkers.inc.h +ObjCAtSyncChecker.o: CommentCommandList.inc.h +ObjCAtSyncChecker.o: DeclNodes.inc.h +ObjCAtSyncChecker.o: DiagnosticCommonKinds.inc.h +ObjCAtSyncChecker.o: StmtNodes.inc.h +ObjCAtSyncChecker.po: Checkers.inc.h +ObjCAtSyncChecker.po: CommentCommandList.inc.h +ObjCAtSyncChecker.po: DeclNodes.inc.h +ObjCAtSyncChecker.po: DiagnosticCommonKinds.inc.h +ObjCAtSyncChecker.po: StmtNodes.inc.h +ObjCContainersASTChecker.o: Checkers.inc.h +ObjCContainersASTChecker.o: CommentCommandList.inc.h +ObjCContainersASTChecker.o: DeclNodes.inc.h +ObjCContainersASTChecker.o: DiagnosticCommonKinds.inc.h +ObjCContainersASTChecker.o: StmtNodes.inc.h +ObjCContainersASTChecker.po: Checkers.inc.h +ObjCContainersASTChecker.po: CommentCommandList.inc.h +ObjCContainersASTChecker.po: DeclNodes.inc.h +ObjCContainersASTChecker.po: DiagnosticCommonKinds.inc.h +ObjCContainersASTChecker.po: StmtNodes.inc.h +ObjCContainersChecker.o: Checkers.inc.h +ObjCContainersChecker.o: CommentCommandList.inc.h +ObjCContainersChecker.o: DeclNodes.inc.h +ObjCContainersChecker.o: DiagnosticCommonKinds.inc.h +ObjCContainersChecker.o: StmtNodes.inc.h +ObjCContainersChecker.po: Checkers.inc.h +ObjCContainersChecker.po: CommentCommandList.inc.h +ObjCContainersChecker.po: DeclNodes.inc.h +ObjCContainersChecker.po: DiagnosticCommonKinds.inc.h +ObjCContainersChecker.po: StmtNodes.inc.h +ObjCMissingSuperCallChecker.o: AttrList.inc.h +ObjCMissingSuperCallChecker.o: AttrVisitor.inc.h +ObjCMissingSuperCallChecker.o: Attrs.inc.h +ObjCMissingSuperCallChecker.o: Checkers.inc.h +ObjCMissingSuperCallChecker.o: CommentCommandList.inc.h +ObjCMissingSuperCallChecker.o: DeclNodes.inc.h +ObjCMissingSuperCallChecker.o: DiagnosticCommonKinds.inc.h +ObjCMissingSuperCallChecker.o: StmtNodes.inc.h +ObjCMissingSuperCallChecker.po: AttrList.inc.h +ObjCMissingSuperCallChecker.po: AttrVisitor.inc.h +ObjCMissingSuperCallChecker.po: Attrs.inc.h +ObjCMissingSuperCallChecker.po: Checkers.inc.h +ObjCMissingSuperCallChecker.po: CommentCommandList.inc.h +ObjCMissingSuperCallChecker.po: DeclNodes.inc.h +ObjCMissingSuperCallChecker.po: DiagnosticCommonKinds.inc.h +ObjCMissingSuperCallChecker.po: StmtNodes.inc.h +ObjCSelfInitChecker.o: AttrList.inc.h +ObjCSelfInitChecker.o: Attrs.inc.h +ObjCSelfInitChecker.o: Checkers.inc.h +ObjCSelfInitChecker.o: CommentCommandList.inc.h +ObjCSelfInitChecker.o: DeclNodes.inc.h +ObjCSelfInitChecker.o: DiagnosticCommonKinds.inc.h +ObjCSelfInitChecker.o: StmtNodes.inc.h +ObjCSelfInitChecker.po: AttrList.inc.h +ObjCSelfInitChecker.po: Attrs.inc.h +ObjCSelfInitChecker.po: Checkers.inc.h +ObjCSelfInitChecker.po: CommentCommandList.inc.h +ObjCSelfInitChecker.po: DeclNodes.inc.h +ObjCSelfInitChecker.po: DiagnosticCommonKinds.inc.h +ObjCSelfInitChecker.po: StmtNodes.inc.h +ObjCUnusedIVarsChecker.o: AttrList.inc.h +ObjCUnusedIVarsChecker.o: Attrs.inc.h +ObjCUnusedIVarsChecker.o: Checkers.inc.h +ObjCUnusedIVarsChecker.o: CommentCommandList.inc.h +ObjCUnusedIVarsChecker.o: DeclNodes.inc.h +ObjCUnusedIVarsChecker.o: DiagnosticCommonKinds.inc.h +ObjCUnusedIVarsChecker.o: StmtNodes.inc.h +ObjCUnusedIVarsChecker.po: AttrList.inc.h +ObjCUnusedIVarsChecker.po: Attrs.inc.h +ObjCUnusedIVarsChecker.po: Checkers.inc.h +ObjCUnusedIVarsChecker.po: CommentCommandList.inc.h +ObjCUnusedIVarsChecker.po: DeclNodes.inc.h +ObjCUnusedIVarsChecker.po: DiagnosticCommonKinds.inc.h +ObjCUnusedIVarsChecker.po: StmtNodes.inc.h +PointerArithChecker.o: Checkers.inc.h +PointerArithChecker.o: CommentCommandList.inc.h +PointerArithChecker.o: DeclNodes.inc.h +PointerArithChecker.o: DiagnosticCommonKinds.inc.h +PointerArithChecker.o: StmtNodes.inc.h +PointerArithChecker.po: Checkers.inc.h +PointerArithChecker.po: CommentCommandList.inc.h +PointerArithChecker.po: DeclNodes.inc.h +PointerArithChecker.po: DiagnosticCommonKinds.inc.h +PointerArithChecker.po: StmtNodes.inc.h +PointerSubChecker.o: Checkers.inc.h +PointerSubChecker.o: CommentCommandList.inc.h +PointerSubChecker.o: DeclNodes.inc.h +PointerSubChecker.o: DiagnosticCommonKinds.inc.h +PointerSubChecker.o: StmtNodes.inc.h +PointerSubChecker.po: Checkers.inc.h +PointerSubChecker.po: CommentCommandList.inc.h +PointerSubChecker.po: DeclNodes.inc.h +PointerSubChecker.po: DiagnosticCommonKinds.inc.h +PointerSubChecker.po: StmtNodes.inc.h +PthreadLockChecker.o: Checkers.inc.h +PthreadLockChecker.o: CommentCommandList.inc.h +PthreadLockChecker.o: DeclNodes.inc.h +PthreadLockChecker.o: DiagnosticCommonKinds.inc.h +PthreadLockChecker.o: StmtNodes.inc.h +PthreadLockChecker.po: Checkers.inc.h +PthreadLockChecker.po: CommentCommandList.inc.h +PthreadLockChecker.po: DeclNodes.inc.h +PthreadLockChecker.po: DiagnosticCommonKinds.inc.h +PthreadLockChecker.po: StmtNodes.inc.h +RetainCountChecker.o: AttrList.inc.h +RetainCountChecker.o: Attrs.inc.h +RetainCountChecker.o: Checkers.inc.h +RetainCountChecker.o: CommentCommandList.inc.h +RetainCountChecker.o: DeclNodes.inc.h +RetainCountChecker.o: DiagnosticCommonKinds.inc.h +RetainCountChecker.o: StmtNodes.inc.h +RetainCountChecker.po: AttrList.inc.h +RetainCountChecker.po: Attrs.inc.h +RetainCountChecker.po: Checkers.inc.h +RetainCountChecker.po: CommentCommandList.inc.h +RetainCountChecker.po: DeclNodes.inc.h +RetainCountChecker.po: DiagnosticCommonKinds.inc.h +RetainCountChecker.po: StmtNodes.inc.h +ReturnPointerRangeChecker.o: Checkers.inc.h +ReturnPointerRangeChecker.o: CommentCommandList.inc.h +ReturnPointerRangeChecker.o: DeclNodes.inc.h +ReturnPointerRangeChecker.o: DiagnosticCommonKinds.inc.h +ReturnPointerRangeChecker.o: StmtNodes.inc.h +ReturnPointerRangeChecker.po: Checkers.inc.h +ReturnPointerRangeChecker.po: CommentCommandList.inc.h +ReturnPointerRangeChecker.po: DeclNodes.inc.h +ReturnPointerRangeChecker.po: DiagnosticCommonKinds.inc.h +ReturnPointerRangeChecker.po: StmtNodes.inc.h +ReturnUndefChecker.o: AttrList.inc.h +ReturnUndefChecker.o: Attrs.inc.h +ReturnUndefChecker.o: Checkers.inc.h +ReturnUndefChecker.o: CommentCommandList.inc.h +ReturnUndefChecker.o: DeclNodes.inc.h +ReturnUndefChecker.o: DiagnosticCommonKinds.inc.h +ReturnUndefChecker.o: StmtNodes.inc.h +ReturnUndefChecker.po: AttrList.inc.h +ReturnUndefChecker.po: Attrs.inc.h +ReturnUndefChecker.po: Checkers.inc.h +ReturnUndefChecker.po: CommentCommandList.inc.h +ReturnUndefChecker.po: DeclNodes.inc.h +ReturnUndefChecker.po: DiagnosticCommonKinds.inc.h +ReturnUndefChecker.po: StmtNodes.inc.h +SimpleStreamChecker.o: AttrList.inc.h +SimpleStreamChecker.o: Attrs.inc.h +SimpleStreamChecker.o: Checkers.inc.h +SimpleStreamChecker.o: CommentCommandList.inc.h +SimpleStreamChecker.o: DeclNodes.inc.h +SimpleStreamChecker.o: DiagnosticCommonKinds.inc.h +SimpleStreamChecker.o: StmtNodes.inc.h +SimpleStreamChecker.po: AttrList.inc.h +SimpleStreamChecker.po: Attrs.inc.h +SimpleStreamChecker.po: Checkers.inc.h +SimpleStreamChecker.po: CommentCommandList.inc.h +SimpleStreamChecker.po: DeclNodes.inc.h +SimpleStreamChecker.po: DiagnosticCommonKinds.inc.h +SimpleStreamChecker.po: StmtNodes.inc.h +StackAddrEscapeChecker.o: Checkers.inc.h +StackAddrEscapeChecker.o: CommentCommandList.inc.h +StackAddrEscapeChecker.o: DeclNodes.inc.h +StackAddrEscapeChecker.o: DiagnosticCommonKinds.inc.h +StackAddrEscapeChecker.o: StmtNodes.inc.h +StackAddrEscapeChecker.po: Checkers.inc.h +StackAddrEscapeChecker.po: CommentCommandList.inc.h +StackAddrEscapeChecker.po: DeclNodes.inc.h +StackAddrEscapeChecker.po: DiagnosticCommonKinds.inc.h +StackAddrEscapeChecker.po: StmtNodes.inc.h +StreamChecker.o: Checkers.inc.h +StreamChecker.o: CommentCommandList.inc.h +StreamChecker.o: DeclNodes.inc.h +StreamChecker.o: DiagnosticCommonKinds.inc.h +StreamChecker.o: StmtNodes.inc.h +StreamChecker.po: Checkers.inc.h +StreamChecker.po: CommentCommandList.inc.h +StreamChecker.po: DeclNodes.inc.h +StreamChecker.po: DiagnosticCommonKinds.inc.h +StreamChecker.po: StmtNodes.inc.h +TaintTesterChecker.o: Checkers.inc.h +TaintTesterChecker.o: CommentCommandList.inc.h +TaintTesterChecker.o: DeclNodes.inc.h +TaintTesterChecker.o: DiagnosticCommonKinds.inc.h +TaintTesterChecker.o: StmtNodes.inc.h +TaintTesterChecker.po: Checkers.inc.h +TaintTesterChecker.po: CommentCommandList.inc.h +TaintTesterChecker.po: DeclNodes.inc.h +TaintTesterChecker.po: DiagnosticCommonKinds.inc.h +TaintTesterChecker.po: StmtNodes.inc.h +TestAfterDivZeroChecker.o: AttrList.inc.h +TestAfterDivZeroChecker.o: Attrs.inc.h +TestAfterDivZeroChecker.o: Checkers.inc.h +TestAfterDivZeroChecker.o: CommentCommandList.inc.h +TestAfterDivZeroChecker.o: DeclNodes.inc.h +TestAfterDivZeroChecker.o: DiagnosticCommonKinds.inc.h +TestAfterDivZeroChecker.o: StmtNodes.inc.h +TestAfterDivZeroChecker.po: AttrList.inc.h +TestAfterDivZeroChecker.po: Attrs.inc.h +TestAfterDivZeroChecker.po: Checkers.inc.h +TestAfterDivZeroChecker.po: CommentCommandList.inc.h +TestAfterDivZeroChecker.po: DeclNodes.inc.h +TestAfterDivZeroChecker.po: DiagnosticCommonKinds.inc.h +TestAfterDivZeroChecker.po: StmtNodes.inc.h +TraversalChecker.o: AttrList.inc.h +TraversalChecker.o: Attrs.inc.h +TraversalChecker.o: Checkers.inc.h +TraversalChecker.o: CommentCommandList.inc.h +TraversalChecker.o: DeclNodes.inc.h +TraversalChecker.o: DiagnosticCommonKinds.inc.h +TraversalChecker.o: StmtNodes.inc.h +TraversalChecker.po: AttrList.inc.h +TraversalChecker.po: Attrs.inc.h +TraversalChecker.po: Checkers.inc.h +TraversalChecker.po: CommentCommandList.inc.h +TraversalChecker.po: DeclNodes.inc.h +TraversalChecker.po: DiagnosticCommonKinds.inc.h +TraversalChecker.po: StmtNodes.inc.h +UndefBranchChecker.o: Checkers.inc.h +UndefBranchChecker.o: CommentCommandList.inc.h +UndefBranchChecker.o: DeclNodes.inc.h +UndefBranchChecker.o: DiagnosticCommonKinds.inc.h +UndefBranchChecker.o: StmtNodes.inc.h +UndefBranchChecker.po: Checkers.inc.h +UndefBranchChecker.po: CommentCommandList.inc.h +UndefBranchChecker.po: DeclNodes.inc.h +UndefBranchChecker.po: DiagnosticCommonKinds.inc.h +UndefBranchChecker.po: StmtNodes.inc.h +UndefCapturedBlockVarChecker.o: AttrList.inc.h +UndefCapturedBlockVarChecker.o: Attrs.inc.h +UndefCapturedBlockVarChecker.o: Checkers.inc.h +UndefCapturedBlockVarChecker.o: CommentCommandList.inc.h +UndefCapturedBlockVarChecker.o: DeclNodes.inc.h +UndefCapturedBlockVarChecker.o: DiagnosticCommonKinds.inc.h +UndefCapturedBlockVarChecker.o: StmtNodes.inc.h +UndefCapturedBlockVarChecker.po: AttrList.inc.h +UndefCapturedBlockVarChecker.po: Attrs.inc.h +UndefCapturedBlockVarChecker.po: Checkers.inc.h +UndefCapturedBlockVarChecker.po: CommentCommandList.inc.h +UndefCapturedBlockVarChecker.po: DeclNodes.inc.h +UndefCapturedBlockVarChecker.po: DiagnosticCommonKinds.inc.h +UndefCapturedBlockVarChecker.po: StmtNodes.inc.h +UndefResultChecker.o: Checkers.inc.h +UndefResultChecker.o: CommentCommandList.inc.h +UndefResultChecker.o: DeclNodes.inc.h +UndefResultChecker.o: DiagnosticCommonKinds.inc.h +UndefResultChecker.o: StmtNodes.inc.h +UndefResultChecker.po: Checkers.inc.h +UndefResultChecker.po: CommentCommandList.inc.h +UndefResultChecker.po: DeclNodes.inc.h +UndefResultChecker.po: DiagnosticCommonKinds.inc.h +UndefResultChecker.po: StmtNodes.inc.h +UndefinedArraySubscriptChecker.o: AttrList.inc.h +UndefinedArraySubscriptChecker.o: Attrs.inc.h +UndefinedArraySubscriptChecker.o: Checkers.inc.h +UndefinedArraySubscriptChecker.o: CommentCommandList.inc.h +UndefinedArraySubscriptChecker.o: DeclNodes.inc.h +UndefinedArraySubscriptChecker.o: DiagnosticCommonKinds.inc.h +UndefinedArraySubscriptChecker.o: StmtNodes.inc.h +UndefinedArraySubscriptChecker.po: AttrList.inc.h +UndefinedArraySubscriptChecker.po: Attrs.inc.h +UndefinedArraySubscriptChecker.po: Checkers.inc.h +UndefinedArraySubscriptChecker.po: CommentCommandList.inc.h +UndefinedArraySubscriptChecker.po: DeclNodes.inc.h +UndefinedArraySubscriptChecker.po: DiagnosticCommonKinds.inc.h +UndefinedArraySubscriptChecker.po: StmtNodes.inc.h +UndefinedAssignmentChecker.o: Checkers.inc.h +UndefinedAssignmentChecker.o: CommentCommandList.inc.h +UndefinedAssignmentChecker.o: DeclNodes.inc.h +UndefinedAssignmentChecker.o: DiagnosticCommonKinds.inc.h +UndefinedAssignmentChecker.o: StmtNodes.inc.h +UndefinedAssignmentChecker.po: Checkers.inc.h +UndefinedAssignmentChecker.po: CommentCommandList.inc.h +UndefinedAssignmentChecker.po: DeclNodes.inc.h +UndefinedAssignmentChecker.po: DiagnosticCommonKinds.inc.h +UndefinedAssignmentChecker.po: StmtNodes.inc.h +UnixAPIChecker.o: Checkers.inc.h +UnixAPIChecker.o: CommentCommandList.inc.h +UnixAPIChecker.o: DeclNodes.inc.h +UnixAPIChecker.o: DiagnosticCommonKinds.inc.h +UnixAPIChecker.o: StmtNodes.inc.h +UnixAPIChecker.po: Checkers.inc.h +UnixAPIChecker.po: CommentCommandList.inc.h +UnixAPIChecker.po: DeclNodes.inc.h +UnixAPIChecker.po: DiagnosticCommonKinds.inc.h +UnixAPIChecker.po: StmtNodes.inc.h +UnreachableCodeChecker.o: Checkers.inc.h +UnreachableCodeChecker.o: CommentCommandList.inc.h +UnreachableCodeChecker.o: DeclNodes.inc.h +UnreachableCodeChecker.o: DiagnosticCommonKinds.inc.h +UnreachableCodeChecker.o: StmtNodes.inc.h +UnreachableCodeChecker.po: Checkers.inc.h +UnreachableCodeChecker.po: CommentCommandList.inc.h +UnreachableCodeChecker.po: DeclNodes.inc.h +UnreachableCodeChecker.po: DiagnosticCommonKinds.inc.h +UnreachableCodeChecker.po: StmtNodes.inc.h +VLASizeChecker.o: Checkers.inc.h +VLASizeChecker.o: CommentCommandList.inc.h +VLASizeChecker.o: DeclNodes.inc.h +VLASizeChecker.o: DiagnosticCommonKinds.inc.h +VLASizeChecker.o: StmtNodes.inc.h +VLASizeChecker.po: Checkers.inc.h +VLASizeChecker.po: CommentCommandList.inc.h +VLASizeChecker.po: DeclNodes.inc.h +VLASizeChecker.po: DiagnosticCommonKinds.inc.h +VLASizeChecker.po: StmtNodes.inc.h +VirtualCallChecker.o: AttrList.inc.h +VirtualCallChecker.o: Attrs.inc.h +VirtualCallChecker.o: Checkers.inc.h +VirtualCallChecker.o: CommentCommandList.inc.h +VirtualCallChecker.o: DeclNodes.inc.h +VirtualCallChecker.o: DiagnosticCommonKinds.inc.h +VirtualCallChecker.o: StmtNodes.inc.h +VirtualCallChecker.po: AttrList.inc.h +VirtualCallChecker.po: Attrs.inc.h +VirtualCallChecker.po: Checkers.inc.h +VirtualCallChecker.po: CommentCommandList.inc.h +VirtualCallChecker.po: DeclNodes.inc.h +VirtualCallChecker.po: DiagnosticCommonKinds.inc.h +VirtualCallChecker.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/libclangstaticanalyzercore/Makefile b/lib/clang/libclangstaticanalyzercore/Makefile new file mode 100644 index 0000000..e171517 --- /dev/null +++ b/lib/clang/libclangstaticanalyzercore/Makefile @@ -0,0 +1,56 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangstaticanalyzercore + +SRCDIR= tools/clang/lib/StaticAnalyzer/Core +SRCS= APSIntType.cpp \ + AnalysisManager.cpp \ + AnalyzerOptions.cpp \ + BasicValueFactory.cpp \ + BlockCounter.cpp \ + BugReporter.cpp \ + BugReporterVisitors.cpp \ + CallEvent.cpp \ + Checker.cpp \ + CheckerContext.cpp \ + CheckerHelpers.cpp \ + CheckerManager.cpp \ + CheckerRegistry.cpp \ + CommonBugCategories.cpp \ + ConstraintManager.cpp \ + CoreEngine.cpp \ + Environment.cpp \ + ExplodedGraph.cpp \ + ExprEngine.cpp \ + ExprEngineC.cpp \ + ExprEngineCXX.cpp \ + ExprEngineCallAndReturn.cpp \ + ExprEngineObjC.cpp \ + FunctionSummary.cpp \ + HTMLDiagnostics.cpp \ + MemRegion.cpp \ + PathDiagnostic.cpp \ + PlistDiagnostics.cpp \ + ProgramState.cpp \ + RangeConstraintManager.cpp \ + RegionStore.cpp \ + SValBuilder.cpp \ + SVals.cpp \ + SimpleConstraintManager.cpp \ + SimpleSValBuilder.cpp \ + Store.cpp \ + SubEngine.cpp \ + SymbolManager.cpp + +TGHDRS= AttrList \ + Attrs \ + CommentCommandList \ + CommentNodes \ + DeclNodes \ + DiagnosticCommonKinds \ + DiagnosticFrontendKinds \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangstaticanalyzercore/Makefile.depend b/lib/clang/libclangstaticanalyzercore/Makefile.depend new file mode 100644 index 0000000..7a1f856 --- /dev/null +++ b/lib/clang/libclangstaticanalyzercore/Makefile.depend @@ -0,0 +1,332 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AnalysisManager.o: CommentCommandList.inc.h +AnalysisManager.o: DeclNodes.inc.h +AnalysisManager.o: DiagnosticCommonKinds.inc.h +AnalysisManager.o: StmtNodes.inc.h +AnalysisManager.po: CommentCommandList.inc.h +AnalysisManager.po: DeclNodes.inc.h +AnalysisManager.po: DiagnosticCommonKinds.inc.h +AnalysisManager.po: StmtNodes.inc.h +BasicValueFactory.o: CommentCommandList.inc.h +BasicValueFactory.o: DeclNodes.inc.h +BasicValueFactory.o: DiagnosticCommonKinds.inc.h +BasicValueFactory.o: StmtNodes.inc.h +BasicValueFactory.po: CommentCommandList.inc.h +BasicValueFactory.po: DeclNodes.inc.h +BasicValueFactory.po: DiagnosticCommonKinds.inc.h +BasicValueFactory.po: StmtNodes.inc.h +BugReporter.o: CommentCommandList.inc.h +BugReporter.o: DeclNodes.inc.h +BugReporter.o: DiagnosticCommonKinds.inc.h +BugReporter.o: StmtNodes.inc.h +BugReporter.po: CommentCommandList.inc.h +BugReporter.po: DeclNodes.inc.h +BugReporter.po: DiagnosticCommonKinds.inc.h +BugReporter.po: StmtNodes.inc.h +BugReporterVisitors.o: AttrList.inc.h +BugReporterVisitors.o: Attrs.inc.h +BugReporterVisitors.o: CommentCommandList.inc.h +BugReporterVisitors.o: DeclNodes.inc.h +BugReporterVisitors.o: DiagnosticCommonKinds.inc.h +BugReporterVisitors.o: StmtNodes.inc.h +BugReporterVisitors.po: AttrList.inc.h +BugReporterVisitors.po: Attrs.inc.h +BugReporterVisitors.po: CommentCommandList.inc.h +BugReporterVisitors.po: DeclNodes.inc.h +BugReporterVisitors.po: DiagnosticCommonKinds.inc.h +BugReporterVisitors.po: StmtNodes.inc.h +CallEvent.o: AttrList.inc.h +CallEvent.o: Attrs.inc.h +CallEvent.o: CommentCommandList.inc.h +CallEvent.o: DeclNodes.inc.h +CallEvent.o: DiagnosticCommonKinds.inc.h +CallEvent.o: StmtNodes.inc.h +CallEvent.po: AttrList.inc.h +CallEvent.po: Attrs.inc.h +CallEvent.po: CommentCommandList.inc.h +CallEvent.po: DeclNodes.inc.h +CallEvent.po: DiagnosticCommonKinds.inc.h +CallEvent.po: StmtNodes.inc.h +Checker.o: CommentCommandList.inc.h +Checker.o: DeclNodes.inc.h +Checker.o: DiagnosticCommonKinds.inc.h +Checker.o: StmtNodes.inc.h +Checker.po: CommentCommandList.inc.h +Checker.po: DeclNodes.inc.h +Checker.po: DiagnosticCommonKinds.inc.h +Checker.po: StmtNodes.inc.h +CheckerContext.o: CommentCommandList.inc.h +CheckerContext.o: DeclNodes.inc.h +CheckerContext.o: DiagnosticCommonKinds.inc.h +CheckerContext.o: StmtNodes.inc.h +CheckerContext.po: CommentCommandList.inc.h +CheckerContext.po: DeclNodes.inc.h +CheckerContext.po: DiagnosticCommonKinds.inc.h +CheckerContext.po: StmtNodes.inc.h +CheckerHelpers.o: DeclNodes.inc.h +CheckerHelpers.o: DiagnosticCommonKinds.inc.h +CheckerHelpers.o: StmtNodes.inc.h +CheckerHelpers.po: DeclNodes.inc.h +CheckerHelpers.po: DiagnosticCommonKinds.inc.h +CheckerHelpers.po: StmtNodes.inc.h +CheckerManager.o: AttrList.inc.h +CheckerManager.o: Attrs.inc.h +CheckerManager.o: CommentCommandList.inc.h +CheckerManager.o: DeclNodes.inc.h +CheckerManager.o: DiagnosticCommonKinds.inc.h +CheckerManager.o: StmtNodes.inc.h +CheckerManager.po: AttrList.inc.h +CheckerManager.po: Attrs.inc.h +CheckerManager.po: CommentCommandList.inc.h +CheckerManager.po: DeclNodes.inc.h +CheckerManager.po: DiagnosticCommonKinds.inc.h +CheckerManager.po: StmtNodes.inc.h +CheckerRegistry.o: CommentCommandList.inc.h +CheckerRegistry.o: DeclNodes.inc.h +CheckerRegistry.o: DiagnosticCommonKinds.inc.h +CheckerRegistry.o: StmtNodes.inc.h +CheckerRegistry.po: CommentCommandList.inc.h +CheckerRegistry.po: DeclNodes.inc.h +CheckerRegistry.po: DiagnosticCommonKinds.inc.h +CheckerRegistry.po: StmtNodes.inc.h +ConstraintManager.o: CommentCommandList.inc.h +ConstraintManager.o: DeclNodes.inc.h +ConstraintManager.o: DiagnosticCommonKinds.inc.h +ConstraintManager.o: StmtNodes.inc.h +ConstraintManager.po: CommentCommandList.inc.h +ConstraintManager.po: DeclNodes.inc.h +ConstraintManager.po: DiagnosticCommonKinds.inc.h +ConstraintManager.po: StmtNodes.inc.h +CoreEngine.o: CommentCommandList.inc.h +CoreEngine.o: DeclNodes.inc.h +CoreEngine.o: DiagnosticCommonKinds.inc.h +CoreEngine.o: StmtNodes.inc.h +CoreEngine.po: CommentCommandList.inc.h +CoreEngine.po: DeclNodes.inc.h +CoreEngine.po: DiagnosticCommonKinds.inc.h +CoreEngine.po: StmtNodes.inc.h +Environment.o: CommentCommandList.inc.h +Environment.o: DeclNodes.inc.h +Environment.o: DiagnosticCommonKinds.inc.h +Environment.o: StmtNodes.inc.h +Environment.po: CommentCommandList.inc.h +Environment.po: DeclNodes.inc.h +Environment.po: DiagnosticCommonKinds.inc.h +Environment.po: StmtNodes.inc.h +ExplodedGraph.o: AttrList.inc.h +ExplodedGraph.o: Attrs.inc.h +ExplodedGraph.o: CommentCommandList.inc.h +ExplodedGraph.o: DeclNodes.inc.h +ExplodedGraph.o: DiagnosticCommonKinds.inc.h +ExplodedGraph.o: StmtNodes.inc.h +ExplodedGraph.po: AttrList.inc.h +ExplodedGraph.po: Attrs.inc.h +ExplodedGraph.po: CommentCommandList.inc.h +ExplodedGraph.po: DeclNodes.inc.h +ExplodedGraph.po: DiagnosticCommonKinds.inc.h +ExplodedGraph.po: StmtNodes.inc.h +ExprEngine.o: AttrList.inc.h +ExprEngine.o: Attrs.inc.h +ExprEngine.o: CommentCommandList.inc.h +ExprEngine.o: DeclNodes.inc.h +ExprEngine.o: DiagnosticCommonKinds.inc.h +ExprEngine.o: StmtNodes.inc.h +ExprEngine.po: AttrList.inc.h +ExprEngine.po: Attrs.inc.h +ExprEngine.po: CommentCommandList.inc.h +ExprEngine.po: DeclNodes.inc.h +ExprEngine.po: DiagnosticCommonKinds.inc.h +ExprEngine.po: StmtNodes.inc.h +ExprEngineC.o: CommentCommandList.inc.h +ExprEngineC.o: DeclNodes.inc.h +ExprEngineC.o: DiagnosticCommonKinds.inc.h +ExprEngineC.o: StmtNodes.inc.h +ExprEngineC.po: CommentCommandList.inc.h +ExprEngineC.po: DeclNodes.inc.h +ExprEngineC.po: DiagnosticCommonKinds.inc.h +ExprEngineC.po: StmtNodes.inc.h +ExprEngineCXX.o: AttrList.inc.h +ExprEngineCXX.o: Attrs.inc.h +ExprEngineCXX.o: CommentCommandList.inc.h +ExprEngineCXX.o: DeclNodes.inc.h +ExprEngineCXX.o: DiagnosticCommonKinds.inc.h +ExprEngineCXX.o: StmtNodes.inc.h +ExprEngineCXX.po: AttrList.inc.h +ExprEngineCXX.po: Attrs.inc.h +ExprEngineCXX.po: CommentCommandList.inc.h +ExprEngineCXX.po: DeclNodes.inc.h +ExprEngineCXX.po: DiagnosticCommonKinds.inc.h +ExprEngineCXX.po: StmtNodes.inc.h +ExprEngineCallAndReturn.o: AttrList.inc.h +ExprEngineCallAndReturn.o: Attrs.inc.h +ExprEngineCallAndReturn.o: CommentCommandList.inc.h +ExprEngineCallAndReturn.o: DeclNodes.inc.h +ExprEngineCallAndReturn.o: DiagnosticCommonKinds.inc.h +ExprEngineCallAndReturn.o: StmtNodes.inc.h +ExprEngineCallAndReturn.po: AttrList.inc.h +ExprEngineCallAndReturn.po: Attrs.inc.h +ExprEngineCallAndReturn.po: CommentCommandList.inc.h +ExprEngineCallAndReturn.po: DeclNodes.inc.h +ExprEngineCallAndReturn.po: DiagnosticCommonKinds.inc.h +ExprEngineCallAndReturn.po: StmtNodes.inc.h +ExprEngineObjC.o: AttrList.inc.h +ExprEngineObjC.o: Attrs.inc.h +ExprEngineObjC.o: CommentCommandList.inc.h +ExprEngineObjC.o: DeclNodes.inc.h +ExprEngineObjC.o: DiagnosticCommonKinds.inc.h +ExprEngineObjC.o: StmtNodes.inc.h +ExprEngineObjC.po: AttrList.inc.h +ExprEngineObjC.po: Attrs.inc.h +ExprEngineObjC.po: CommentCommandList.inc.h +ExprEngineObjC.po: DeclNodes.inc.h +ExprEngineObjC.po: DiagnosticCommonKinds.inc.h +ExprEngineObjC.po: StmtNodes.inc.h +HTMLDiagnostics.o: CommentCommandList.inc.h +HTMLDiagnostics.o: DeclNodes.inc.h +HTMLDiagnostics.o: DiagnosticCommonKinds.inc.h +HTMLDiagnostics.o: StmtNodes.inc.h +HTMLDiagnostics.po: CommentCommandList.inc.h +HTMLDiagnostics.po: DeclNodes.inc.h +HTMLDiagnostics.po: DiagnosticCommonKinds.inc.h +HTMLDiagnostics.po: StmtNodes.inc.h +MemRegion.o: AttrList.inc.h +MemRegion.o: Attrs.inc.h +MemRegion.o: CommentCommandList.inc.h +MemRegion.o: DeclNodes.inc.h +MemRegion.o: DiagnosticCommonKinds.inc.h +MemRegion.o: StmtNodes.inc.h +MemRegion.po: AttrList.inc.h +MemRegion.po: Attrs.inc.h +MemRegion.po: CommentCommandList.inc.h +MemRegion.po: DeclNodes.inc.h +MemRegion.po: DiagnosticCommonKinds.inc.h +MemRegion.po: StmtNodes.inc.h +PathDiagnostic.o: AttrList.inc.h +PathDiagnostic.o: Attrs.inc.h +PathDiagnostic.o: CommentCommandList.inc.h +PathDiagnostic.o: DeclNodes.inc.h +PathDiagnostic.o: DiagnosticCommonKinds.inc.h +PathDiagnostic.o: StmtNodes.inc.h +PathDiagnostic.po: AttrList.inc.h +PathDiagnostic.po: Attrs.inc.h +PathDiagnostic.po: CommentCommandList.inc.h +PathDiagnostic.po: DeclNodes.inc.h +PathDiagnostic.po: DiagnosticCommonKinds.inc.h +PathDiagnostic.po: StmtNodes.inc.h +PlistDiagnostics.o: DeclNodes.inc.h +PlistDiagnostics.o: DiagnosticCommonKinds.inc.h +PlistDiagnostics.o: StmtNodes.inc.h +PlistDiagnostics.po: DeclNodes.inc.h +PlistDiagnostics.po: DiagnosticCommonKinds.inc.h +PlistDiagnostics.po: StmtNodes.inc.h +ProgramState.o: AttrList.inc.h +ProgramState.o: Attrs.inc.h +ProgramState.o: CommentCommandList.inc.h +ProgramState.o: DeclNodes.inc.h +ProgramState.o: DiagnosticCommonKinds.inc.h +ProgramState.o: StmtNodes.inc.h +ProgramState.po: AttrList.inc.h +ProgramState.po: Attrs.inc.h +ProgramState.po: CommentCommandList.inc.h +ProgramState.po: DeclNodes.inc.h +ProgramState.po: DiagnosticCommonKinds.inc.h +ProgramState.po: StmtNodes.inc.h +RangeConstraintManager.o: CommentCommandList.inc.h +RangeConstraintManager.o: DeclNodes.inc.h +RangeConstraintManager.o: DiagnosticCommonKinds.inc.h +RangeConstraintManager.o: StmtNodes.inc.h +RangeConstraintManager.po: CommentCommandList.inc.h +RangeConstraintManager.po: DeclNodes.inc.h +RangeConstraintManager.po: DiagnosticCommonKinds.inc.h +RangeConstraintManager.po: StmtNodes.inc.h +RegionStore.o: AttrList.inc.h +RegionStore.o: Attrs.inc.h +RegionStore.o: CommentCommandList.inc.h +RegionStore.o: DeclNodes.inc.h +RegionStore.o: DiagnosticCommonKinds.inc.h +RegionStore.o: StmtNodes.inc.h +RegionStore.po: AttrList.inc.h +RegionStore.po: Attrs.inc.h +RegionStore.po: CommentCommandList.inc.h +RegionStore.po: DeclNodes.inc.h +RegionStore.po: DiagnosticCommonKinds.inc.h +RegionStore.po: StmtNodes.inc.h +SValBuilder.o: AttrList.inc.h +SValBuilder.o: Attrs.inc.h +SValBuilder.o: CommentCommandList.inc.h +SValBuilder.o: DeclNodes.inc.h +SValBuilder.o: DiagnosticCommonKinds.inc.h +SValBuilder.o: StmtNodes.inc.h +SValBuilder.po: AttrList.inc.h +SValBuilder.po: Attrs.inc.h +SValBuilder.po: CommentCommandList.inc.h +SValBuilder.po: DeclNodes.inc.h +SValBuilder.po: DiagnosticCommonKinds.inc.h +SValBuilder.po: StmtNodes.inc.h +SVals.o: CommentCommandList.inc.h +SVals.o: DeclNodes.inc.h +SVals.o: DiagnosticCommonKinds.inc.h +SVals.o: StmtNodes.inc.h +SVals.po: CommentCommandList.inc.h +SVals.po: DeclNodes.inc.h +SVals.po: DiagnosticCommonKinds.inc.h +SVals.po: StmtNodes.inc.h +SimpleConstraintManager.o: CommentCommandList.inc.h +SimpleConstraintManager.o: DeclNodes.inc.h +SimpleConstraintManager.o: DiagnosticCommonKinds.inc.h +SimpleConstraintManager.o: StmtNodes.inc.h +SimpleConstraintManager.po: CommentCommandList.inc.h +SimpleConstraintManager.po: DeclNodes.inc.h +SimpleConstraintManager.po: DiagnosticCommonKinds.inc.h +SimpleConstraintManager.po: StmtNodes.inc.h +SimpleSValBuilder.o: CommentCommandList.inc.h +SimpleSValBuilder.o: DeclNodes.inc.h +SimpleSValBuilder.o: DiagnosticCommonKinds.inc.h +SimpleSValBuilder.o: StmtNodes.inc.h +SimpleSValBuilder.po: CommentCommandList.inc.h +SimpleSValBuilder.po: DeclNodes.inc.h +SimpleSValBuilder.po: DiagnosticCommonKinds.inc.h +SimpleSValBuilder.po: StmtNodes.inc.h +Store.o: AttrList.inc.h +Store.o: Attrs.inc.h +Store.o: CommentCommandList.inc.h +Store.o: DeclNodes.inc.h +Store.o: DiagnosticCommonKinds.inc.h +Store.o: StmtNodes.inc.h +Store.po: AttrList.inc.h +Store.po: Attrs.inc.h +Store.po: CommentCommandList.inc.h +Store.po: DeclNodes.inc.h +Store.po: DiagnosticCommonKinds.inc.h +Store.po: StmtNodes.inc.h +SubEngine.o: CommentCommandList.inc.h +SubEngine.o: DeclNodes.inc.h +SubEngine.o: DiagnosticCommonKinds.inc.h +SubEngine.o: StmtNodes.inc.h +SubEngine.po: CommentCommandList.inc.h +SubEngine.po: DeclNodes.inc.h +SubEngine.po: DiagnosticCommonKinds.inc.h +SubEngine.po: StmtNodes.inc.h +SymbolManager.o: CommentCommandList.inc.h +SymbolManager.o: DeclNodes.inc.h +SymbolManager.o: DiagnosticCommonKinds.inc.h +SymbolManager.o: StmtNodes.inc.h +SymbolManager.po: CommentCommandList.inc.h +SymbolManager.po: DeclNodes.inc.h +SymbolManager.po: DiagnosticCommonKinds.inc.h +SymbolManager.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/libclangstaticanalyzerfrontend/Makefile b/lib/clang/libclangstaticanalyzerfrontend/Makefile new file mode 100644 index 0000000..3975509 --- /dev/null +++ b/lib/clang/libclangstaticanalyzerfrontend/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangstaticanalyzerfrontend + +SRCDIR= tools/clang/lib/StaticAnalyzer/Frontend +SRCS= AnalysisConsumer.cpp \ + CheckerRegistration.cpp \ + ModelConsumer.cpp \ + FrontendActions.cpp \ + ModelInjector.cpp + +TGHDRS= AttrList \ + AttrParsedAttrList \ + AttrVisitor \ + Attrs \ + Checkers \ + CommentCommandList \ + CommentNodes \ + DeclNodes \ + DiagnosticCommonKinds \ + DiagnosticFrontendKinds \ + StmtNodes + +.include "../clang.lib.mk" diff --git a/lib/clang/libclangstaticanalyzerfrontend/Makefile.depend b/lib/clang/libclangstaticanalyzerfrontend/Makefile.depend new file mode 100644 index 0000000..77ea2dd --- /dev/null +++ b/lib/clang/libclangstaticanalyzerfrontend/Makefile.depend @@ -0,0 +1,66 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AnalysisConsumer.o: AttrList.inc.h +AnalysisConsumer.o: AttrVisitor.inc.h +AnalysisConsumer.o: Attrs.inc.h +AnalysisConsumer.o: CommentCommandList.inc.h +AnalysisConsumer.o: DeclNodes.inc.h +AnalysisConsumer.o: DiagnosticCommonKinds.inc.h +AnalysisConsumer.o: StmtNodes.inc.h +AnalysisConsumer.po: AttrList.inc.h +AnalysisConsumer.po: AttrVisitor.inc.h +AnalysisConsumer.po: Attrs.inc.h +AnalysisConsumer.po: CommentCommandList.inc.h +AnalysisConsumer.po: DeclNodes.inc.h +AnalysisConsumer.po: DiagnosticCommonKinds.inc.h +AnalysisConsumer.po: StmtNodes.inc.h +CheckerRegistration.o: CommentCommandList.inc.h +CheckerRegistration.o: DeclNodes.inc.h +CheckerRegistration.o: DiagnosticCommonKinds.inc.h +CheckerRegistration.o: DiagnosticFrontendKinds.inc.h +CheckerRegistration.o: StmtNodes.inc.h +CheckerRegistration.po: CommentCommandList.inc.h +CheckerRegistration.po: DeclNodes.inc.h +CheckerRegistration.po: DiagnosticCommonKinds.inc.h +CheckerRegistration.po: DiagnosticFrontendKinds.inc.h +CheckerRegistration.po: StmtNodes.inc.h +FrontendActions.o: CommentCommandList.inc.h +FrontendActions.o: DeclNodes.inc.h +FrontendActions.o: DiagnosticCommonKinds.inc.h +FrontendActions.o: StmtNodes.inc.h +FrontendActions.po: CommentCommandList.inc.h +FrontendActions.po: DeclNodes.inc.h +FrontendActions.po: DiagnosticCommonKinds.inc.h +FrontendActions.po: StmtNodes.inc.h +ModelConsumer.o: DeclNodes.inc.h +ModelConsumer.o: DiagnosticCommonKinds.inc.h +ModelConsumer.po: DeclNodes.inc.h +ModelConsumer.po: DiagnosticCommonKinds.inc.h +ModelInjector.o: AttrList.inc.h +ModelInjector.o: AttrParsedAttrList.inc.h +ModelInjector.o: Attrs.inc.h +ModelInjector.o: CommentCommandList.inc.h +ModelInjector.o: DeclNodes.inc.h +ModelInjector.o: DiagnosticCommonKinds.inc.h +ModelInjector.o: StmtNodes.inc.h +ModelInjector.po: AttrList.inc.h +ModelInjector.po: AttrParsedAttrList.inc.h +ModelInjector.po: Attrs.inc.h +ModelInjector.po: CommentCommandList.inc.h +ModelInjector.po: DeclNodes.inc.h +ModelInjector.po: DiagnosticCommonKinds.inc.h +ModelInjector.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldb/Makefile b/lib/clang/liblldb/Makefile new file mode 100644 index 0000000..dc1726a --- /dev/null +++ b/lib/clang/liblldb/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldb + +CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX + +SRCDIR= tools/lldb/source +SRCS= lldb.cpp + + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldb/Makefile.depend b/lib/clang/liblldb/Makefile.depend new file mode 100644 index 0000000..9e9f114 --- /dev/null +++ b/lib/clang/liblldb/Makefile.depend @@ -0,0 +1,28 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +lldb.o: AttrList.inc.h +lldb.o: Attrs.inc.h +lldb.o: CommentCommandList.inc.h +lldb.o: DeclNodes.inc.h +lldb.o: DiagnosticCommonKinds.inc.h +lldb.o: StmtNodes.inc.h +lldb.po: AttrList.inc.h +lldb.po: Attrs.inc.h +lldb.po: CommentCommandList.inc.h +lldb.po: DeclNodes.inc.h +lldb.po: DiagnosticCommonKinds.inc.h +lldb.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbAPI/Makefile b/lib/clang/liblldbAPI/Makefile new file mode 100644 index 0000000..0ecf54a --- /dev/null +++ b/lib/clang/liblldbAPI/Makefile @@ -0,0 +1,75 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbAPI + +SRCDIR= tools/lldb/source/API +SRCS= SBAddress.cpp \ + SBAttachInfo.cpp \ + SBBlock.cpp \ + SBBreakpoint.cpp \ + SBBreakpointLocation.cpp \ + SBBroadcaster.cpp \ + SBCommandInterpreter.cpp \ + SBCommandReturnObject.cpp \ + SBCommunication.cpp \ + SBCompileUnit.cpp \ + SBData.cpp \ + SBDebugger.cpp \ + SBDeclaration.cpp \ + SBError.cpp \ + SBEvent.cpp \ + SBExecutionContext.cpp \ + SBExpressionOptions.cpp \ + SBFileSpec.cpp \ + SBFileSpecList.cpp \ + SBFrame.cpp \ + SBFunction.cpp \ + SBHostOS.cpp \ + SBInstruction.cpp \ + SBInstructionList.cpp \ + SBLanguageRuntime.cpp \ + SBLaunchInfo.cpp \ + SBLineEntry.cpp \ + SBListener.cpp \ + SBModule.cpp \ + SBModuleSpec.cpp \ + SBPlatform.cpp \ + SBProcess.cpp \ + SBQueue.cpp \ + SBQueueItem.cpp \ + SBSection.cpp \ + SBSourceManager.cpp \ + SBStream.cpp \ + SBStringList.cpp \ + SBSymbol.cpp \ + SBSymbolContext.cpp \ + SBSymbolContextList.cpp \ + SBTarget.cpp \ + SBThreadCollection.cpp \ + SBThreadPlan.cpp \ + SBThread.cpp \ + SBType.cpp \ + SBTypeCategory.cpp \ + SBTypeEnumMember.cpp \ + SBTypeFilter.cpp \ + SBTypeFormat.cpp \ + SBTypeNameSpecifier.cpp \ + SBTypeSummary.cpp \ + SBTypeSynthetic.cpp \ + SBUnixSignals.cpp \ + SBValue.cpp \ + SBVariablesOptions.cpp \ + SBValueList.cpp \ + SBWatchpoint.cpp \ + SystemInitializerFull.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbAPI/Makefile.depend b/lib/clang/liblldbAPI/Makefile.depend new file mode 100644 index 0000000..8c55ae9 --- /dev/null +++ b/lib/clang/liblldbAPI/Makefile.depend @@ -0,0 +1,338 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +SBAddress.o: CommentCommandList.inc.h +SBAddress.o: DeclNodes.inc.h +SBAddress.o: DiagnosticCommonKinds.inc.h +SBAddress.o: StmtNodes.inc.h +SBAddress.po: CommentCommandList.inc.h +SBAddress.po: DeclNodes.inc.h +SBAddress.po: DiagnosticCommonKinds.inc.h +SBAddress.po: StmtNodes.inc.h +SBBlock.o: DiagnosticCommonKinds.inc.h +SBBlock.po: DiagnosticCommonKinds.inc.h +SBBreakpoint.o: AttrList.inc.h +SBBreakpoint.o: Attrs.inc.h +SBBreakpoint.o: CommentCommandList.inc.h +SBBreakpoint.o: DeclNodes.inc.h +SBBreakpoint.o: DiagnosticCommonKinds.inc.h +SBBreakpoint.o: StmtNodes.inc.h +SBBreakpoint.po: AttrList.inc.h +SBBreakpoint.po: Attrs.inc.h +SBBreakpoint.po: CommentCommandList.inc.h +SBBreakpoint.po: DeclNodes.inc.h +SBBreakpoint.po: DiagnosticCommonKinds.inc.h +SBBreakpoint.po: StmtNodes.inc.h +SBBreakpointLocation.o: AttrList.inc.h +SBBreakpointLocation.o: Attrs.inc.h +SBBreakpointLocation.o: CommentCommandList.inc.h +SBBreakpointLocation.o: DeclNodes.inc.h +SBBreakpointLocation.o: DiagnosticCommonKinds.inc.h +SBBreakpointLocation.o: StmtNodes.inc.h +SBBreakpointLocation.po: AttrList.inc.h +SBBreakpointLocation.po: Attrs.inc.h +SBBreakpointLocation.po: CommentCommandList.inc.h +SBBreakpointLocation.po: DeclNodes.inc.h +SBBreakpointLocation.po: DiagnosticCommonKinds.inc.h +SBBreakpointLocation.po: StmtNodes.inc.h +SBCommandInterpreter.o: AttrList.inc.h +SBCommandInterpreter.o: Attrs.inc.h +SBCommandInterpreter.o: CommentCommandList.inc.h +SBCommandInterpreter.o: DeclNodes.inc.h +SBCommandInterpreter.o: DiagnosticCommonKinds.inc.h +SBCommandInterpreter.o: StmtNodes.inc.h +SBCommandInterpreter.po: AttrList.inc.h +SBCommandInterpreter.po: Attrs.inc.h +SBCommandInterpreter.po: CommentCommandList.inc.h +SBCommandInterpreter.po: DeclNodes.inc.h +SBCommandInterpreter.po: DiagnosticCommonKinds.inc.h +SBCommandInterpreter.po: StmtNodes.inc.h +SBCompileUnit.o: CommentCommandList.inc.h +SBCompileUnit.o: DeclNodes.inc.h +SBCompileUnit.o: DiagnosticCommonKinds.inc.h +SBCompileUnit.o: StmtNodes.inc.h +SBCompileUnit.po: CommentCommandList.inc.h +SBCompileUnit.po: DeclNodes.inc.h +SBCompileUnit.po: DiagnosticCommonKinds.inc.h +SBCompileUnit.po: StmtNodes.inc.h +SBDebugger.o: AttrList.inc.h +SBDebugger.o: Attrs.inc.h +SBDebugger.o: CommentCommandList.inc.h +SBDebugger.o: DeclNodes.inc.h +SBDebugger.o: DiagnosticCommonKinds.inc.h +SBDebugger.o: StmtNodes.inc.h +SBDebugger.po: AttrList.inc.h +SBDebugger.po: Attrs.inc.h +SBDebugger.po: CommentCommandList.inc.h +SBDebugger.po: DeclNodes.inc.h +SBDebugger.po: DiagnosticCommonKinds.inc.h +SBDebugger.po: StmtNodes.inc.h +SBEvent.o: AttrList.inc.h +SBEvent.o: Attrs.inc.h +SBEvent.o: CommentCommandList.inc.h +SBEvent.o: DeclNodes.inc.h +SBEvent.o: DiagnosticCommonKinds.inc.h +SBEvent.o: StmtNodes.inc.h +SBEvent.po: AttrList.inc.h +SBEvent.po: Attrs.inc.h +SBEvent.po: CommentCommandList.inc.h +SBEvent.po: DeclNodes.inc.h +SBEvent.po: DiagnosticCommonKinds.inc.h +SBEvent.po: StmtNodes.inc.h +SBExpressionOptions.o: DiagnosticCommonKinds.inc.h +SBExpressionOptions.po: DiagnosticCommonKinds.inc.h +SBFrame.o: DiagnosticCommonKinds.inc.h +SBFrame.po: DiagnosticCommonKinds.inc.h +SBFunction.o: CommentCommandList.inc.h +SBFunction.o: DeclNodes.inc.h +SBFunction.o: DiagnosticCommonKinds.inc.h +SBFunction.o: StmtNodes.inc.h +SBFunction.po: CommentCommandList.inc.h +SBFunction.po: DeclNodes.inc.h +SBFunction.po: DiagnosticCommonKinds.inc.h +SBFunction.po: StmtNodes.inc.h +SBInstruction.o: CommentCommandList.inc.h +SBInstruction.o: DeclNodes.inc.h +SBInstruction.o: DiagnosticCommonKinds.inc.h +SBInstruction.o: StmtNodes.inc.h +SBInstruction.po: CommentCommandList.inc.h +SBInstruction.po: DeclNodes.inc.h +SBInstruction.po: DiagnosticCommonKinds.inc.h +SBInstruction.po: StmtNodes.inc.h +SBInstructionList.o: CommentCommandList.inc.h +SBInstructionList.o: DeclNodes.inc.h +SBInstructionList.o: DiagnosticCommonKinds.inc.h +SBInstructionList.o: StmtNodes.inc.h +SBInstructionList.po: CommentCommandList.inc.h +SBInstructionList.po: DeclNodes.inc.h +SBInstructionList.po: DiagnosticCommonKinds.inc.h +SBInstructionList.po: StmtNodes.inc.h +SBListener.o: AttrList.inc.h +SBListener.o: Attrs.inc.h +SBListener.o: CommentCommandList.inc.h +SBListener.o: DeclNodes.inc.h +SBListener.o: DiagnosticCommonKinds.inc.h +SBListener.o: StmtNodes.inc.h +SBListener.po: AttrList.inc.h +SBListener.po: Attrs.inc.h +SBListener.po: CommentCommandList.inc.h +SBListener.po: DeclNodes.inc.h +SBListener.po: DiagnosticCommonKinds.inc.h +SBListener.po: StmtNodes.inc.h +SBModule.o: CommentCommandList.inc.h +SBModule.o: DeclNodes.inc.h +SBModule.o: DiagnosticCommonKinds.inc.h +SBModule.o: StmtNodes.inc.h +SBModule.po: CommentCommandList.inc.h +SBModule.po: DeclNodes.inc.h +SBModule.po: DiagnosticCommonKinds.inc.h +SBModule.po: StmtNodes.inc.h +SBModuleSpec.o: CommentCommandList.inc.h +SBModuleSpec.o: DeclNodes.inc.h +SBModuleSpec.o: DiagnosticCommonKinds.inc.h +SBModuleSpec.o: StmtNodes.inc.h +SBModuleSpec.po: CommentCommandList.inc.h +SBModuleSpec.po: DeclNodes.inc.h +SBModuleSpec.po: DiagnosticCommonKinds.inc.h +SBModuleSpec.po: StmtNodes.inc.h +SBPlatform.o: DiagnosticCommonKinds.inc.h +SBPlatform.po: DiagnosticCommonKinds.inc.h +SBProcess.o: AttrList.inc.h +SBProcess.o: Attrs.inc.h +SBProcess.o: CommentCommandList.inc.h +SBProcess.o: DeclNodes.inc.h +SBProcess.o: DiagnosticCommonKinds.inc.h +SBProcess.o: StmtNodes.inc.h +SBProcess.po: AttrList.inc.h +SBProcess.po: Attrs.inc.h +SBProcess.po: CommentCommandList.inc.h +SBProcess.po: DeclNodes.inc.h +SBProcess.po: DiagnosticCommonKinds.inc.h +SBProcess.po: StmtNodes.inc.h +SBQueue.o: DiagnosticCommonKinds.inc.h +SBQueue.po: DiagnosticCommonKinds.inc.h +SBQueueItem.o: DiagnosticCommonKinds.inc.h +SBQueueItem.po: DiagnosticCommonKinds.inc.h +SBSection.o: CommentCommandList.inc.h +SBSection.o: DeclNodes.inc.h +SBSection.o: DiagnosticCommonKinds.inc.h +SBSection.o: StmtNodes.inc.h +SBSection.po: CommentCommandList.inc.h +SBSection.po: DeclNodes.inc.h +SBSection.po: DiagnosticCommonKinds.inc.h +SBSection.po: StmtNodes.inc.h +SBSourceManager.o: AttrList.inc.h +SBSourceManager.o: Attrs.inc.h +SBSourceManager.o: CommentCommandList.inc.h +SBSourceManager.o: DeclNodes.inc.h +SBSourceManager.o: DiagnosticCommonKinds.inc.h +SBSourceManager.o: StmtNodes.inc.h +SBSourceManager.po: AttrList.inc.h +SBSourceManager.po: Attrs.inc.h +SBSourceManager.po: CommentCommandList.inc.h +SBSourceManager.po: DeclNodes.inc.h +SBSourceManager.po: DiagnosticCommonKinds.inc.h +SBSourceManager.po: StmtNodes.inc.h +SBSymbol.o: CommentCommandList.inc.h +SBSymbol.o: DeclNodes.inc.h +SBSymbol.o: DiagnosticCommonKinds.inc.h +SBSymbol.o: StmtNodes.inc.h +SBSymbol.po: CommentCommandList.inc.h +SBSymbol.po: DeclNodes.inc.h +SBSymbol.po: DiagnosticCommonKinds.inc.h +SBSymbol.po: StmtNodes.inc.h +SBSymbolContext.o: CommentCommandList.inc.h +SBSymbolContext.o: DeclNodes.inc.h +SBSymbolContext.o: DiagnosticCommonKinds.inc.h +SBSymbolContext.o: StmtNodes.inc.h +SBSymbolContext.po: CommentCommandList.inc.h +SBSymbolContext.po: DeclNodes.inc.h +SBSymbolContext.po: DiagnosticCommonKinds.inc.h +SBSymbolContext.po: StmtNodes.inc.h +SBTarget.o: AttrList.inc.h +SBTarget.o: Attrs.inc.h +SBTarget.o: CommentCommandList.inc.h +SBTarget.o: DeclNodes.inc.h +SBTarget.o: DiagnosticCommonKinds.inc.h +SBTarget.o: StmtNodes.inc.h +SBTarget.po: AttrList.inc.h +SBTarget.po: Attrs.inc.h +SBTarget.po: CommentCommandList.inc.h +SBTarget.po: DeclNodes.inc.h +SBTarget.po: DiagnosticCommonKinds.inc.h +SBTarget.po: StmtNodes.inc.h +SBThread.o: AttrList.inc.h +SBThread.o: Attrs.inc.h +SBThread.o: CommentCommandList.inc.h +SBThread.o: DeclNodes.inc.h +SBThread.o: DiagnosticCommonKinds.inc.h +SBThread.o: StmtNodes.inc.h +SBThread.po: AttrList.inc.h +SBThread.po: Attrs.inc.h +SBThread.po: CommentCommandList.inc.h +SBThread.po: DeclNodes.inc.h +SBThread.po: DiagnosticCommonKinds.inc.h +SBThread.po: StmtNodes.inc.h +SBThreadPlan.o: AttrList.inc.h +SBThreadPlan.o: Attrs.inc.h +SBThreadPlan.o: CommentCommandList.inc.h +SBThreadPlan.o: DeclNodes.inc.h +SBThreadPlan.o: DiagnosticCommonKinds.inc.h +SBThreadPlan.o: StmtNodes.inc.h +SBThreadPlan.po: AttrList.inc.h +SBThreadPlan.po: Attrs.inc.h +SBThreadPlan.po: CommentCommandList.inc.h +SBThreadPlan.po: DeclNodes.inc.h +SBThreadPlan.po: DiagnosticCommonKinds.inc.h +SBThreadPlan.po: StmtNodes.inc.h +SBType.o: CommentCommandList.inc.h +SBType.o: DeclNodes.inc.h +SBType.o: DiagnosticCommonKinds.inc.h +SBType.o: StmtNodes.inc.h +SBType.po: CommentCommandList.inc.h +SBType.po: DeclNodes.inc.h +SBType.po: DiagnosticCommonKinds.inc.h +SBType.po: StmtNodes.inc.h +SBTypeCategory.o: AttrList.inc.h +SBTypeCategory.o: Attrs.inc.h +SBTypeCategory.o: CommentCommandList.inc.h +SBTypeCategory.o: DeclNodes.inc.h +SBTypeCategory.o: DiagnosticCommonKinds.inc.h +SBTypeCategory.o: StmtNodes.inc.h +SBTypeCategory.po: AttrList.inc.h +SBTypeCategory.po: Attrs.inc.h +SBTypeCategory.po: CommentCommandList.inc.h +SBTypeCategory.po: DeclNodes.inc.h +SBTypeCategory.po: DiagnosticCommonKinds.inc.h +SBTypeCategory.po: StmtNodes.inc.h +SBTypeEnumMember.o: DiagnosticCommonKinds.inc.h +SBTypeEnumMember.po: DiagnosticCommonKinds.inc.h +SBTypeFilter.o: AttrList.inc.h +SBTypeFilter.o: Attrs.inc.h +SBTypeFilter.o: CommentCommandList.inc.h +SBTypeFilter.o: DeclNodes.inc.h +SBTypeFilter.o: DiagnosticCommonKinds.inc.h +SBTypeFilter.o: StmtNodes.inc.h +SBTypeFilter.po: AttrList.inc.h +SBTypeFilter.po: Attrs.inc.h +SBTypeFilter.po: CommentCommandList.inc.h +SBTypeFilter.po: DeclNodes.inc.h +SBTypeFilter.po: DiagnosticCommonKinds.inc.h +SBTypeFilter.po: StmtNodes.inc.h +SBTypeFormat.o: AttrList.inc.h +SBTypeFormat.o: Attrs.inc.h +SBTypeFormat.o: CommentCommandList.inc.h +SBTypeFormat.o: DeclNodes.inc.h +SBTypeFormat.o: DiagnosticCommonKinds.inc.h +SBTypeFormat.o: StmtNodes.inc.h +SBTypeFormat.po: AttrList.inc.h +SBTypeFormat.po: Attrs.inc.h +SBTypeFormat.po: CommentCommandList.inc.h +SBTypeFormat.po: DeclNodes.inc.h +SBTypeFormat.po: DiagnosticCommonKinds.inc.h +SBTypeFormat.po: StmtNodes.inc.h +SBTypeNameSpecifier.o: AttrList.inc.h +SBTypeNameSpecifier.o: Attrs.inc.h +SBTypeNameSpecifier.o: CommentCommandList.inc.h +SBTypeNameSpecifier.o: DeclNodes.inc.h +SBTypeNameSpecifier.o: DiagnosticCommonKinds.inc.h +SBTypeNameSpecifier.o: StmtNodes.inc.h +SBTypeNameSpecifier.po: AttrList.inc.h +SBTypeNameSpecifier.po: Attrs.inc.h +SBTypeNameSpecifier.po: CommentCommandList.inc.h +SBTypeNameSpecifier.po: DeclNodes.inc.h +SBTypeNameSpecifier.po: DiagnosticCommonKinds.inc.h +SBTypeNameSpecifier.po: StmtNodes.inc.h +SBTypeSummary.o: AttrList.inc.h +SBTypeSummary.o: Attrs.inc.h +SBTypeSummary.o: CommentCommandList.inc.h +SBTypeSummary.o: DeclNodes.inc.h +SBTypeSummary.o: DiagnosticCommonKinds.inc.h +SBTypeSummary.o: StmtNodes.inc.h +SBTypeSummary.po: AttrList.inc.h +SBTypeSummary.po: Attrs.inc.h +SBTypeSummary.po: CommentCommandList.inc.h +SBTypeSummary.po: DeclNodes.inc.h +SBTypeSummary.po: DiagnosticCommonKinds.inc.h +SBTypeSummary.po: StmtNodes.inc.h +SBTypeSynthetic.o: AttrList.inc.h +SBTypeSynthetic.o: Attrs.inc.h +SBTypeSynthetic.o: CommentCommandList.inc.h +SBTypeSynthetic.o: DeclNodes.inc.h +SBTypeSynthetic.o: DiagnosticCommonKinds.inc.h +SBTypeSynthetic.o: StmtNodes.inc.h +SBTypeSynthetic.po: AttrList.inc.h +SBTypeSynthetic.po: Attrs.inc.h +SBTypeSynthetic.po: CommentCommandList.inc.h +SBTypeSynthetic.po: DeclNodes.inc.h +SBTypeSynthetic.po: DiagnosticCommonKinds.inc.h +SBTypeSynthetic.po: StmtNodes.inc.h +SBUnixSignals.o: DiagnosticCommonKinds.inc.h +SBUnixSignals.po: DiagnosticCommonKinds.inc.h +SBValue.o: AttrList.inc.h +SBValue.o: Attrs.inc.h +SBValue.o: CommentCommandList.inc.h +SBValue.o: DeclNodes.inc.h +SBValue.o: DiagnosticCommonKinds.inc.h +SBValue.o: StmtNodes.inc.h +SBValue.po: AttrList.inc.h +SBValue.po: Attrs.inc.h +SBValue.po: CommentCommandList.inc.h +SBValue.po: DeclNodes.inc.h +SBValue.po: DiagnosticCommonKinds.inc.h +SBValue.po: StmtNodes.inc.h +SBWatchpoint.o: DiagnosticCommonKinds.inc.h +SBWatchpoint.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/liblldbBreakpoint/Makefile b/lib/clang/liblldbBreakpoint/Makefile new file mode 100644 index 0000000..b6885d8 --- /dev/null +++ b/lib/clang/liblldbBreakpoint/Makefile @@ -0,0 +1,37 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbBreakpoint + +SRCDIR= tools/lldb/source/Breakpoint +SRCS= Breakpoint.cpp \ + BreakpointID.cpp \ + BreakpointIDList.cpp \ + BreakpointList.cpp \ + BreakpointLocation.cpp \ + BreakpointLocationCollection.cpp \ + BreakpointLocationList.cpp \ + BreakpointOptions.cpp \ + BreakpointResolver.cpp \ + BreakpointResolverAddress.cpp \ + BreakpointResolverFileLine.cpp \ + BreakpointResolverFileRegex.cpp \ + BreakpointResolverName.cpp \ + BreakpointSite.cpp \ + BreakpointSiteList.cpp \ + Stoppoint.cpp \ + StoppointCallbackContext.cpp \ + StoppointLocation.cpp \ + Watchpoint.cpp \ + WatchpointList.cpp \ + WatchpointOptions.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbBreakpoint/Makefile.depend b/lib/clang/liblldbBreakpoint/Makefile.depend new file mode 100644 index 0000000..12728ea --- /dev/null +++ b/lib/clang/liblldbBreakpoint/Makefile.depend @@ -0,0 +1,88 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Breakpoint.o: CommentCommandList.inc.h +Breakpoint.o: DeclNodes.inc.h +Breakpoint.o: DiagnosticCommonKinds.inc.h +Breakpoint.o: StmtNodes.inc.h +Breakpoint.po: CommentCommandList.inc.h +Breakpoint.po: DeclNodes.inc.h +Breakpoint.po: DiagnosticCommonKinds.inc.h +Breakpoint.po: StmtNodes.inc.h +BreakpointIDList.o: DiagnosticCommonKinds.inc.h +BreakpointIDList.po: DiagnosticCommonKinds.inc.h +BreakpointList.o: DiagnosticCommonKinds.inc.h +BreakpointList.po: DiagnosticCommonKinds.inc.h +BreakpointLocation.o: AttrList.inc.h +BreakpointLocation.o: Attrs.inc.h +BreakpointLocation.o: CommentCommandList.inc.h +BreakpointLocation.o: DeclNodes.inc.h +BreakpointLocation.o: DiagnosticCommonKinds.inc.h +BreakpointLocation.o: StmtNodes.inc.h +BreakpointLocation.po: AttrList.inc.h +BreakpointLocation.po: Attrs.inc.h +BreakpointLocation.po: CommentCommandList.inc.h +BreakpointLocation.po: DeclNodes.inc.h +BreakpointLocation.po: DiagnosticCommonKinds.inc.h +BreakpointLocation.po: StmtNodes.inc.h +BreakpointLocationCollection.o: DiagnosticCommonKinds.inc.h +BreakpointLocationCollection.po: DiagnosticCommonKinds.inc.h +BreakpointLocationList.o: CommentCommandList.inc.h +BreakpointLocationList.o: DeclNodes.inc.h +BreakpointLocationList.o: DiagnosticCommonKinds.inc.h +BreakpointLocationList.o: StmtNodes.inc.h +BreakpointLocationList.po: CommentCommandList.inc.h +BreakpointLocationList.po: DeclNodes.inc.h +BreakpointLocationList.po: DiagnosticCommonKinds.inc.h +BreakpointLocationList.po: StmtNodes.inc.h +BreakpointOptions.o: DiagnosticCommonKinds.inc.h +BreakpointOptions.po: DiagnosticCommonKinds.inc.h +BreakpointResolver.o: DiagnosticCommonKinds.inc.h +BreakpointResolver.po: DiagnosticCommonKinds.inc.h +BreakpointResolverAddress.o: DiagnosticCommonKinds.inc.h +BreakpointResolverAddress.po: DiagnosticCommonKinds.inc.h +BreakpointResolverFileLine.o: CommentCommandList.inc.h +BreakpointResolverFileLine.o: DeclNodes.inc.h +BreakpointResolverFileLine.o: DiagnosticCommonKinds.inc.h +BreakpointResolverFileLine.o: StmtNodes.inc.h +BreakpointResolverFileLine.po: CommentCommandList.inc.h +BreakpointResolverFileLine.po: DeclNodes.inc.h +BreakpointResolverFileLine.po: DiagnosticCommonKinds.inc.h +BreakpointResolverFileLine.po: StmtNodes.inc.h +BreakpointResolverFileRegex.o: DiagnosticCommonKinds.inc.h +BreakpointResolverFileRegex.po: DiagnosticCommonKinds.inc.h +BreakpointResolverName.o: CommentCommandList.inc.h +BreakpointResolverName.o: DeclNodes.inc.h +BreakpointResolverName.o: DiagnosticCommonKinds.inc.h +BreakpointResolverName.o: StmtNodes.inc.h +BreakpointResolverName.po: CommentCommandList.inc.h +BreakpointResolverName.po: DeclNodes.inc.h +BreakpointResolverName.po: DiagnosticCommonKinds.inc.h +BreakpointResolverName.po: StmtNodes.inc.h +BreakpointSite.o: DiagnosticCommonKinds.inc.h +BreakpointSite.po: DiagnosticCommonKinds.inc.h +Watchpoint.o: CommentCommandList.inc.h +Watchpoint.o: DeclNodes.inc.h +Watchpoint.o: DiagnosticCommonKinds.inc.h +Watchpoint.o: StmtNodes.inc.h +Watchpoint.po: CommentCommandList.inc.h +Watchpoint.po: DeclNodes.inc.h +Watchpoint.po: DiagnosticCommonKinds.inc.h +Watchpoint.po: StmtNodes.inc.h +WatchpointList.o: DiagnosticCommonKinds.inc.h +WatchpointList.po: DiagnosticCommonKinds.inc.h +WatchpointOptions.o: DiagnosticCommonKinds.inc.h +WatchpointOptions.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/liblldbCommands/Makefile b/lib/clang/liblldbCommands/Makefile new file mode 100644 index 0000000..d554be9 --- /dev/null +++ b/lib/clang/liblldbCommands/Makefile @@ -0,0 +1,46 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbCommands + +SRCDIR= tools/lldb/source/Commands +SRCS= CommandCompletions.cpp \ + CommandObjectApropos.cpp \ + CommandObjectArgs.cpp \ + CommandObjectBreakpoint.cpp \ + CommandObjectBreakpointCommand.cpp \ + CommandObjectBugreport.cpp \ + CommandObjectCommands.cpp \ + CommandObjectDisassemble.cpp \ + CommandObjectExpression.cpp \ + CommandObjectFrame.cpp \ + CommandObjectGUI.cpp \ + CommandObjectHelp.cpp \ + CommandObjectLanguage.cpp \ + CommandObjectLog.cpp \ + CommandObjectMemory.cpp \ + CommandObjectMultiword.cpp \ + CommandObjectPlatform.cpp \ + CommandObjectPlugin.cpp \ + CommandObjectProcess.cpp \ + CommandObjectQuit.cpp \ + CommandObjectRegister.cpp \ + CommandObjectSettings.cpp \ + CommandObjectSource.cpp \ + CommandObjectSyntax.cpp \ + CommandObjectTarget.cpp \ + CommandObjectThread.cpp \ + CommandObjectType.cpp \ + CommandObjectVersion.cpp \ + CommandObjectWatchpoint.cpp \ + CommandObjectWatchpointCommand.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbCommands/Makefile.depend b/lib/clang/liblldbCommands/Makefile.depend new file mode 100644 index 0000000..a854483 --- /dev/null +++ b/lib/clang/liblldbCommands/Makefile.depend @@ -0,0 +1,352 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +CommandCompletions.o: AttrList.inc.h +CommandCompletions.o: Attrs.inc.h +CommandCompletions.o: CommentCommandList.inc.h +CommandCompletions.o: DeclNodes.inc.h +CommandCompletions.o: DiagnosticCommonKinds.inc.h +CommandCompletions.o: StmtNodes.inc.h +CommandCompletions.po: AttrList.inc.h +CommandCompletions.po: Attrs.inc.h +CommandCompletions.po: CommentCommandList.inc.h +CommandCompletions.po: DeclNodes.inc.h +CommandCompletions.po: DiagnosticCommonKinds.inc.h +CommandCompletions.po: StmtNodes.inc.h +CommandObjectApropos.o: AttrList.inc.h +CommandObjectApropos.o: Attrs.inc.h +CommandObjectApropos.o: CommentCommandList.inc.h +CommandObjectApropos.o: DeclNodes.inc.h +CommandObjectApropos.o: DiagnosticCommonKinds.inc.h +CommandObjectApropos.o: StmtNodes.inc.h +CommandObjectApropos.po: AttrList.inc.h +CommandObjectApropos.po: Attrs.inc.h +CommandObjectApropos.po: CommentCommandList.inc.h +CommandObjectApropos.po: DeclNodes.inc.h +CommandObjectApropos.po: DiagnosticCommonKinds.inc.h +CommandObjectApropos.po: StmtNodes.inc.h +CommandObjectArgs.o: AttrList.inc.h +CommandObjectArgs.o: Attrs.inc.h +CommandObjectArgs.o: CommentCommandList.inc.h +CommandObjectArgs.o: DeclNodes.inc.h +CommandObjectArgs.o: DiagnosticCommonKinds.inc.h +CommandObjectArgs.o: StmtNodes.inc.h +CommandObjectArgs.po: AttrList.inc.h +CommandObjectArgs.po: Attrs.inc.h +CommandObjectArgs.po: CommentCommandList.inc.h +CommandObjectArgs.po: DeclNodes.inc.h +CommandObjectArgs.po: DiagnosticCommonKinds.inc.h +CommandObjectArgs.po: StmtNodes.inc.h +CommandObjectBreakpoint.o: AttrList.inc.h +CommandObjectBreakpoint.o: Attrs.inc.h +CommandObjectBreakpoint.o: CommentCommandList.inc.h +CommandObjectBreakpoint.o: DeclNodes.inc.h +CommandObjectBreakpoint.o: DiagnosticCommonKinds.inc.h +CommandObjectBreakpoint.o: StmtNodes.inc.h +CommandObjectBreakpoint.po: AttrList.inc.h +CommandObjectBreakpoint.po: Attrs.inc.h +CommandObjectBreakpoint.po: CommentCommandList.inc.h +CommandObjectBreakpoint.po: DeclNodes.inc.h +CommandObjectBreakpoint.po: DiagnosticCommonKinds.inc.h +CommandObjectBreakpoint.po: StmtNodes.inc.h +CommandObjectBreakpointCommand.o: AttrList.inc.h +CommandObjectBreakpointCommand.o: Attrs.inc.h +CommandObjectBreakpointCommand.o: CommentCommandList.inc.h +CommandObjectBreakpointCommand.o: DeclNodes.inc.h +CommandObjectBreakpointCommand.o: DiagnosticCommonKinds.inc.h +CommandObjectBreakpointCommand.o: StmtNodes.inc.h +CommandObjectBreakpointCommand.po: AttrList.inc.h +CommandObjectBreakpointCommand.po: Attrs.inc.h +CommandObjectBreakpointCommand.po: CommentCommandList.inc.h +CommandObjectBreakpointCommand.po: DeclNodes.inc.h +CommandObjectBreakpointCommand.po: DiagnosticCommonKinds.inc.h +CommandObjectBreakpointCommand.po: StmtNodes.inc.h +CommandObjectCommands.o: AttrList.inc.h +CommandObjectCommands.o: Attrs.inc.h +CommandObjectCommands.o: CommentCommandList.inc.h +CommandObjectCommands.o: DeclNodes.inc.h +CommandObjectCommands.o: DiagnosticCommonKinds.inc.h +CommandObjectCommands.o: StmtNodes.inc.h +CommandObjectCommands.po: AttrList.inc.h +CommandObjectCommands.po: Attrs.inc.h +CommandObjectCommands.po: CommentCommandList.inc.h +CommandObjectCommands.po: DeclNodes.inc.h +CommandObjectCommands.po: DiagnosticCommonKinds.inc.h +CommandObjectCommands.po: StmtNodes.inc.h +CommandObjectDisassemble.o: AttrList.inc.h +CommandObjectDisassemble.o: Attrs.inc.h +CommandObjectDisassemble.o: CommentCommandList.inc.h +CommandObjectDisassemble.o: DeclNodes.inc.h +CommandObjectDisassemble.o: DiagnosticCommonKinds.inc.h +CommandObjectDisassemble.o: StmtNodes.inc.h +CommandObjectDisassemble.po: AttrList.inc.h +CommandObjectDisassemble.po: Attrs.inc.h +CommandObjectDisassemble.po: CommentCommandList.inc.h +CommandObjectDisassemble.po: DeclNodes.inc.h +CommandObjectDisassemble.po: DiagnosticCommonKinds.inc.h +CommandObjectDisassemble.po: StmtNodes.inc.h +CommandObjectExpression.o: AttrList.inc.h +CommandObjectExpression.o: Attrs.inc.h +CommandObjectExpression.o: CommentCommandList.inc.h +CommandObjectExpression.o: DeclNodes.inc.h +CommandObjectExpression.o: DiagnosticCommonKinds.inc.h +CommandObjectExpression.o: StmtNodes.inc.h +CommandObjectExpression.po: AttrList.inc.h +CommandObjectExpression.po: Attrs.inc.h +CommandObjectExpression.po: CommentCommandList.inc.h +CommandObjectExpression.po: DeclNodes.inc.h +CommandObjectExpression.po: DiagnosticCommonKinds.inc.h +CommandObjectExpression.po: StmtNodes.inc.h +CommandObjectFrame.o: AttrList.inc.h +CommandObjectFrame.o: Attrs.inc.h +CommandObjectFrame.o: CommentCommandList.inc.h +CommandObjectFrame.o: DeclNodes.inc.h +CommandObjectFrame.o: DiagnosticCommonKinds.inc.h +CommandObjectFrame.o: StmtNodes.inc.h +CommandObjectFrame.po: AttrList.inc.h +CommandObjectFrame.po: Attrs.inc.h +CommandObjectFrame.po: CommentCommandList.inc.h +CommandObjectFrame.po: DeclNodes.inc.h +CommandObjectFrame.po: DiagnosticCommonKinds.inc.h +CommandObjectFrame.po: StmtNodes.inc.h +CommandObjectGUI.o: AttrList.inc.h +CommandObjectGUI.o: Attrs.inc.h +CommandObjectGUI.o: CommentCommandList.inc.h +CommandObjectGUI.o: DeclNodes.inc.h +CommandObjectGUI.o: DiagnosticCommonKinds.inc.h +CommandObjectGUI.o: StmtNodes.inc.h +CommandObjectGUI.po: AttrList.inc.h +CommandObjectGUI.po: Attrs.inc.h +CommandObjectGUI.po: CommentCommandList.inc.h +CommandObjectGUI.po: DeclNodes.inc.h +CommandObjectGUI.po: DiagnosticCommonKinds.inc.h +CommandObjectGUI.po: StmtNodes.inc.h +CommandObjectHelp.o: AttrList.inc.h +CommandObjectHelp.o: Attrs.inc.h +CommandObjectHelp.o: CommentCommandList.inc.h +CommandObjectHelp.o: DeclNodes.inc.h +CommandObjectHelp.o: DiagnosticCommonKinds.inc.h +CommandObjectHelp.o: StmtNodes.inc.h +CommandObjectHelp.po: AttrList.inc.h +CommandObjectHelp.po: Attrs.inc.h +CommandObjectHelp.po: CommentCommandList.inc.h +CommandObjectHelp.po: DeclNodes.inc.h +CommandObjectHelp.po: DiagnosticCommonKinds.inc.h +CommandObjectHelp.po: StmtNodes.inc.h +CommandObjectLog.o: AttrList.inc.h +CommandObjectLog.o: Attrs.inc.h +CommandObjectLog.o: CommentCommandList.inc.h +CommandObjectLog.o: DeclNodes.inc.h +CommandObjectLog.o: DiagnosticCommonKinds.inc.h +CommandObjectLog.o: StmtNodes.inc.h +CommandObjectLog.po: AttrList.inc.h +CommandObjectLog.po: Attrs.inc.h +CommandObjectLog.po: CommentCommandList.inc.h +CommandObjectLog.po: DeclNodes.inc.h +CommandObjectLog.po: DiagnosticCommonKinds.inc.h +CommandObjectLog.po: StmtNodes.inc.h +CommandObjectMemory.o: AttrList.inc.h +CommandObjectMemory.o: Attrs.inc.h +CommandObjectMemory.o: CommentCommandList.inc.h +CommandObjectMemory.o: DeclNodes.inc.h +CommandObjectMemory.o: DiagnosticCommonKinds.inc.h +CommandObjectMemory.o: StmtNodes.inc.h +CommandObjectMemory.po: AttrList.inc.h +CommandObjectMemory.po: Attrs.inc.h +CommandObjectMemory.po: CommentCommandList.inc.h +CommandObjectMemory.po: DeclNodes.inc.h +CommandObjectMemory.po: DiagnosticCommonKinds.inc.h +CommandObjectMemory.po: StmtNodes.inc.h +CommandObjectMultiword.o: AttrList.inc.h +CommandObjectMultiword.o: Attrs.inc.h +CommandObjectMultiword.o: CommentCommandList.inc.h +CommandObjectMultiword.o: DeclNodes.inc.h +CommandObjectMultiword.o: DiagnosticCommonKinds.inc.h +CommandObjectMultiword.o: StmtNodes.inc.h +CommandObjectMultiword.po: AttrList.inc.h +CommandObjectMultiword.po: Attrs.inc.h +CommandObjectMultiword.po: CommentCommandList.inc.h +CommandObjectMultiword.po: DeclNodes.inc.h +CommandObjectMultiword.po: DiagnosticCommonKinds.inc.h +CommandObjectMultiword.po: StmtNodes.inc.h +CommandObjectPlatform.o: AttrList.inc.h +CommandObjectPlatform.o: Attrs.inc.h +CommandObjectPlatform.o: CommentCommandList.inc.h +CommandObjectPlatform.o: DeclNodes.inc.h +CommandObjectPlatform.o: DiagnosticCommonKinds.inc.h +CommandObjectPlatform.o: StmtNodes.inc.h +CommandObjectPlatform.po: AttrList.inc.h +CommandObjectPlatform.po: Attrs.inc.h +CommandObjectPlatform.po: CommentCommandList.inc.h +CommandObjectPlatform.po: DeclNodes.inc.h +CommandObjectPlatform.po: DiagnosticCommonKinds.inc.h +CommandObjectPlatform.po: StmtNodes.inc.h +CommandObjectPlugin.o: AttrList.inc.h +CommandObjectPlugin.o: Attrs.inc.h +CommandObjectPlugin.o: CommentCommandList.inc.h +CommandObjectPlugin.o: DeclNodes.inc.h +CommandObjectPlugin.o: DiagnosticCommonKinds.inc.h +CommandObjectPlugin.o: StmtNodes.inc.h +CommandObjectPlugin.po: AttrList.inc.h +CommandObjectPlugin.po: Attrs.inc.h +CommandObjectPlugin.po: CommentCommandList.inc.h +CommandObjectPlugin.po: DeclNodes.inc.h +CommandObjectPlugin.po: DiagnosticCommonKinds.inc.h +CommandObjectPlugin.po: StmtNodes.inc.h +CommandObjectProcess.o: AttrList.inc.h +CommandObjectProcess.o: Attrs.inc.h +CommandObjectProcess.o: CommentCommandList.inc.h +CommandObjectProcess.o: DeclNodes.inc.h +CommandObjectProcess.o: DiagnosticCommonKinds.inc.h +CommandObjectProcess.o: StmtNodes.inc.h +CommandObjectProcess.po: AttrList.inc.h +CommandObjectProcess.po: Attrs.inc.h +CommandObjectProcess.po: CommentCommandList.inc.h +CommandObjectProcess.po: DeclNodes.inc.h +CommandObjectProcess.po: DiagnosticCommonKinds.inc.h +CommandObjectProcess.po: StmtNodes.inc.h +CommandObjectQuit.o: AttrList.inc.h +CommandObjectQuit.o: Attrs.inc.h +CommandObjectQuit.o: CommentCommandList.inc.h +CommandObjectQuit.o: DeclNodes.inc.h +CommandObjectQuit.o: DiagnosticCommonKinds.inc.h +CommandObjectQuit.o: StmtNodes.inc.h +CommandObjectQuit.po: AttrList.inc.h +CommandObjectQuit.po: Attrs.inc.h +CommandObjectQuit.po: CommentCommandList.inc.h +CommandObjectQuit.po: DeclNodes.inc.h +CommandObjectQuit.po: DiagnosticCommonKinds.inc.h +CommandObjectQuit.po: StmtNodes.inc.h +CommandObjectRegister.o: AttrList.inc.h +CommandObjectRegister.o: Attrs.inc.h +CommandObjectRegister.o: CommentCommandList.inc.h +CommandObjectRegister.o: DeclNodes.inc.h +CommandObjectRegister.o: DiagnosticCommonKinds.inc.h +CommandObjectRegister.o: StmtNodes.inc.h +CommandObjectRegister.po: AttrList.inc.h +CommandObjectRegister.po: Attrs.inc.h +CommandObjectRegister.po: CommentCommandList.inc.h +CommandObjectRegister.po: DeclNodes.inc.h +CommandObjectRegister.po: DiagnosticCommonKinds.inc.h +CommandObjectRegister.po: StmtNodes.inc.h +CommandObjectSettings.o: AttrList.inc.h +CommandObjectSettings.o: Attrs.inc.h +CommandObjectSettings.o: CommentCommandList.inc.h +CommandObjectSettings.o: DeclNodes.inc.h +CommandObjectSettings.o: DiagnosticCommonKinds.inc.h +CommandObjectSettings.o: StmtNodes.inc.h +CommandObjectSettings.po: AttrList.inc.h +CommandObjectSettings.po: Attrs.inc.h +CommandObjectSettings.po: CommentCommandList.inc.h +CommandObjectSettings.po: DeclNodes.inc.h +CommandObjectSettings.po: DiagnosticCommonKinds.inc.h +CommandObjectSettings.po: StmtNodes.inc.h +CommandObjectSource.o: AttrList.inc.h +CommandObjectSource.o: Attrs.inc.h +CommandObjectSource.o: CommentCommandList.inc.h +CommandObjectSource.o: DeclNodes.inc.h +CommandObjectSource.o: DiagnosticCommonKinds.inc.h +CommandObjectSource.o: StmtNodes.inc.h +CommandObjectSource.po: AttrList.inc.h +CommandObjectSource.po: Attrs.inc.h +CommandObjectSource.po: CommentCommandList.inc.h +CommandObjectSource.po: DeclNodes.inc.h +CommandObjectSource.po: DiagnosticCommonKinds.inc.h +CommandObjectSource.po: StmtNodes.inc.h +CommandObjectSyntax.o: AttrList.inc.h +CommandObjectSyntax.o: Attrs.inc.h +CommandObjectSyntax.o: CommentCommandList.inc.h +CommandObjectSyntax.o: DeclNodes.inc.h +CommandObjectSyntax.o: DiagnosticCommonKinds.inc.h +CommandObjectSyntax.o: StmtNodes.inc.h +CommandObjectSyntax.po: AttrList.inc.h +CommandObjectSyntax.po: Attrs.inc.h +CommandObjectSyntax.po: CommentCommandList.inc.h +CommandObjectSyntax.po: DeclNodes.inc.h +CommandObjectSyntax.po: DiagnosticCommonKinds.inc.h +CommandObjectSyntax.po: StmtNodes.inc.h +CommandObjectTarget.o: AttrList.inc.h +CommandObjectTarget.o: Attrs.inc.h +CommandObjectTarget.o: CommentCommandList.inc.h +CommandObjectTarget.o: DeclNodes.inc.h +CommandObjectTarget.o: DiagnosticCommonKinds.inc.h +CommandObjectTarget.o: StmtNodes.inc.h +CommandObjectTarget.po: AttrList.inc.h +CommandObjectTarget.po: Attrs.inc.h +CommandObjectTarget.po: CommentCommandList.inc.h +CommandObjectTarget.po: DeclNodes.inc.h +CommandObjectTarget.po: DiagnosticCommonKinds.inc.h +CommandObjectTarget.po: StmtNodes.inc.h +CommandObjectThread.o: AttrList.inc.h +CommandObjectThread.o: Attrs.inc.h +CommandObjectThread.o: CommentCommandList.inc.h +CommandObjectThread.o: DeclNodes.inc.h +CommandObjectThread.o: DiagnosticCommonKinds.inc.h +CommandObjectThread.o: StmtNodes.inc.h +CommandObjectThread.po: AttrList.inc.h +CommandObjectThread.po: Attrs.inc.h +CommandObjectThread.po: CommentCommandList.inc.h +CommandObjectThread.po: DeclNodes.inc.h +CommandObjectThread.po: DiagnosticCommonKinds.inc.h +CommandObjectThread.po: StmtNodes.inc.h +CommandObjectType.o: AttrList.inc.h +CommandObjectType.o: Attrs.inc.h +CommandObjectType.o: CommentCommandList.inc.h +CommandObjectType.o: DeclNodes.inc.h +CommandObjectType.o: DiagnosticCommonKinds.inc.h +CommandObjectType.o: StmtNodes.inc.h +CommandObjectType.po: AttrList.inc.h +CommandObjectType.po: Attrs.inc.h +CommandObjectType.po: CommentCommandList.inc.h +CommandObjectType.po: DeclNodes.inc.h +CommandObjectType.po: DiagnosticCommonKinds.inc.h +CommandObjectType.po: StmtNodes.inc.h +CommandObjectVersion.o: AttrList.inc.h +CommandObjectVersion.o: Attrs.inc.h +CommandObjectVersion.o: CommentCommandList.inc.h +CommandObjectVersion.o: DeclNodes.inc.h +CommandObjectVersion.o: DiagnosticCommonKinds.inc.h +CommandObjectVersion.o: StmtNodes.inc.h +CommandObjectVersion.po: AttrList.inc.h +CommandObjectVersion.po: Attrs.inc.h +CommandObjectVersion.po: CommentCommandList.inc.h +CommandObjectVersion.po: DeclNodes.inc.h +CommandObjectVersion.po: DiagnosticCommonKinds.inc.h +CommandObjectVersion.po: StmtNodes.inc.h +CommandObjectWatchpoint.o: AttrList.inc.h +CommandObjectWatchpoint.o: Attrs.inc.h +CommandObjectWatchpoint.o: CommentCommandList.inc.h +CommandObjectWatchpoint.o: DeclNodes.inc.h +CommandObjectWatchpoint.o: DiagnosticCommonKinds.inc.h +CommandObjectWatchpoint.o: StmtNodes.inc.h +CommandObjectWatchpoint.po: AttrList.inc.h +CommandObjectWatchpoint.po: Attrs.inc.h +CommandObjectWatchpoint.po: CommentCommandList.inc.h +CommandObjectWatchpoint.po: DeclNodes.inc.h +CommandObjectWatchpoint.po: DiagnosticCommonKinds.inc.h +CommandObjectWatchpoint.po: StmtNodes.inc.h +CommandObjectWatchpointCommand.o: AttrList.inc.h +CommandObjectWatchpointCommand.o: Attrs.inc.h +CommandObjectWatchpointCommand.o: CommentCommandList.inc.h +CommandObjectWatchpointCommand.o: DeclNodes.inc.h +CommandObjectWatchpointCommand.o: DiagnosticCommonKinds.inc.h +CommandObjectWatchpointCommand.o: StmtNodes.inc.h +CommandObjectWatchpointCommand.po: AttrList.inc.h +CommandObjectWatchpointCommand.po: Attrs.inc.h +CommandObjectWatchpointCommand.po: CommentCommandList.inc.h +CommandObjectWatchpointCommand.po: DeclNodes.inc.h +CommandObjectWatchpointCommand.po: DiagnosticCommonKinds.inc.h +CommandObjectWatchpointCommand.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbCore/Makefile b/lib/clang/liblldbCore/Makefile new file mode 100644 index 0000000..86bff4d --- /dev/null +++ b/lib/clang/liblldbCore/Makefile @@ -0,0 +1,89 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbCore + +SRCDIR= tools/lldb/source/Core +SRCS= Address.cpp \ + AddressRange.cpp \ + AddressResolver.cpp \ + AddressResolverFileLine.cpp \ + AddressResolverName.cpp \ + ArchSpec.cpp \ + Baton.cpp \ + Broadcaster.cpp \ + Communication.cpp \ + Connection.cpp \ + ConnectionMachPort.cpp \ + ConnectionSharedMemory.cpp \ + ConstString.cpp \ + CxaDemangle.cpp \ + DataBufferHeap.cpp \ + DataBufferMemoryMap.cpp \ + DataEncoder.cpp \ + DataExtractor.cpp \ + Debugger.cpp \ + Disassembler.cpp \ + DynamicLoader.cpp \ + EmulateInstruction.cpp \ + Error.cpp \ + Event.cpp \ + FastDemangle.cpp \ + FileLineResolver.cpp \ + FileSpecList.cpp \ + FormatEntity.cpp \ + History.cpp \ + IOHandler.cpp \ + Language.cpp \ + Listener.cpp \ + Log.cpp \ + Logging.cpp \ + Mangled.cpp \ + Module.cpp \ + ModuleChild.cpp \ + ModuleList.cpp \ + Opcode.cpp \ + PluginManager.cpp \ + RegisterValue.cpp \ + RegularExpression.cpp \ + Scalar.cpp \ + SearchFilter.cpp \ + Section.cpp \ + SourceManager.cpp \ + State.cpp \ + Stream.cpp \ + StreamAsynchronousIO.cpp \ + StreamCallback.cpp \ + StreamFile.cpp \ + StreamGDBRemote.cpp \ + StreamString.cpp \ + StringList.cpp \ + StructuredData.cpp \ + Timer.cpp \ + UserID.cpp \ + UserSettingsController.cpp \ + UUID.cpp \ + Value.cpp \ + ValueObject.cpp \ + ValueObjectCast.cpp \ + ValueObjectChild.cpp \ + ValueObjectConstResult.cpp \ + ValueObjectConstResultChild.cpp \ + ValueObjectConstResultImpl.cpp \ + ValueObjectDynamicValue.cpp \ + ValueObjectList.cpp \ + ValueObjectMemory.cpp \ + ValueObjectRegister.cpp \ + ValueObjectSyntheticFilter.cpp \ + ValueObjectVariable.cpp \ + VMRange.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbCore/Makefile.depend b/lib/clang/liblldbCore/Makefile.depend new file mode 100644 index 0000000..865dfa0 --- /dev/null +++ b/lib/clang/liblldbCore/Makefile.depend @@ -0,0 +1,289 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/libedit \ + lib/msun \ + lib/ncurses/ncursesw \ + lib/ncurses/panelw \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Address.o: CommentCommandList.inc.h +Address.o: DeclNodes.inc.h +Address.o: DiagnosticCommonKinds.inc.h +Address.o: StmtNodes.inc.h +Address.po: CommentCommandList.inc.h +Address.po: DeclNodes.inc.h +Address.po: DiagnosticCommonKinds.inc.h +Address.po: StmtNodes.inc.h +AddressRange.o: CommentCommandList.inc.h +AddressRange.o: DeclNodes.inc.h +AddressRange.o: DiagnosticCommonKinds.inc.h +AddressRange.o: StmtNodes.inc.h +AddressRange.po: CommentCommandList.inc.h +AddressRange.po: DeclNodes.inc.h +AddressRange.po: DiagnosticCommonKinds.inc.h +AddressRange.po: StmtNodes.inc.h +AddressResolver.o: DiagnosticCommonKinds.inc.h +AddressResolver.po: DiagnosticCommonKinds.inc.h +AddressResolverFileLine.o: DiagnosticCommonKinds.inc.h +AddressResolverFileLine.po: DiagnosticCommonKinds.inc.h +AddressResolverName.o: CommentCommandList.inc.h +AddressResolverName.o: DeclNodes.inc.h +AddressResolverName.o: DiagnosticCommonKinds.inc.h +AddressResolverName.o: StmtNodes.inc.h +AddressResolverName.po: CommentCommandList.inc.h +AddressResolverName.po: DeclNodes.inc.h +AddressResolverName.po: DiagnosticCommonKinds.inc.h +AddressResolverName.po: StmtNodes.inc.h +ArchSpec.o: DiagnosticCommonKinds.inc.h +ArchSpec.po: DiagnosticCommonKinds.inc.h +DataExtractor.o: CommentCommandList.inc.h +DataExtractor.o: DeclNodes.inc.h +DataExtractor.o: DiagnosticCommonKinds.inc.h +DataExtractor.o: StmtNodes.inc.h +DataExtractor.po: CommentCommandList.inc.h +DataExtractor.po: DeclNodes.inc.h +DataExtractor.po: DiagnosticCommonKinds.inc.h +DataExtractor.po: StmtNodes.inc.h +Debugger.o: AttrList.inc.h +Debugger.o: Attrs.inc.h +Debugger.o: CommentCommandList.inc.h +Debugger.o: DeclNodes.inc.h +Debugger.o: DiagnosticCommonKinds.inc.h +Debugger.o: StmtNodes.inc.h +Debugger.po: AttrList.inc.h +Debugger.po: Attrs.inc.h +Debugger.po: CommentCommandList.inc.h +Debugger.po: DeclNodes.inc.h +Debugger.po: DiagnosticCommonKinds.inc.h +Debugger.po: StmtNodes.inc.h +Disassembler.o: AttrList.inc.h +Disassembler.o: Attrs.inc.h +Disassembler.o: CommentCommandList.inc.h +Disassembler.o: DeclNodes.inc.h +Disassembler.o: DiagnosticCommonKinds.inc.h +Disassembler.o: StmtNodes.inc.h +Disassembler.po: AttrList.inc.h +Disassembler.po: Attrs.inc.h +Disassembler.po: CommentCommandList.inc.h +Disassembler.po: DeclNodes.inc.h +Disassembler.po: DiagnosticCommonKinds.inc.h +Disassembler.po: StmtNodes.inc.h +DynamicLoader.o: CommentCommandList.inc.h +DynamicLoader.o: DeclNodes.inc.h +DynamicLoader.o: DiagnosticCommonKinds.inc.h +DynamicLoader.o: StmtNodes.inc.h +DynamicLoader.po: CommentCommandList.inc.h +DynamicLoader.po: DeclNodes.inc.h +DynamicLoader.po: DiagnosticCommonKinds.inc.h +DynamicLoader.po: StmtNodes.inc.h +EmulateInstruction.o: DiagnosticCommonKinds.inc.h +EmulateInstruction.po: DiagnosticCommonKinds.inc.h +Event.o: DiagnosticCommonKinds.inc.h +Event.po: DiagnosticCommonKinds.inc.h +FileLineResolver.o: DiagnosticCommonKinds.inc.h +FileLineResolver.po: DiagnosticCommonKinds.inc.h +IOHandler.o: AttrList.inc.h +IOHandler.o: Attrs.inc.h +IOHandler.o: CommentCommandList.inc.h +IOHandler.o: DeclNodes.inc.h +IOHandler.o: DiagnosticCommonKinds.inc.h +IOHandler.o: StmtNodes.inc.h +IOHandler.po: AttrList.inc.h +IOHandler.po: Attrs.inc.h +IOHandler.po: CommentCommandList.inc.h +IOHandler.po: DeclNodes.inc.h +IOHandler.po: DiagnosticCommonKinds.inc.h +IOHandler.po: StmtNodes.inc.h +Log.o: AttrList.inc.h +Log.o: Attrs.inc.h +Log.o: CommentCommandList.inc.h +Log.o: DeclNodes.inc.h +Log.o: DiagnosticCommonKinds.inc.h +Log.o: StmtNodes.inc.h +Log.po: AttrList.inc.h +Log.po: Attrs.inc.h +Log.po: CommentCommandList.inc.h +Log.po: DeclNodes.inc.h +Log.po: DiagnosticCommonKinds.inc.h +Log.po: StmtNodes.inc.h +Mangled.o: DiagnosticCommonKinds.inc.h +Mangled.po: DiagnosticCommonKinds.inc.h +Module.o: AttrList.inc.h +Module.o: Attrs.inc.h +Module.o: CommentCommandList.inc.h +Module.o: DeclNodes.inc.h +Module.o: DiagnosticCommonKinds.inc.h +Module.o: StmtNodes.inc.h +Module.po: AttrList.inc.h +Module.po: Attrs.inc.h +Module.po: CommentCommandList.inc.h +Module.po: DeclNodes.inc.h +Module.po: DiagnosticCommonKinds.inc.h +Module.po: StmtNodes.inc.h +ModuleList.o: CommentCommandList.inc.h +ModuleList.o: DeclNodes.inc.h +ModuleList.o: DiagnosticCommonKinds.inc.h +ModuleList.o: StmtNodes.inc.h +ModuleList.po: CommentCommandList.inc.h +ModuleList.po: DeclNodes.inc.h +ModuleList.po: DiagnosticCommonKinds.inc.h +ModuleList.po: StmtNodes.inc.h +PluginManager.o: AttrList.inc.h +PluginManager.o: Attrs.inc.h +PluginManager.o: CommentCommandList.inc.h +PluginManager.o: DeclNodes.inc.h +PluginManager.o: DiagnosticCommonKinds.inc.h +PluginManager.o: StmtNodes.inc.h +PluginManager.po: AttrList.inc.h +PluginManager.po: Attrs.inc.h +PluginManager.po: CommentCommandList.inc.h +PluginManager.po: DeclNodes.inc.h +PluginManager.po: DiagnosticCommonKinds.inc.h +PluginManager.po: StmtNodes.inc.h +SearchFilter.o: CommentCommandList.inc.h +SearchFilter.o: DeclNodes.inc.h +SearchFilter.o: DiagnosticCommonKinds.inc.h +SearchFilter.o: StmtNodes.inc.h +SearchFilter.po: CommentCommandList.inc.h +SearchFilter.po: DeclNodes.inc.h +SearchFilter.po: DiagnosticCommonKinds.inc.h +SearchFilter.po: StmtNodes.inc.h +Section.o: CommentCommandList.inc.h +Section.o: DeclNodes.inc.h +Section.o: DiagnosticCommonKinds.inc.h +Section.o: StmtNodes.inc.h +Section.po: CommentCommandList.inc.h +Section.po: DeclNodes.inc.h +Section.po: DiagnosticCommonKinds.inc.h +Section.po: StmtNodes.inc.h +SourceManager.o: AttrList.inc.h +SourceManager.o: Attrs.inc.h +SourceManager.o: CommentCommandList.inc.h +SourceManager.o: DeclNodes.inc.h +SourceManager.o: DiagnosticCommonKinds.inc.h +SourceManager.o: StmtNodes.inc.h +SourceManager.po: AttrList.inc.h +SourceManager.po: Attrs.inc.h +SourceManager.po: CommentCommandList.inc.h +SourceManager.po: DeclNodes.inc.h +SourceManager.po: DiagnosticCommonKinds.inc.h +SourceManager.po: StmtNodes.inc.h +UserSettingsController.o: AttrList.inc.h +UserSettingsController.o: Attrs.inc.h +UserSettingsController.o: CommentCommandList.inc.h +UserSettingsController.o: DeclNodes.inc.h +UserSettingsController.o: DiagnosticCommonKinds.inc.h +UserSettingsController.o: StmtNodes.inc.h +UserSettingsController.po: AttrList.inc.h +UserSettingsController.po: Attrs.inc.h +UserSettingsController.po: CommentCommandList.inc.h +UserSettingsController.po: DeclNodes.inc.h +UserSettingsController.po: DiagnosticCommonKinds.inc.h +UserSettingsController.po: StmtNodes.inc.h +Value.o: CommentCommandList.inc.h +Value.o: DeclNodes.inc.h +Value.o: DiagnosticCommonKinds.inc.h +Value.o: StmtNodes.inc.h +Value.po: CommentCommandList.inc.h +Value.po: DeclNodes.inc.h +Value.po: DiagnosticCommonKinds.inc.h +Value.po: StmtNodes.inc.h +ValueObject.o: AttrList.inc.h +ValueObject.o: Attrs.inc.h +ValueObject.o: CommentCommandList.inc.h +ValueObject.o: DeclNodes.inc.h +ValueObject.o: DiagnosticCommonKinds.inc.h +ValueObject.o: StmtNodes.inc.h +ValueObject.po: AttrList.inc.h +ValueObject.po: Attrs.inc.h +ValueObject.po: CommentCommandList.inc.h +ValueObject.po: DeclNodes.inc.h +ValueObject.po: DiagnosticCommonKinds.inc.h +ValueObject.po: StmtNodes.inc.h +ValueObjectCast.o: CommentCommandList.inc.h +ValueObjectCast.o: DeclNodes.inc.h +ValueObjectCast.o: DiagnosticCommonKinds.inc.h +ValueObjectCast.o: StmtNodes.inc.h +ValueObjectCast.po: CommentCommandList.inc.h +ValueObjectCast.po: DeclNodes.inc.h +ValueObjectCast.po: DiagnosticCommonKinds.inc.h +ValueObjectCast.po: StmtNodes.inc.h +ValueObjectChild.o: CommentCommandList.inc.h +ValueObjectChild.o: DeclNodes.inc.h +ValueObjectChild.o: DiagnosticCommonKinds.inc.h +ValueObjectChild.o: StmtNodes.inc.h +ValueObjectChild.po: CommentCommandList.inc.h +ValueObjectChild.po: DeclNodes.inc.h +ValueObjectChild.po: DiagnosticCommonKinds.inc.h +ValueObjectChild.po: StmtNodes.inc.h +ValueObjectConstResult.o: CommentCommandList.inc.h +ValueObjectConstResult.o: DeclNodes.inc.h +ValueObjectConstResult.o: DiagnosticCommonKinds.inc.h +ValueObjectConstResult.o: StmtNodes.inc.h +ValueObjectConstResult.po: CommentCommandList.inc.h +ValueObjectConstResult.po: DeclNodes.inc.h +ValueObjectConstResult.po: DiagnosticCommonKinds.inc.h +ValueObjectConstResult.po: StmtNodes.inc.h +ValueObjectConstResultChild.o: CommentCommandList.inc.h +ValueObjectConstResultChild.o: DeclNodes.inc.h +ValueObjectConstResultChild.o: DiagnosticCommonKinds.inc.h +ValueObjectConstResultChild.o: StmtNodes.inc.h +ValueObjectConstResultChild.po: CommentCommandList.inc.h +ValueObjectConstResultChild.po: DeclNodes.inc.h +ValueObjectConstResultChild.po: DiagnosticCommonKinds.inc.h +ValueObjectConstResultChild.po: StmtNodes.inc.h +ValueObjectConstResultImpl.o: CommentCommandList.inc.h +ValueObjectConstResultImpl.o: DeclNodes.inc.h +ValueObjectConstResultImpl.o: DiagnosticCommonKinds.inc.h +ValueObjectConstResultImpl.o: StmtNodes.inc.h +ValueObjectConstResultImpl.po: CommentCommandList.inc.h +ValueObjectConstResultImpl.po: DeclNodes.inc.h +ValueObjectConstResultImpl.po: DiagnosticCommonKinds.inc.h +ValueObjectConstResultImpl.po: StmtNodes.inc.h +ValueObjectDynamicValue.o: CommentCommandList.inc.h +ValueObjectDynamicValue.o: DeclNodes.inc.h +ValueObjectDynamicValue.o: DiagnosticCommonKinds.inc.h +ValueObjectDynamicValue.o: StmtNodes.inc.h +ValueObjectDynamicValue.po: CommentCommandList.inc.h +ValueObjectDynamicValue.po: DeclNodes.inc.h +ValueObjectDynamicValue.po: DiagnosticCommonKinds.inc.h +ValueObjectDynamicValue.po: StmtNodes.inc.h +ValueObjectList.o: DiagnosticCommonKinds.inc.h +ValueObjectList.po: DiagnosticCommonKinds.inc.h +ValueObjectMemory.o: CommentCommandList.inc.h +ValueObjectMemory.o: DeclNodes.inc.h +ValueObjectMemory.o: DiagnosticCommonKinds.inc.h +ValueObjectMemory.o: StmtNodes.inc.h +ValueObjectMemory.po: CommentCommandList.inc.h +ValueObjectMemory.po: DeclNodes.inc.h +ValueObjectMemory.po: DiagnosticCommonKinds.inc.h +ValueObjectMemory.po: StmtNodes.inc.h +ValueObjectRegister.o: CommentCommandList.inc.h +ValueObjectRegister.o: DeclNodes.inc.h +ValueObjectRegister.o: DiagnosticCommonKinds.inc.h +ValueObjectRegister.o: StmtNodes.inc.h +ValueObjectRegister.po: CommentCommandList.inc.h +ValueObjectRegister.po: DeclNodes.inc.h +ValueObjectRegister.po: DiagnosticCommonKinds.inc.h +ValueObjectRegister.po: StmtNodes.inc.h +ValueObjectSyntheticFilter.o: DiagnosticCommonKinds.inc.h +ValueObjectSyntheticFilter.po: DiagnosticCommonKinds.inc.h +ValueObjectVariable.o: CommentCommandList.inc.h +ValueObjectVariable.o: DeclNodes.inc.h +ValueObjectVariable.o: DiagnosticCommonKinds.inc.h +ValueObjectVariable.o: StmtNodes.inc.h +ValueObjectVariable.po: CommentCommandList.inc.h +ValueObjectVariable.po: DeclNodes.inc.h +ValueObjectVariable.po: DiagnosticCommonKinds.inc.h +ValueObjectVariable.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbDataFormatters/Makefile b/lib/clang/liblldbDataFormatters/Makefile new file mode 100644 index 0000000..8814697 --- /dev/null +++ b/lib/clang/liblldbDataFormatters/Makefile @@ -0,0 +1,43 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbDataFormatters + +SRCDIR= tools/lldb/source/DataFormatters +SRCS= CF.cpp \ + Cocoa.cpp \ + CXXFormatterFunctions.cpp \ + DataVisualization.cpp \ + FormatCache.cpp \ + FormatClasses.cpp \ + FormatManager.cpp \ + LibCxx.cpp \ + LibCxxInitializerList.cpp \ + LibCxxList.cpp \ + LibCxxMap.cpp \ + LibCxxUnorderedMap.cpp \ + LibCxxVector.cpp \ + LibStdcpp.cpp \ + NSArray.cpp \ + NSDictionary.cpp \ + NSIndexPath.cpp \ + NSSet.cpp \ + StringPrinter.cpp \ + TypeCategory.cpp \ + TypeCategoryMap.cpp \ + TypeFormat.cpp \ + TypeSummary.cpp \ + TypeSynthetic.cpp \ + TypeValidator.cpp \ + ValueObjectPrinter.cpp \ + VectorType.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbDataFormatters/Makefile.depend b/lib/clang/liblldbDataFormatters/Makefile.depend new file mode 100644 index 0000000..e35e5d7 --- /dev/null +++ b/lib/clang/liblldbDataFormatters/Makefile.depend @@ -0,0 +1,248 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +CF.o: CommentCommandList.inc.h +CF.o: DeclNodes.inc.h +CF.o: DiagnosticCommonKinds.inc.h +CF.o: StmtNodes.inc.h +CF.po: CommentCommandList.inc.h +CF.po: DeclNodes.inc.h +CF.po: DiagnosticCommonKinds.inc.h +CF.po: StmtNodes.inc.h +CXXFormatterFunctions.o: CommentCommandList.inc.h +CXXFormatterFunctions.o: DeclNodes.inc.h +CXXFormatterFunctions.o: DiagnosticCommonKinds.inc.h +CXXFormatterFunctions.o: StmtNodes.inc.h +CXXFormatterFunctions.po: CommentCommandList.inc.h +CXXFormatterFunctions.po: DeclNodes.inc.h +CXXFormatterFunctions.po: DiagnosticCommonKinds.inc.h +CXXFormatterFunctions.po: StmtNodes.inc.h +Cocoa.o: CommentCommandList.inc.h +Cocoa.o: DeclNodes.inc.h +Cocoa.o: DiagnosticCommonKinds.inc.h +Cocoa.o: StmtNodes.inc.h +Cocoa.po: CommentCommandList.inc.h +Cocoa.po: DeclNodes.inc.h +Cocoa.po: DiagnosticCommonKinds.inc.h +Cocoa.po: StmtNodes.inc.h +DataVisualization.o: AttrList.inc.h +DataVisualization.o: Attrs.inc.h +DataVisualization.o: CommentCommandList.inc.h +DataVisualization.o: DeclNodes.inc.h +DataVisualization.o: DiagnosticCommonKinds.inc.h +DataVisualization.o: StmtNodes.inc.h +DataVisualization.po: AttrList.inc.h +DataVisualization.po: Attrs.inc.h +DataVisualization.po: CommentCommandList.inc.h +DataVisualization.po: DeclNodes.inc.h +DataVisualization.po: DiagnosticCommonKinds.inc.h +DataVisualization.po: StmtNodes.inc.h +FormatCache.o: DiagnosticCommonKinds.inc.h +FormatCache.po: DiagnosticCommonKinds.inc.h +FormatClasses.o: DiagnosticCommonKinds.inc.h +FormatClasses.po: DiagnosticCommonKinds.inc.h +FormatManager.o: AttrList.inc.h +FormatManager.o: Attrs.inc.h +FormatManager.o: CommentCommandList.inc.h +FormatManager.o: DeclNodes.inc.h +FormatManager.o: DiagnosticCommonKinds.inc.h +FormatManager.o: StmtNodes.inc.h +FormatManager.po: AttrList.inc.h +FormatManager.po: Attrs.inc.h +FormatManager.po: CommentCommandList.inc.h +FormatManager.po: DeclNodes.inc.h +FormatManager.po: DiagnosticCommonKinds.inc.h +FormatManager.po: StmtNodes.inc.h +LibCxx.o: AttrList.inc.h +LibCxx.o: Attrs.inc.h +LibCxx.o: CommentCommandList.inc.h +LibCxx.o: DeclNodes.inc.h +LibCxx.o: DiagnosticCommonKinds.inc.h +LibCxx.o: StmtNodes.inc.h +LibCxx.po: AttrList.inc.h +LibCxx.po: Attrs.inc.h +LibCxx.po: CommentCommandList.inc.h +LibCxx.po: DeclNodes.inc.h +LibCxx.po: DiagnosticCommonKinds.inc.h +LibCxx.po: StmtNodes.inc.h +LibCxxInitializerList.o: CommentCommandList.inc.h +LibCxxInitializerList.o: DeclNodes.inc.h +LibCxxInitializerList.o: DiagnosticCommonKinds.inc.h +LibCxxInitializerList.o: StmtNodes.inc.h +LibCxxInitializerList.po: CommentCommandList.inc.h +LibCxxInitializerList.po: DeclNodes.inc.h +LibCxxInitializerList.po: DiagnosticCommonKinds.inc.h +LibCxxInitializerList.po: StmtNodes.inc.h +LibCxxList.o: CommentCommandList.inc.h +LibCxxList.o: DeclNodes.inc.h +LibCxxList.o: DiagnosticCommonKinds.inc.h +LibCxxList.o: StmtNodes.inc.h +LibCxxList.po: CommentCommandList.inc.h +LibCxxList.po: DeclNodes.inc.h +LibCxxList.po: DiagnosticCommonKinds.inc.h +LibCxxList.po: StmtNodes.inc.h +LibCxxMap.o: CommentCommandList.inc.h +LibCxxMap.o: DeclNodes.inc.h +LibCxxMap.o: DiagnosticCommonKinds.inc.h +LibCxxMap.o: StmtNodes.inc.h +LibCxxMap.po: CommentCommandList.inc.h +LibCxxMap.po: DeclNodes.inc.h +LibCxxMap.po: DiagnosticCommonKinds.inc.h +LibCxxMap.po: StmtNodes.inc.h +LibCxxUnorderedMap.o: CommentCommandList.inc.h +LibCxxUnorderedMap.o: DeclNodes.inc.h +LibCxxUnorderedMap.o: DiagnosticCommonKinds.inc.h +LibCxxUnorderedMap.o: StmtNodes.inc.h +LibCxxUnorderedMap.po: CommentCommandList.inc.h +LibCxxUnorderedMap.po: DeclNodes.inc.h +LibCxxUnorderedMap.po: DiagnosticCommonKinds.inc.h +LibCxxUnorderedMap.po: StmtNodes.inc.h +LibCxxVector.o: CommentCommandList.inc.h +LibCxxVector.o: DeclNodes.inc.h +LibCxxVector.o: DiagnosticCommonKinds.inc.h +LibCxxVector.o: StmtNodes.inc.h +LibCxxVector.po: CommentCommandList.inc.h +LibCxxVector.po: DeclNodes.inc.h +LibCxxVector.po: DiagnosticCommonKinds.inc.h +LibCxxVector.po: StmtNodes.inc.h +LibStdcpp.o: CommentCommandList.inc.h +LibStdcpp.o: DeclNodes.inc.h +LibStdcpp.o: DiagnosticCommonKinds.inc.h +LibStdcpp.o: StmtNodes.inc.h +LibStdcpp.po: CommentCommandList.inc.h +LibStdcpp.po: DeclNodes.inc.h +LibStdcpp.po: DiagnosticCommonKinds.inc.h +LibStdcpp.po: StmtNodes.inc.h +NSArray.o: CommentCommandList.inc.h +NSArray.o: DeclNodes.inc.h +NSArray.o: DiagnosticCommonKinds.inc.h +NSArray.o: StmtNodes.inc.h +NSArray.po: CommentCommandList.inc.h +NSArray.po: DeclNodes.inc.h +NSArray.po: DiagnosticCommonKinds.inc.h +NSArray.po: StmtNodes.inc.h +NSDictionary.o: AttrList.inc.h +NSDictionary.o: Attrs.inc.h +NSDictionary.o: CommentCommandList.inc.h +NSDictionary.o: DeclNodes.inc.h +NSDictionary.o: DiagnosticCommonKinds.inc.h +NSDictionary.o: StmtNodes.inc.h +NSDictionary.po: AttrList.inc.h +NSDictionary.po: Attrs.inc.h +NSDictionary.po: CommentCommandList.inc.h +NSDictionary.po: DeclNodes.inc.h +NSDictionary.po: DiagnosticCommonKinds.inc.h +NSDictionary.po: StmtNodes.inc.h +NSIndexPath.o: CommentCommandList.inc.h +NSIndexPath.o: DeclNodes.inc.h +NSIndexPath.o: DiagnosticCommonKinds.inc.h +NSIndexPath.o: StmtNodes.inc.h +NSIndexPath.po: CommentCommandList.inc.h +NSIndexPath.po: DeclNodes.inc.h +NSIndexPath.po: DiagnosticCommonKinds.inc.h +NSIndexPath.po: StmtNodes.inc.h +NSSet.o: CommentCommandList.inc.h +NSSet.o: DeclNodes.inc.h +NSSet.o: DiagnosticCommonKinds.inc.h +NSSet.o: StmtNodes.inc.h +NSSet.po: CommentCommandList.inc.h +NSSet.po: DeclNodes.inc.h +NSSet.po: DiagnosticCommonKinds.inc.h +NSSet.po: StmtNodes.inc.h +StringPrinter.o: AttrList.inc.h +StringPrinter.o: Attrs.inc.h +StringPrinter.o: CommentCommandList.inc.h +StringPrinter.o: DeclNodes.inc.h +StringPrinter.o: DiagnosticCommonKinds.inc.h +StringPrinter.o: StmtNodes.inc.h +StringPrinter.po: AttrList.inc.h +StringPrinter.po: Attrs.inc.h +StringPrinter.po: CommentCommandList.inc.h +StringPrinter.po: DeclNodes.inc.h +StringPrinter.po: DiagnosticCommonKinds.inc.h +StringPrinter.po: StmtNodes.inc.h +TypeCategory.o: AttrList.inc.h +TypeCategory.o: Attrs.inc.h +TypeCategory.o: CommentCommandList.inc.h +TypeCategory.o: DeclNodes.inc.h +TypeCategory.o: DiagnosticCommonKinds.inc.h +TypeCategory.o: StmtNodes.inc.h +TypeCategory.po: AttrList.inc.h +TypeCategory.po: Attrs.inc.h +TypeCategory.po: CommentCommandList.inc.h +TypeCategory.po: DeclNodes.inc.h +TypeCategory.po: DiagnosticCommonKinds.inc.h +TypeCategory.po: StmtNodes.inc.h +TypeCategoryMap.o: AttrList.inc.h +TypeCategoryMap.o: Attrs.inc.h +TypeCategoryMap.o: CommentCommandList.inc.h +TypeCategoryMap.o: DeclNodes.inc.h +TypeCategoryMap.o: DiagnosticCommonKinds.inc.h +TypeCategoryMap.o: StmtNodes.inc.h +TypeCategoryMap.po: AttrList.inc.h +TypeCategoryMap.po: Attrs.inc.h +TypeCategoryMap.po: CommentCommandList.inc.h +TypeCategoryMap.po: DeclNodes.inc.h +TypeCategoryMap.po: DiagnosticCommonKinds.inc.h +TypeCategoryMap.po: StmtNodes.inc.h +TypeFormat.o: AttrList.inc.h +TypeFormat.o: Attrs.inc.h +TypeFormat.o: CommentCommandList.inc.h +TypeFormat.o: DeclNodes.inc.h +TypeFormat.o: DiagnosticCommonKinds.inc.h +TypeFormat.o: StmtNodes.inc.h +TypeFormat.po: AttrList.inc.h +TypeFormat.po: Attrs.inc.h +TypeFormat.po: CommentCommandList.inc.h +TypeFormat.po: DeclNodes.inc.h +TypeFormat.po: DiagnosticCommonKinds.inc.h +TypeFormat.po: StmtNodes.inc.h +TypeSummary.o: AttrList.inc.h +TypeSummary.o: Attrs.inc.h +TypeSummary.o: CommentCommandList.inc.h +TypeSummary.o: DeclNodes.inc.h +TypeSummary.o: DiagnosticCommonKinds.inc.h +TypeSummary.o: StmtNodes.inc.h +TypeSummary.po: AttrList.inc.h +TypeSummary.po: Attrs.inc.h +TypeSummary.po: CommentCommandList.inc.h +TypeSummary.po: DeclNodes.inc.h +TypeSummary.po: DiagnosticCommonKinds.inc.h +TypeSummary.po: StmtNodes.inc.h +TypeSynthetic.o: AttrList.inc.h +TypeSynthetic.o: Attrs.inc.h +TypeSynthetic.o: CommentCommandList.inc.h +TypeSynthetic.o: DeclNodes.inc.h +TypeSynthetic.o: DiagnosticCommonKinds.inc.h +TypeSynthetic.o: StmtNodes.inc.h +TypeSynthetic.po: AttrList.inc.h +TypeSynthetic.po: Attrs.inc.h +TypeSynthetic.po: CommentCommandList.inc.h +TypeSynthetic.po: DeclNodes.inc.h +TypeSynthetic.po: DiagnosticCommonKinds.inc.h +TypeSynthetic.po: StmtNodes.inc.h +ValueObjectPrinter.o: AttrList.inc.h +ValueObjectPrinter.o: Attrs.inc.h +ValueObjectPrinter.o: CommentCommandList.inc.h +ValueObjectPrinter.o: DeclNodes.inc.h +ValueObjectPrinter.o: DiagnosticCommonKinds.inc.h +ValueObjectPrinter.o: StmtNodes.inc.h +ValueObjectPrinter.po: AttrList.inc.h +ValueObjectPrinter.po: Attrs.inc.h +ValueObjectPrinter.po: CommentCommandList.inc.h +ValueObjectPrinter.po: DeclNodes.inc.h +ValueObjectPrinter.po: DiagnosticCommonKinds.inc.h +ValueObjectPrinter.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbExpression/Makefile b/lib/clang/liblldbExpression/Makefile new file mode 100644 index 0000000..d2d822b --- /dev/null +++ b/lib/clang/liblldbExpression/Makefile @@ -0,0 +1,40 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbExpression + +SRCDIR= tools/lldb/source/Expression +SRCS= ASTDumper.cpp \ + ASTResultSynthesizer.cpp \ + ASTStructExtractor.cpp \ + ClangASTSource.cpp \ + ClangExpressionDeclMap.cpp \ + ClangExpressionParser.cpp \ + ClangExpressionVariable.cpp \ + ClangFunction.cpp \ + ClangModulesDeclVendor.cpp \ + ClangPersistentVariables.cpp \ + ClangUserExpression.cpp \ + ClangUtilityFunction.cpp \ + DWARFExpression.cpp \ + ExpressionSourceCode.cpp \ + IRDynamicChecks.cpp \ + IRExecutionUnit.cpp \ + IRForTarget.cpp \ + IRInterpreter.cpp \ + IRMemoryMap.cpp \ + Materializer.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList \ + AttrList \ + Attrs \ + AttrParsedAttrList \ + DiagnosticFrontendKinds \ + DiagnosticSemaKinds \ + Intrinsics + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbExpression/Makefile.depend b/lib/clang/liblldbExpression/Makefile.depend new file mode 100644 index 0000000..e7aa336 --- /dev/null +++ b/lib/clang/liblldbExpression/Makefile.depend @@ -0,0 +1,195 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ASTDumper.o: AttrList.inc.h +ASTDumper.o: Attrs.inc.h +ASTDumper.o: DeclNodes.inc.h +ASTDumper.o: DiagnosticCommonKinds.inc.h +ASTDumper.o: StmtNodes.inc.h +ASTDumper.po: AttrList.inc.h +ASTDumper.po: Attrs.inc.h +ASTDumper.po: DeclNodes.inc.h +ASTDumper.po: DiagnosticCommonKinds.inc.h +ASTDumper.po: StmtNodes.inc.h +ASTResultSynthesizer.o: AttrList.inc.h +ASTResultSynthesizer.o: AttrParsedAttrList.inc.h +ASTResultSynthesizer.o: Attrs.inc.h +ASTResultSynthesizer.o: CommentCommandList.inc.h +ASTResultSynthesizer.o: DeclNodes.inc.h +ASTResultSynthesizer.o: DiagnosticCommonKinds.inc.h +ASTResultSynthesizer.o: DiagnosticSemaKinds.inc.h +ASTResultSynthesizer.o: StmtNodes.inc.h +ASTResultSynthesizer.po: AttrList.inc.h +ASTResultSynthesizer.po: AttrParsedAttrList.inc.h +ASTResultSynthesizer.po: Attrs.inc.h +ASTResultSynthesizer.po: CommentCommandList.inc.h +ASTResultSynthesizer.po: DeclNodes.inc.h +ASTResultSynthesizer.po: DiagnosticCommonKinds.inc.h +ASTResultSynthesizer.po: DiagnosticSemaKinds.inc.h +ASTResultSynthesizer.po: StmtNodes.inc.h +ASTStructExtractor.o: AttrList.inc.h +ASTStructExtractor.o: AttrParsedAttrList.inc.h +ASTStructExtractor.o: Attrs.inc.h +ASTStructExtractor.o: CommentCommandList.inc.h +ASTStructExtractor.o: DeclNodes.inc.h +ASTStructExtractor.o: DiagnosticCommonKinds.inc.h +ASTStructExtractor.o: StmtNodes.inc.h +ASTStructExtractor.po: AttrList.inc.h +ASTStructExtractor.po: AttrParsedAttrList.inc.h +ASTStructExtractor.po: Attrs.inc.h +ASTStructExtractor.po: CommentCommandList.inc.h +ASTStructExtractor.po: DeclNodes.inc.h +ASTStructExtractor.po: DiagnosticCommonKinds.inc.h +ASTStructExtractor.po: StmtNodes.inc.h +ClangASTSource.o: AttrList.inc.h +ClangASTSource.o: Attrs.inc.h +ClangASTSource.o: CommentCommandList.inc.h +ClangASTSource.o: DeclNodes.inc.h +ClangASTSource.o: DiagnosticCommonKinds.inc.h +ClangASTSource.o: StmtNodes.inc.h +ClangASTSource.po: AttrList.inc.h +ClangASTSource.po: Attrs.inc.h +ClangASTSource.po: CommentCommandList.inc.h +ClangASTSource.po: DeclNodes.inc.h +ClangASTSource.po: DiagnosticCommonKinds.inc.h +ClangASTSource.po: StmtNodes.inc.h +ClangExpressionDeclMap.o: AttrList.inc.h +ClangExpressionDeclMap.o: Attrs.inc.h +ClangExpressionDeclMap.o: CommentCommandList.inc.h +ClangExpressionDeclMap.o: DeclNodes.inc.h +ClangExpressionDeclMap.o: DiagnosticCommonKinds.inc.h +ClangExpressionDeclMap.o: StmtNodes.inc.h +ClangExpressionDeclMap.po: AttrList.inc.h +ClangExpressionDeclMap.po: Attrs.inc.h +ClangExpressionDeclMap.po: CommentCommandList.inc.h +ClangExpressionDeclMap.po: DeclNodes.inc.h +ClangExpressionDeclMap.po: DiagnosticCommonKinds.inc.h +ClangExpressionDeclMap.po: StmtNodes.inc.h +ClangExpressionParser.o: AttrList.inc.h +ClangExpressionParser.o: Attrs.inc.h +ClangExpressionParser.o: CommentCommandList.inc.h +ClangExpressionParser.o: DeclNodes.inc.h +ClangExpressionParser.o: DiagnosticCommonKinds.inc.h +ClangExpressionParser.o: DiagnosticFrontendKinds.inc.h +ClangExpressionParser.o: StmtNodes.inc.h +ClangExpressionParser.po: AttrList.inc.h +ClangExpressionParser.po: Attrs.inc.h +ClangExpressionParser.po: CommentCommandList.inc.h +ClangExpressionParser.po: DeclNodes.inc.h +ClangExpressionParser.po: DiagnosticCommonKinds.inc.h +ClangExpressionParser.po: DiagnosticFrontendKinds.inc.h +ClangExpressionParser.po: StmtNodes.inc.h +ClangExpressionVariable.o: CommentCommandList.inc.h +ClangExpressionVariable.o: DeclNodes.inc.h +ClangExpressionVariable.o: DiagnosticCommonKinds.inc.h +ClangExpressionVariable.o: StmtNodes.inc.h +ClangExpressionVariable.po: CommentCommandList.inc.h +ClangExpressionVariable.po: DeclNodes.inc.h +ClangExpressionVariable.po: DiagnosticCommonKinds.inc.h +ClangExpressionVariable.po: StmtNodes.inc.h +ClangFunction.o: AttrList.inc.h +ClangFunction.o: Attrs.inc.h +ClangFunction.o: CommentCommandList.inc.h +ClangFunction.o: DeclNodes.inc.h +ClangFunction.o: DiagnosticCommonKinds.inc.h +ClangFunction.o: StmtNodes.inc.h +ClangFunction.po: AttrList.inc.h +ClangFunction.po: Attrs.inc.h +ClangFunction.po: CommentCommandList.inc.h +ClangFunction.po: DeclNodes.inc.h +ClangFunction.po: DiagnosticCommonKinds.inc.h +ClangFunction.po: StmtNodes.inc.h +ClangModulesDeclVendor.o: AttrList.inc.h +ClangModulesDeclVendor.o: AttrParsedAttrList.inc.h +ClangModulesDeclVendor.o: Attrs.inc.h +ClangModulesDeclVendor.o: CommentCommandList.inc.h +ClangModulesDeclVendor.o: DeclNodes.inc.h +ClangModulesDeclVendor.o: DiagnosticCommonKinds.inc.h +ClangModulesDeclVendor.o: StmtNodes.inc.h +ClangModulesDeclVendor.po: AttrList.inc.h +ClangModulesDeclVendor.po: AttrParsedAttrList.inc.h +ClangModulesDeclVendor.po: Attrs.inc.h +ClangModulesDeclVendor.po: CommentCommandList.inc.h +ClangModulesDeclVendor.po: DeclNodes.inc.h +ClangModulesDeclVendor.po: DiagnosticCommonKinds.inc.h +ClangModulesDeclVendor.po: StmtNodes.inc.h +ClangPersistentVariables.o: DiagnosticCommonKinds.inc.h +ClangPersistentVariables.po: DiagnosticCommonKinds.inc.h +ClangUserExpression.o: AttrList.inc.h +ClangUserExpression.o: Attrs.inc.h +ClangUserExpression.o: CommentCommandList.inc.h +ClangUserExpression.o: DeclNodes.inc.h +ClangUserExpression.o: DiagnosticCommonKinds.inc.h +ClangUserExpression.o: StmtNodes.inc.h +ClangUserExpression.po: AttrList.inc.h +ClangUserExpression.po: Attrs.inc.h +ClangUserExpression.po: CommentCommandList.inc.h +ClangUserExpression.po: DeclNodes.inc.h +ClangUserExpression.po: DiagnosticCommonKinds.inc.h +ClangUserExpression.po: StmtNodes.inc.h +ClangUtilityFunction.o: CommentCommandList.inc.h +ClangUtilityFunction.o: DeclNodes.inc.h +ClangUtilityFunction.o: DiagnosticCommonKinds.inc.h +ClangUtilityFunction.o: StmtNodes.inc.h +ClangUtilityFunction.po: CommentCommandList.inc.h +ClangUtilityFunction.po: DeclNodes.inc.h +ClangUtilityFunction.po: DiagnosticCommonKinds.inc.h +ClangUtilityFunction.po: StmtNodes.inc.h +DWARFExpression.o: DeclNodes.inc.h +DWARFExpression.o: DiagnosticCommonKinds.inc.h +DWARFExpression.po: DeclNodes.inc.h +DWARFExpression.po: DiagnosticCommonKinds.inc.h +ExpressionSourceCode.o: DiagnosticCommonKinds.inc.h +ExpressionSourceCode.po: DiagnosticCommonKinds.inc.h +IRDynamicChecks.o: DiagnosticCommonKinds.inc.h +IRDynamicChecks.po: DiagnosticCommonKinds.inc.h +IRExecutionUnit.o: AttrList.inc.h +IRExecutionUnit.o: Attrs.inc.h +IRExecutionUnit.o: CommentCommandList.inc.h +IRExecutionUnit.o: DeclNodes.inc.h +IRExecutionUnit.o: DiagnosticCommonKinds.inc.h +IRExecutionUnit.o: StmtNodes.inc.h +IRExecutionUnit.po: AttrList.inc.h +IRExecutionUnit.po: Attrs.inc.h +IRExecutionUnit.po: CommentCommandList.inc.h +IRExecutionUnit.po: DeclNodes.inc.h +IRExecutionUnit.po: DiagnosticCommonKinds.inc.h +IRExecutionUnit.po: StmtNodes.inc.h +IRForTarget.o: CommentCommandList.inc.h +IRForTarget.o: DeclNodes.inc.h +IRForTarget.o: DiagnosticCommonKinds.inc.h +IRForTarget.o: Intrinsics.inc.h +IRForTarget.o: StmtNodes.inc.h +IRForTarget.po: CommentCommandList.inc.h +IRForTarget.po: DeclNodes.inc.h +IRForTarget.po: DiagnosticCommonKinds.inc.h +IRForTarget.po: Intrinsics.inc.h +IRForTarget.po: StmtNodes.inc.h +IRInterpreter.o: DiagnosticCommonKinds.inc.h +IRInterpreter.o: Intrinsics.inc.h +IRInterpreter.po: DiagnosticCommonKinds.inc.h +IRInterpreter.po: Intrinsics.inc.h +IRMemoryMap.o: DiagnosticCommonKinds.inc.h +IRMemoryMap.po: DiagnosticCommonKinds.inc.h +Materializer.o: CommentCommandList.inc.h +Materializer.o: DeclNodes.inc.h +Materializer.o: DiagnosticCommonKinds.inc.h +Materializer.o: StmtNodes.inc.h +Materializer.po: CommentCommandList.inc.h +Materializer.po: DeclNodes.inc.h +Materializer.po: DiagnosticCommonKinds.inc.h +Materializer.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbHostCommon/Makefile b/lib/clang/liblldbHostCommon/Makefile new file mode 100644 index 0000000..f463c9c --- /dev/null +++ b/lib/clang/liblldbHostCommon/Makefile @@ -0,0 +1,44 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbHostCommon + +SRCDIR= tools/lldb/source/Host/common +SRCS= Condition.cpp \ + Editline.cpp \ + File.cpp \ + FileSpec.cpp \ + FileSystem.cpp \ + Host.cpp \ + HostInfoBase.cpp \ + HostNativeThreadBase.cpp \ + HostProcess.cpp \ + HostThread.cpp \ + IOObject.cpp \ + LockFileBase.cpp \ + MonitoringProcessLauncher.cpp \ + Mutex.cpp \ + NativeRegisterContext.cpp \ + OptionParser.cpp \ + PipeBase.cpp \ + ProcessRunLock.cpp \ + Socket.cpp \ + SocketAddress.cpp \ + SoftwareBreakpoint.cpp \ + StringConvert.cpp \ + Symbols.cpp \ + Terminal.cpp \ + ThisThread.cpp \ + ThreadLauncher.cpp \ + TimeValue.cpp \ + XML.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbHostCommon/Makefile.depend b/lib/clang/liblldbHostCommon/Makefile.depend new file mode 100644 index 0000000..4ad7db2 --- /dev/null +++ b/lib/clang/liblldbHostCommon/Makefile.depend @@ -0,0 +1,46 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/arpa \ + include/xlocale \ + lib/libc++ \ + lib/libedit \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Host.o: AttrList.inc.h +Host.o: Attrs.inc.h +Host.o: CommentCommandList.inc.h +Host.o: DeclNodes.inc.h +Host.o: DiagnosticCommonKinds.inc.h +Host.o: StmtNodes.inc.h +Host.po: AttrList.inc.h +Host.po: Attrs.inc.h +Host.po: CommentCommandList.inc.h +Host.po: DeclNodes.inc.h +Host.po: DiagnosticCommonKinds.inc.h +Host.po: StmtNodes.inc.h +MonitoringProcessLauncher.o: CommentCommandList.inc.h +MonitoringProcessLauncher.o: DeclNodes.inc.h +MonitoringProcessLauncher.o: DiagnosticCommonKinds.inc.h +MonitoringProcessLauncher.o: StmtNodes.inc.h +MonitoringProcessLauncher.po: CommentCommandList.inc.h +MonitoringProcessLauncher.po: DeclNodes.inc.h +MonitoringProcessLauncher.po: DiagnosticCommonKinds.inc.h +MonitoringProcessLauncher.po: StmtNodes.inc.h +Symbols.o: CommentCommandList.inc.h +Symbols.o: DeclNodes.inc.h +Symbols.o: DiagnosticCommonKinds.inc.h +Symbols.o: StmtNodes.inc.h +Symbols.po: CommentCommandList.inc.h +Symbols.po: DeclNodes.inc.h +Symbols.po: DiagnosticCommonKinds.inc.h +Symbols.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbHostFreeBSD/Makefile b/lib/clang/liblldbHostFreeBSD/Makefile new file mode 100644 index 0000000..6ebc9b4 --- /dev/null +++ b/lib/clang/liblldbHostFreeBSD/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbHostFreeBSD + +SRCDIR= tools/lldb/source/Host/freebsd +SRCS= Host.cpp \ + HostInfoFreeBSD.cpp \ + HostThreadFreeBSD.cpp \ + ThisThread.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbHostFreeBSD/Makefile.depend b/lib/clang/liblldbHostFreeBSD/Makefile.depend new file mode 100644 index 0000000..5bd9586 --- /dev/null +++ b/lib/clang/liblldbHostFreeBSD/Makefile.depend @@ -0,0 +1,25 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/libexecinfo \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Host.o: CommentCommandList.inc.h +Host.o: DeclNodes.inc.h +Host.o: DiagnosticCommonKinds.inc.h +Host.o: StmtNodes.inc.h +Host.po: CommentCommandList.inc.h +Host.po: DeclNodes.inc.h +Host.po: DiagnosticCommonKinds.inc.h +Host.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbHostPOSIX/Makefile b/lib/clang/liblldbHostPOSIX/Makefile new file mode 100644 index 0000000..a46dbca --- /dev/null +++ b/lib/clang/liblldbHostPOSIX/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbHostPOSIX + +SRCDIR= tools/lldb/source/Host/posix +SRCS= ConnectionFileDescriptorPosix.cpp \ + FileSystem.cpp \ + HostInfoPosix.cpp \ + HostProcessPosix.cpp \ + HostThreadPosix.cpp \ + LockFilePosix.cpp \ + PipePosix.cpp \ + ProcessLauncherPosix.cpp + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbHostPOSIX/Makefile.depend b/lib/clang/liblldbHostPOSIX/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/liblldbHostPOSIX/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/liblldbInitialization/Makefile b/lib/clang/liblldbInitialization/Makefile new file mode 100644 index 0000000..9507b6e --- /dev/null +++ b/lib/clang/liblldbInitialization/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbInitialization + +SRCDIR= tools/lldb/source/Initialization +SRCS= SystemInitializer.cpp \ + SystemInitializerCommon.cpp \ + SystemLifetimeManager.cpp + +#TGHDRS= AttrList \ +# Attrs \ +# DiagnosticCommonKinds \ +# DeclNodes \ +# StmtNodes \ +# CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbInterpreter/Makefile b/lib/clang/liblldbInterpreter/Makefile new file mode 100644 index 0000000..2ef5d6e --- /dev/null +++ b/lib/clang/liblldbInterpreter/Makefile @@ -0,0 +1,62 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbInterpreter + +SRCDIR= tools/lldb/source/Interpreter +SRCS= Args.cpp \ + CommandHistory.cpp \ + CommandInterpreter.cpp \ + CommandObject.cpp \ + CommandObjectRegexCommand.cpp \ + CommandObjectScript.cpp \ + CommandOptionValidators.cpp \ + CommandReturnObject.cpp \ + OptionGroupArchitecture.cpp \ + OptionGroupBoolean.cpp \ + OptionGroupFile.cpp \ + OptionGroupFormat.cpp \ + OptionGroupOutputFile.cpp \ + OptionGroupPlatform.cpp \ + OptionGroupString.cpp \ + OptionGroupUInt64.cpp \ + OptionGroupUUID.cpp \ + OptionGroupValueObjectDisplay.cpp \ + OptionValue.cpp \ + OptionValueArch.cpp \ + OptionValueArgs.cpp \ + OptionValueArray.cpp \ + OptionValueBoolean.cpp \ + OptionValueChar.cpp \ + OptionValueDictionary.cpp \ + OptionValueEnumeration.cpp \ + OptionValueFileSpec.cpp \ + OptionValueFileSpecLIst.cpp \ + OptionValueFormat.cpp \ + OptionValueFormatEntity.cpp \ + OptionValueLanguage.cpp \ + OptionValuePathMappings.cpp \ + OptionValueProperties.cpp \ + OptionValueRegex.cpp \ + OptionValueSInt64.cpp \ + OptionValueString.cpp \ + OptionValueUInt64.cpp \ + OptionValueUUID.cpp \ + OptionGroupVariable.cpp \ + OptionGroupWatchpoint.cpp \ + Options.cpp \ + Property.cpp \ + PythonDataObjects.cpp \ + ScriptInterpreter.cpp \ + ScriptInterpreterNone.cpp \ + ScriptInterpreterPython.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbInterpreter/Makefile.depend b/lib/clang/liblldbInterpreter/Makefile.depend new file mode 100644 index 0000000..528ca90 --- /dev/null +++ b/lib/clang/liblldbInterpreter/Makefile.depend @@ -0,0 +1,233 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/libedit \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Args.o: AttrList.inc.h +Args.o: Attrs.inc.h +Args.o: CommentCommandList.inc.h +Args.o: DeclNodes.inc.h +Args.o: DiagnosticCommonKinds.inc.h +Args.o: StmtNodes.inc.h +Args.po: AttrList.inc.h +Args.po: Attrs.inc.h +Args.po: CommentCommandList.inc.h +Args.po: DeclNodes.inc.h +Args.po: DiagnosticCommonKinds.inc.h +Args.po: StmtNodes.inc.h +CommandInterpreter.o: AttrList.inc.h +CommandInterpreter.o: Attrs.inc.h +CommandInterpreter.o: CommentCommandList.inc.h +CommandInterpreter.o: DeclNodes.inc.h +CommandInterpreter.o: DiagnosticCommonKinds.inc.h +CommandInterpreter.o: StmtNodes.inc.h +CommandInterpreter.po: AttrList.inc.h +CommandInterpreter.po: Attrs.inc.h +CommandInterpreter.po: CommentCommandList.inc.h +CommandInterpreter.po: DeclNodes.inc.h +CommandInterpreter.po: DiagnosticCommonKinds.inc.h +CommandInterpreter.po: StmtNodes.inc.h +CommandObject.o: AttrList.inc.h +CommandObject.o: Attrs.inc.h +CommandObject.o: CommentCommandList.inc.h +CommandObject.o: DeclNodes.inc.h +CommandObject.o: DiagnosticCommonKinds.inc.h +CommandObject.o: StmtNodes.inc.h +CommandObject.po: AttrList.inc.h +CommandObject.po: Attrs.inc.h +CommandObject.po: CommentCommandList.inc.h +CommandObject.po: DeclNodes.inc.h +CommandObject.po: DiagnosticCommonKinds.inc.h +CommandObject.po: StmtNodes.inc.h +CommandObjectRegexCommand.o: AttrList.inc.h +CommandObjectRegexCommand.o: Attrs.inc.h +CommandObjectRegexCommand.o: CommentCommandList.inc.h +CommandObjectRegexCommand.o: DeclNodes.inc.h +CommandObjectRegexCommand.o: DiagnosticCommonKinds.inc.h +CommandObjectRegexCommand.o: StmtNodes.inc.h +CommandObjectRegexCommand.po: AttrList.inc.h +CommandObjectRegexCommand.po: Attrs.inc.h +CommandObjectRegexCommand.po: CommentCommandList.inc.h +CommandObjectRegexCommand.po: DeclNodes.inc.h +CommandObjectRegexCommand.po: DiagnosticCommonKinds.inc.h +CommandObjectRegexCommand.po: StmtNodes.inc.h +CommandObjectScript.o: AttrList.inc.h +CommandObjectScript.o: Attrs.inc.h +CommandObjectScript.o: CommentCommandList.inc.h +CommandObjectScript.o: DeclNodes.inc.h +CommandObjectScript.o: DiagnosticCommonKinds.inc.h +CommandObjectScript.o: StmtNodes.inc.h +CommandObjectScript.po: AttrList.inc.h +CommandObjectScript.po: Attrs.inc.h +CommandObjectScript.po: CommentCommandList.inc.h +CommandObjectScript.po: DeclNodes.inc.h +CommandObjectScript.po: DiagnosticCommonKinds.inc.h +CommandObjectScript.po: StmtNodes.inc.h +CommandOptionValidators.o: AttrList.inc.h +CommandOptionValidators.o: Attrs.inc.h +CommandOptionValidators.o: CommentCommandList.inc.h +CommandOptionValidators.o: DeclNodes.inc.h +CommandOptionValidators.o: DiagnosticCommonKinds.inc.h +CommandOptionValidators.o: StmtNodes.inc.h +CommandOptionValidators.po: AttrList.inc.h +CommandOptionValidators.po: Attrs.inc.h +CommandOptionValidators.po: CommentCommandList.inc.h +CommandOptionValidators.po: DeclNodes.inc.h +CommandOptionValidators.po: DiagnosticCommonKinds.inc.h +CommandOptionValidators.po: StmtNodes.inc.h +OptionGroupFormat.o: AttrList.inc.h +OptionGroupFormat.o: Attrs.inc.h +OptionGroupFormat.o: CommentCommandList.inc.h +OptionGroupFormat.o: DeclNodes.inc.h +OptionGroupFormat.o: DiagnosticCommonKinds.inc.h +OptionGroupFormat.o: StmtNodes.inc.h +OptionGroupFormat.po: AttrList.inc.h +OptionGroupFormat.po: Attrs.inc.h +OptionGroupFormat.po: CommentCommandList.inc.h +OptionGroupFormat.po: DeclNodes.inc.h +OptionGroupFormat.po: DiagnosticCommonKinds.inc.h +OptionGroupFormat.po: StmtNodes.inc.h +OptionGroupPlatform.o: AttrList.inc.h +OptionGroupPlatform.o: Attrs.inc.h +OptionGroupPlatform.o: CommentCommandList.inc.h +OptionGroupPlatform.o: DeclNodes.inc.h +OptionGroupPlatform.o: DiagnosticCommonKinds.inc.h +OptionGroupPlatform.o: StmtNodes.inc.h +OptionGroupPlatform.po: AttrList.inc.h +OptionGroupPlatform.po: Attrs.inc.h +OptionGroupPlatform.po: CommentCommandList.inc.h +OptionGroupPlatform.po: DeclNodes.inc.h +OptionGroupPlatform.po: DiagnosticCommonKinds.inc.h +OptionGroupPlatform.po: StmtNodes.inc.h +OptionGroupValueObjectDisplay.o: AttrList.inc.h +OptionGroupValueObjectDisplay.o: Attrs.inc.h +OptionGroupValueObjectDisplay.o: CommentCommandList.inc.h +OptionGroupValueObjectDisplay.o: DeclNodes.inc.h +OptionGroupValueObjectDisplay.o: DiagnosticCommonKinds.inc.h +OptionGroupValueObjectDisplay.o: StmtNodes.inc.h +OptionGroupValueObjectDisplay.po: AttrList.inc.h +OptionGroupValueObjectDisplay.po: Attrs.inc.h +OptionGroupValueObjectDisplay.po: CommentCommandList.inc.h +OptionGroupValueObjectDisplay.po: DeclNodes.inc.h +OptionGroupValueObjectDisplay.po: DiagnosticCommonKinds.inc.h +OptionGroupValueObjectDisplay.po: StmtNodes.inc.h +OptionGroupVariable.o: AttrList.inc.h +OptionGroupVariable.o: Attrs.inc.h +OptionGroupVariable.o: CommentCommandList.inc.h +OptionGroupVariable.o: DeclNodes.inc.h +OptionGroupVariable.o: DiagnosticCommonKinds.inc.h +OptionGroupVariable.o: StmtNodes.inc.h +OptionGroupVariable.po: AttrList.inc.h +OptionGroupVariable.po: Attrs.inc.h +OptionGroupVariable.po: CommentCommandList.inc.h +OptionGroupVariable.po: DeclNodes.inc.h +OptionGroupVariable.po: DiagnosticCommonKinds.inc.h +OptionGroupVariable.po: StmtNodes.inc.h +OptionValueArch.o: AttrList.inc.h +OptionValueArch.o: Attrs.inc.h +OptionValueArch.o: CommentCommandList.inc.h +OptionValueArch.o: DeclNodes.inc.h +OptionValueArch.o: DiagnosticCommonKinds.inc.h +OptionValueArch.o: StmtNodes.inc.h +OptionValueArch.po: AttrList.inc.h +OptionValueArch.po: Attrs.inc.h +OptionValueArch.po: CommentCommandList.inc.h +OptionValueArch.po: DeclNodes.inc.h +OptionValueArch.po: DiagnosticCommonKinds.inc.h +OptionValueArch.po: StmtNodes.inc.h +OptionValueDictionary.o: AttrList.inc.h +OptionValueDictionary.o: Attrs.inc.h +OptionValueDictionary.o: CommentCommandList.inc.h +OptionValueDictionary.o: DeclNodes.inc.h +OptionValueDictionary.o: DiagnosticCommonKinds.inc.h +OptionValueDictionary.o: StmtNodes.inc.h +OptionValueDictionary.po: AttrList.inc.h +OptionValueDictionary.po: Attrs.inc.h +OptionValueDictionary.po: CommentCommandList.inc.h +OptionValueDictionary.po: DeclNodes.inc.h +OptionValueDictionary.po: DiagnosticCommonKinds.inc.h +OptionValueDictionary.po: StmtNodes.inc.h +OptionValueFileSpec.o: AttrList.inc.h +OptionValueFileSpec.o: Attrs.inc.h +OptionValueFileSpec.o: CommentCommandList.inc.h +OptionValueFileSpec.o: DeclNodes.inc.h +OptionValueFileSpec.o: DiagnosticCommonKinds.inc.h +OptionValueFileSpec.o: StmtNodes.inc.h +OptionValueFileSpec.po: AttrList.inc.h +OptionValueFileSpec.po: Attrs.inc.h +OptionValueFileSpec.po: CommentCommandList.inc.h +OptionValueFileSpec.po: DeclNodes.inc.h +OptionValueFileSpec.po: DiagnosticCommonKinds.inc.h +OptionValueFileSpec.po: StmtNodes.inc.h +OptionValueFormat.o: AttrList.inc.h +OptionValueFormat.o: Attrs.inc.h +OptionValueFormat.o: CommentCommandList.inc.h +OptionValueFormat.o: DeclNodes.inc.h +OptionValueFormat.o: DiagnosticCommonKinds.inc.h +OptionValueFormat.o: StmtNodes.inc.h +OptionValueFormat.po: AttrList.inc.h +OptionValueFormat.po: Attrs.inc.h +OptionValueFormat.po: CommentCommandList.inc.h +OptionValueFormat.po: DeclNodes.inc.h +OptionValueFormat.po: DiagnosticCommonKinds.inc.h +OptionValueFormat.po: StmtNodes.inc.h +OptionValueUUID.o: AttrList.inc.h +OptionValueUUID.o: Attrs.inc.h +OptionValueUUID.o: CommentCommandList.inc.h +OptionValueUUID.o: DeclNodes.inc.h +OptionValueUUID.o: DiagnosticCommonKinds.inc.h +OptionValueUUID.o: StmtNodes.inc.h +OptionValueUUID.po: AttrList.inc.h +OptionValueUUID.po: Attrs.inc.h +OptionValueUUID.po: CommentCommandList.inc.h +OptionValueUUID.po: DeclNodes.inc.h +OptionValueUUID.po: DiagnosticCommonKinds.inc.h +OptionValueUUID.po: StmtNodes.inc.h +Options.o: AttrList.inc.h +Options.o: Attrs.inc.h +Options.o: CommentCommandList.inc.h +Options.o: DeclNodes.inc.h +Options.o: DiagnosticCommonKinds.inc.h +Options.o: StmtNodes.inc.h +Options.po: AttrList.inc.h +Options.po: Attrs.inc.h +Options.po: CommentCommandList.inc.h +Options.po: DeclNodes.inc.h +Options.po: DiagnosticCommonKinds.inc.h +Options.po: StmtNodes.inc.h +Property.o: AttrList.inc.h +Property.o: Attrs.inc.h +Property.o: CommentCommandList.inc.h +Property.o: DeclNodes.inc.h +Property.o: DiagnosticCommonKinds.inc.h +Property.o: StmtNodes.inc.h +Property.po: AttrList.inc.h +Property.po: Attrs.inc.h +Property.po: CommentCommandList.inc.h +Property.po: DeclNodes.inc.h +Property.po: DiagnosticCommonKinds.inc.h +Property.po: StmtNodes.inc.h +ScriptInterpreterNone.o: AttrList.inc.h +ScriptInterpreterNone.o: Attrs.inc.h +ScriptInterpreterNone.o: CommentCommandList.inc.h +ScriptInterpreterNone.o: DeclNodes.inc.h +ScriptInterpreterNone.o: DiagnosticCommonKinds.inc.h +ScriptInterpreterNone.o: StmtNodes.inc.h +ScriptInterpreterNone.po: AttrList.inc.h +ScriptInterpreterNone.po: Attrs.inc.h +ScriptInterpreterNone.po: CommentCommandList.inc.h +ScriptInterpreterNone.po: DeclNodes.inc.h +ScriptInterpreterNone.po: DiagnosticCommonKinds.inc.h +ScriptInterpreterNone.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginABISysV_arm/Makefile b/lib/clang/liblldbPluginABISysV_arm/Makefile new file mode 100644 index 0000000..9e59f5b --- /dev/null +++ b/lib/clang/liblldbPluginABISysV_arm/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginABISysV_arm + +SRCDIR= tools/lldb/source/Plugins/ABI/SysV-arm +SRCS= ABISysV_arm.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginABISysV_arm64/Makefile b/lib/clang/liblldbPluginABISysV_arm64/Makefile new file mode 100644 index 0000000..c5dbee6 --- /dev/null +++ b/lib/clang/liblldbPluginABISysV_arm64/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginABISysV_arm64 + +SRCDIR= tools/lldb/source/Plugins/ABI/SysV-arm64 +SRCS= ABISysV_arm64.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginABISysV_i386/Makefile b/lib/clang/liblldbPluginABISysV_i386/Makefile new file mode 100644 index 0000000..ecc26a1 --- /dev/null +++ b/lib/clang/liblldbPluginABISysV_i386/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginABISysV_i386 + +SRCDIR= tools/lldb/source/Plugins/ABI/SysV-i386 +SRCS= ABISysV_i386.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginABISysV_mips/Makefile b/lib/clang/liblldbPluginABISysV_mips/Makefile new file mode 100644 index 0000000..f80d87d --- /dev/null +++ b/lib/clang/liblldbPluginABISysV_mips/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginABISysV_mips + +SRCDIR= tools/lldb/source/Plugins/ABI/SysV-mips +SRCS= ABISysV_mips.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginABISysV_mips64/Makefile b/lib/clang/liblldbPluginABISysV_mips64/Makefile new file mode 100644 index 0000000..293435f --- /dev/null +++ b/lib/clang/liblldbPluginABISysV_mips64/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginABISysV_mips64 + +SRCDIR= tools/lldb/source/Plugins/ABI/SysV-mips64 +SRCS= ABISysV_mips64.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginABISysV_ppc/Makefile b/lib/clang/liblldbPluginABISysV_ppc/Makefile new file mode 100644 index 0000000..4cbbc02 --- /dev/null +++ b/lib/clang/liblldbPluginABISysV_ppc/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginABISysV_ppc + +SRCDIR= tools/lldb/source/Plugins/ABI/SysV-ppc +SRCS= ABISysV_ppc.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginABISysV_ppc/Makefile.depend b/lib/clang/liblldbPluginABISysV_ppc/Makefile.depend new file mode 100644 index 0000000..99d245e --- /dev/null +++ b/lib/clang/liblldbPluginABISysV_ppc/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ABISysV_ppc.o: CommentCommandList.inc.h +ABISysV_ppc.o: DeclNodes.inc.h +ABISysV_ppc.o: DiagnosticCommonKinds.inc.h +ABISysV_ppc.o: StmtNodes.inc.h +ABISysV_ppc.po: CommentCommandList.inc.h +ABISysV_ppc.po: DeclNodes.inc.h +ABISysV_ppc.po: DiagnosticCommonKinds.inc.h +ABISysV_ppc.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginABISysV_ppc64/Makefile b/lib/clang/liblldbPluginABISysV_ppc64/Makefile new file mode 100644 index 0000000..fe72ab5 --- /dev/null +++ b/lib/clang/liblldbPluginABISysV_ppc64/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginABISysV_ppc64 + +SRCDIR= tools/lldb/source/Plugins/ABI/SysV-ppc64 +SRCS= ABISysV_ppc64.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginABISysV_ppc64/Makefile.depend b/lib/clang/liblldbPluginABISysV_ppc64/Makefile.depend new file mode 100644 index 0000000..7b45794 --- /dev/null +++ b/lib/clang/liblldbPluginABISysV_ppc64/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ABISysV_ppc64.o: CommentCommandList.inc.h +ABISysV_ppc64.o: DeclNodes.inc.h +ABISysV_ppc64.o: DiagnosticCommonKinds.inc.h +ABISysV_ppc64.o: StmtNodes.inc.h +ABISysV_ppc64.po: CommentCommandList.inc.h +ABISysV_ppc64.po: DeclNodes.inc.h +ABISysV_ppc64.po: DiagnosticCommonKinds.inc.h +ABISysV_ppc64.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginABISysV_x86_64/Makefile b/lib/clang/liblldbPluginABISysV_x86_64/Makefile new file mode 100644 index 0000000..730b107 --- /dev/null +++ b/lib/clang/liblldbPluginABISysV_x86_64/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginABISysV_x86_64 + +SRCDIR= tools/lldb/source/Plugins/ABI/SysV-x86_64 +SRCS= ABISysV_x86_64.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginABISysV_x86_64/Makefile.depend b/lib/clang/liblldbPluginABISysV_x86_64/Makefile.depend new file mode 100644 index 0000000..219b76f --- /dev/null +++ b/lib/clang/liblldbPluginABISysV_x86_64/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ABISysV_x86_64.o: CommentCommandList.inc.h +ABISysV_x86_64.o: DeclNodes.inc.h +ABISysV_x86_64.o: DiagnosticCommonKinds.inc.h +ABISysV_x86_64.o: StmtNodes.inc.h +ABISysV_x86_64.po: CommentCommandList.inc.h +ABISysV_x86_64.po: DeclNodes.inc.h +ABISysV_x86_64.po: DiagnosticCommonKinds.inc.h +ABISysV_x86_64.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginCXXItaniumABI/Makefile b/lib/clang/liblldbPluginCXXItaniumABI/Makefile new file mode 100644 index 0000000..35376f2 --- /dev/null +++ b/lib/clang/liblldbPluginCXXItaniumABI/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginCXXItaniumABI + +SRCDIR= tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI +SRCS= ItaniumABILanguageRuntime.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginCXXItaniumABI/Makefile.depend b/lib/clang/liblldbPluginCXXItaniumABI/Makefile.depend new file mode 100644 index 0000000..2307823 --- /dev/null +++ b/lib/clang/liblldbPluginCXXItaniumABI/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ItaniumABILanguageRuntime.o: CommentCommandList.inc.h +ItaniumABILanguageRuntime.o: DeclNodes.inc.h +ItaniumABILanguageRuntime.o: DiagnosticCommonKinds.inc.h +ItaniumABILanguageRuntime.o: StmtNodes.inc.h +ItaniumABILanguageRuntime.po: CommentCommandList.inc.h +ItaniumABILanguageRuntime.po: DeclNodes.inc.h +ItaniumABILanguageRuntime.po: DiagnosticCommonKinds.inc.h +ItaniumABILanguageRuntime.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginDisassemblerLLVM/Makefile b/lib/clang/liblldbPluginDisassemblerLLVM/Makefile new file mode 100644 index 0000000..0b00ac5 --- /dev/null +++ b/lib/clang/liblldbPluginDisassemblerLLVM/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginDisassemblerLLVM + +SRCDIR= tools/lldb/source/Plugins/Disassembler/llvm +SRCS= DisassemblerLLVMC.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginDisassemblerLLVM/Makefile.depend b/lib/clang/liblldbPluginDisassemblerLLVM/Makefile.depend new file mode 100644 index 0000000..7e043ab --- /dev/null +++ b/lib/clang/liblldbPluginDisassemblerLLVM/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +DisassemblerLLVMC.o: CommentCommandList.inc.h +DisassemblerLLVMC.o: DeclNodes.inc.h +DisassemblerLLVMC.o: DiagnosticCommonKinds.inc.h +DisassemblerLLVMC.o: StmtNodes.inc.h +DisassemblerLLVMC.po: CommentCommandList.inc.h +DisassemblerLLVMC.po: DeclNodes.inc.h +DisassemblerLLVMC.po: DiagnosticCommonKinds.inc.h +DisassemblerLLVMC.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile b/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile new file mode 100644 index 0000000..718607d --- /dev/null +++ b/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginDynamicLoaderPosixDYLD + +SRCDIR= tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD +SRCS= AuxVector.cpp \ + DYLDRendezvous.cpp \ + DynamicLoaderPOSIXDYLD.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile.depend b/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile.depend new file mode 100644 index 0000000..1f641be --- /dev/null +++ b/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile.depend @@ -0,0 +1,34 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AuxVector.o: DiagnosticCommonKinds.inc.h +AuxVector.po: DiagnosticCommonKinds.inc.h +DYLDRendezvous.o: CommentCommandList.inc.h +DYLDRendezvous.o: DeclNodes.inc.h +DYLDRendezvous.o: DiagnosticCommonKinds.inc.h +DYLDRendezvous.o: StmtNodes.inc.h +DYLDRendezvous.po: CommentCommandList.inc.h +DYLDRendezvous.po: DeclNodes.inc.h +DYLDRendezvous.po: DiagnosticCommonKinds.inc.h +DYLDRendezvous.po: StmtNodes.inc.h +DynamicLoaderPOSIXDYLD.o: CommentCommandList.inc.h +DynamicLoaderPOSIXDYLD.o: DeclNodes.inc.h +DynamicLoaderPOSIXDYLD.o: DiagnosticCommonKinds.inc.h +DynamicLoaderPOSIXDYLD.o: StmtNodes.inc.h +DynamicLoaderPOSIXDYLD.po: CommentCommandList.inc.h +DynamicLoaderPOSIXDYLD.po: DeclNodes.inc.h +DynamicLoaderPOSIXDYLD.po: DiagnosticCommonKinds.inc.h +DynamicLoaderPOSIXDYLD.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginDynamicLoaderStatic/Makefile b/lib/clang/liblldbPluginDynamicLoaderStatic/Makefile new file mode 100644 index 0000000..9ebe62b --- /dev/null +++ b/lib/clang/liblldbPluginDynamicLoaderStatic/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginDynamicLoaderStatic + +SRCDIR= tools/lldb/source/Plugins/DynamicLoader/Static +SRCS= DynamicLoaderStatic.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginDynamicLoaderStatic/Makefile.depend b/lib/clang/liblldbPluginDynamicLoaderStatic/Makefile.depend new file mode 100644 index 0000000..74529c2 --- /dev/null +++ b/lib/clang/liblldbPluginDynamicLoaderStatic/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +DynamicLoaderStatic.o: CommentCommandList.inc.h +DynamicLoaderStatic.o: DeclNodes.inc.h +DynamicLoaderStatic.o: DiagnosticCommonKinds.inc.h +DynamicLoaderStatic.o: StmtNodes.inc.h +DynamicLoaderStatic.po: CommentCommandList.inc.h +DynamicLoaderStatic.po: DeclNodes.inc.h +DynamicLoaderStatic.po: DiagnosticCommonKinds.inc.h +DynamicLoaderStatic.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginInstructionARM/Makefile b/lib/clang/liblldbPluginInstructionARM/Makefile new file mode 100644 index 0000000..a9afb77 --- /dev/null +++ b/lib/clang/liblldbPluginInstructionARM/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginInstructionARM + +SRCDIR= tools/lldb/source/Plugins/Instruction/ARM +SRCS= EmulateInstructionARM.cpp \ + EmulationStateARM.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginInstructionARM/Makefile.depend b/lib/clang/liblldbPluginInstructionARM/Makefile.depend new file mode 100644 index 0000000..264ede1 --- /dev/null +++ b/lib/clang/liblldbPluginInstructionARM/Makefile.depend @@ -0,0 +1,16 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/liblldbPluginInstructionARM64/Makefile b/lib/clang/liblldbPluginInstructionARM64/Makefile new file mode 100644 index 0000000..92d976e --- /dev/null +++ b/lib/clang/liblldbPluginInstructionARM64/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginInstructionARM64 + +SRCDIR= tools/lldb/source/Plugins/Instruction/ARM64 +SRCS= EmulateInstructionARM64.cpp + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginInstructionARM64/Makefile.depend b/lib/clang/liblldbPluginInstructionARM64/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/liblldbPluginInstructionARM64/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/liblldbPluginInstructionMIPS/Makefile b/lib/clang/liblldbPluginInstructionMIPS/Makefile new file mode 100644 index 0000000..5fdbcd1 --- /dev/null +++ b/lib/clang/liblldbPluginInstructionMIPS/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginInstructionMIPS + +SRCDIR= tools/lldb/source/Plugins/Instruction/MIPS +SRCS= EmulateInstructionMIPS.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginInstructionMIPS64/Makefile b/lib/clang/liblldbPluginInstructionMIPS64/Makefile new file mode 100644 index 0000000..3779562 --- /dev/null +++ b/lib/clang/liblldbPluginInstructionMIPS64/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginInstructionMIPS64 + +SRCDIR= tools/lldb/source/Plugins/Instruction/MIPS64 +SRCS= EmulateInstructionMIPS64.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/Makefile b/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/Makefile new file mode 100644 index 0000000..bb02244 --- /dev/null +++ b/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginInstrumentationRuntimeAddressSanitizer + +SRCDIR= tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer +SRCS= AddressSanitizerRuntime.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/Makefile.depend b/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/Makefile.depend new file mode 100644 index 0000000..12b075f --- /dev/null +++ b/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/Makefile.depend @@ -0,0 +1,28 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AddressSanitizerRuntime.o: AttrList.inc.h +AddressSanitizerRuntime.o: Attrs.inc.h +AddressSanitizerRuntime.o: CommentCommandList.inc.h +AddressSanitizerRuntime.o: DeclNodes.inc.h +AddressSanitizerRuntime.o: DiagnosticCommonKinds.inc.h +AddressSanitizerRuntime.o: StmtNodes.inc.h +AddressSanitizerRuntime.po: AttrList.inc.h +AddressSanitizerRuntime.po: Attrs.inc.h +AddressSanitizerRuntime.po: CommentCommandList.inc.h +AddressSanitizerRuntime.po: DeclNodes.inc.h +AddressSanitizerRuntime.po: DiagnosticCommonKinds.inc.h +AddressSanitizerRuntime.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginJITLoaderGDB/Makefile b/lib/clang/liblldbPluginJITLoaderGDB/Makefile new file mode 100644 index 0000000..80e84df --- /dev/null +++ b/lib/clang/liblldbPluginJITLoaderGDB/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginJITLoaderGDB + +SRCDIR= tools/lldb/source/Plugins/JITLoader/GDB +SRCS= JITLoaderGDB.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginJITLoaderGDB/Makefile.depend b/lib/clang/liblldbPluginJITLoaderGDB/Makefile.depend new file mode 100644 index 0000000..fafe676 --- /dev/null +++ b/lib/clang/liblldbPluginJITLoaderGDB/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +JITLoaderGDB.o: CommentCommandList.inc.h +JITLoaderGDB.o: DeclNodes.inc.h +JITLoaderGDB.o: DiagnosticCommonKinds.inc.h +JITLoaderGDB.o: StmtNodes.inc.h +JITLoaderGDB.po: CommentCommandList.inc.h +JITLoaderGDB.po: DeclNodes.inc.h +JITLoaderGDB.po: DiagnosticCommonKinds.inc.h +JITLoaderGDB.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginMemoryHistoryASan/Makefile b/lib/clang/liblldbPluginMemoryHistoryASan/Makefile new file mode 100644 index 0000000..ac57d6a --- /dev/null +++ b/lib/clang/liblldbPluginMemoryHistoryASan/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginMemoryHistoryASan + +SRCDIR= tools/lldb/source/Plugins/MemoryHistory/asan +SRCS= MemoryHistoryASan.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginMemoryHistoryASan/Makefile.depend b/lib/clang/liblldbPluginMemoryHistoryASan/Makefile.depend new file mode 100644 index 0000000..19db265 --- /dev/null +++ b/lib/clang/liblldbPluginMemoryHistoryASan/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +MemoryHistoryASan.o: CommentCommandList.inc.h +MemoryHistoryASan.o: DeclNodes.inc.h +MemoryHistoryASan.o: DiagnosticCommonKinds.inc.h +MemoryHistoryASan.o: StmtNodes.inc.h +MemoryHistoryASan.po: CommentCommandList.inc.h +MemoryHistoryASan.po: DeclNodes.inc.h +MemoryHistoryASan.po: DiagnosticCommonKinds.inc.h +MemoryHistoryASan.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile b/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile new file mode 100644 index 0000000..1d33582 --- /dev/null +++ b/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginObjectContainerBSDArchive + +SRCDIR= tools/lldb/source/Plugins/ObjectContainer/BSD-Archive +SRCS= ObjectContainerBSDArchive.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile.depend b/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile.depend new file mode 100644 index 0000000..0f05ea5 --- /dev/null +++ b/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ObjectContainerBSDArchive.o: CommentCommandList.inc.h +ObjectContainerBSDArchive.o: DeclNodes.inc.h +ObjectContainerBSDArchive.o: DiagnosticCommonKinds.inc.h +ObjectContainerBSDArchive.o: StmtNodes.inc.h +ObjectContainerBSDArchive.po: CommentCommandList.inc.h +ObjectContainerBSDArchive.po: DeclNodes.inc.h +ObjectContainerBSDArchive.po: DiagnosticCommonKinds.inc.h +ObjectContainerBSDArchive.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginObjectFileELF/Makefile b/lib/clang/liblldbPluginObjectFileELF/Makefile new file mode 100644 index 0000000..7bd3dfa --- /dev/null +++ b/lib/clang/liblldbPluginObjectFileELF/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginObjectFileELF + +SRCDIR= tools/lldb/source/Plugins/ObjectFile/ELF +SRCS= ELFHeader.cpp \ + ObjectFileELF.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginObjectFileELF/Makefile.depend b/lib/clang/liblldbPluginObjectFileELF/Makefile.depend new file mode 100644 index 0000000..6690c9f --- /dev/null +++ b/lib/clang/liblldbPluginObjectFileELF/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ObjectFileELF.o: CommentCommandList.inc.h +ObjectFileELF.o: DeclNodes.inc.h +ObjectFileELF.o: DiagnosticCommonKinds.inc.h +ObjectFileELF.o: StmtNodes.inc.h +ObjectFileELF.po: CommentCommandList.inc.h +ObjectFileELF.po: DeclNodes.inc.h +ObjectFileELF.po: DiagnosticCommonKinds.inc.h +ObjectFileELF.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginObjectFileJIT/Makefile b/lib/clang/liblldbPluginObjectFileJIT/Makefile new file mode 100644 index 0000000..2640350 --- /dev/null +++ b/lib/clang/liblldbPluginObjectFileJIT/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginObjectFileJIT + +SRCDIR= tools/lldb/source/Plugins/ObjectFile/JIT +SRCS= ObjectFileJIT.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginObjectFileJIT/Makefile.depend b/lib/clang/liblldbPluginObjectFileJIT/Makefile.depend new file mode 100644 index 0000000..d5e55b1 --- /dev/null +++ b/lib/clang/liblldbPluginObjectFileJIT/Makefile.depend @@ -0,0 +1,28 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ObjectFileJIT.o: AttrList.inc.h +ObjectFileJIT.o: Attrs.inc.h +ObjectFileJIT.o: CommentCommandList.inc.h +ObjectFileJIT.o: DeclNodes.inc.h +ObjectFileJIT.o: DiagnosticCommonKinds.inc.h +ObjectFileJIT.o: StmtNodes.inc.h +ObjectFileJIT.po: AttrList.inc.h +ObjectFileJIT.po: Attrs.inc.h +ObjectFileJIT.po: CommentCommandList.inc.h +ObjectFileJIT.po: DeclNodes.inc.h +ObjectFileJIT.po: DiagnosticCommonKinds.inc.h +ObjectFileJIT.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginPlatformFreeBSD/Makefile b/lib/clang/liblldbPluginPlatformFreeBSD/Makefile new file mode 100644 index 0000000..c2eee8a --- /dev/null +++ b/lib/clang/liblldbPluginPlatformFreeBSD/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginPlatformFreeBSD + +SRCDIR= tools/lldb/source/Plugins/Platform/FreeBSD +SRCS= PlatformFreeBSD.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginPlatformFreeBSD/Makefile.depend b/lib/clang/liblldbPluginPlatformFreeBSD/Makefile.depend new file mode 100644 index 0000000..e4c467b --- /dev/null +++ b/lib/clang/liblldbPluginPlatformFreeBSD/Makefile.depend @@ -0,0 +1,28 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +PlatformFreeBSD.o: AttrList.inc.h +PlatformFreeBSD.o: Attrs.inc.h +PlatformFreeBSD.o: CommentCommandList.inc.h +PlatformFreeBSD.o: DeclNodes.inc.h +PlatformFreeBSD.o: DiagnosticCommonKinds.inc.h +PlatformFreeBSD.o: StmtNodes.inc.h +PlatformFreeBSD.po: AttrList.inc.h +PlatformFreeBSD.po: Attrs.inc.h +PlatformFreeBSD.po: CommentCommandList.inc.h +PlatformFreeBSD.po: DeclNodes.inc.h +PlatformFreeBSD.po: DiagnosticCommonKinds.inc.h +PlatformFreeBSD.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginPlatformGDB/Makefile b/lib/clang/liblldbPluginPlatformGDB/Makefile new file mode 100644 index 0000000..714a311 --- /dev/null +++ b/lib/clang/liblldbPluginPlatformGDB/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginPlatformGDB + +SRCDIR= tools/lldb/source/Plugins/Platform/gdb-server +SRCS= PlatformRemoteGDBServer.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginPlatformGDB/Makefile.depend b/lib/clang/liblldbPluginPlatformGDB/Makefile.depend new file mode 100644 index 0000000..114af26 --- /dev/null +++ b/lib/clang/liblldbPluginPlatformGDB/Makefile.depend @@ -0,0 +1,28 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +PlatformRemoteGDBServer.o: AttrList.inc.h +PlatformRemoteGDBServer.o: Attrs.inc.h +PlatformRemoteGDBServer.o: CommentCommandList.inc.h +PlatformRemoteGDBServer.o: DeclNodes.inc.h +PlatformRemoteGDBServer.o: DiagnosticCommonKinds.inc.h +PlatformRemoteGDBServer.o: StmtNodes.inc.h +PlatformRemoteGDBServer.po: AttrList.inc.h +PlatformRemoteGDBServer.po: Attrs.inc.h +PlatformRemoteGDBServer.po: CommentCommandList.inc.h +PlatformRemoteGDBServer.po: DeclNodes.inc.h +PlatformRemoteGDBServer.po: DiagnosticCommonKinds.inc.h +PlatformRemoteGDBServer.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginProcessElfCore/Makefile b/lib/clang/liblldbPluginProcessElfCore/Makefile new file mode 100644 index 0000000..e8fc698 --- /dev/null +++ b/lib/clang/liblldbPluginProcessElfCore/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginProcessElfCore + +CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX +CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/Utility + +SRCDIR= tools/lldb/source/Plugins/Process/elf-core +SRCS= ProcessElfCore.cpp \ + ThreadElfCore.cpp \ + RegisterContextPOSIXCore_arm.cpp \ + RegisterContextPOSIXCore_arm64.cpp \ + RegisterContextPOSIXCore_mips64.cpp \ + RegisterContextPOSIXCore_powerpc.cpp \ + RegisterContextPOSIXCore_x86_64.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginProcessElfCore/Makefile.depend b/lib/clang/liblldbPluginProcessElfCore/Makefile.depend new file mode 100644 index 0000000..3714330 --- /dev/null +++ b/lib/clang/liblldbPluginProcessElfCore/Makefile.depend @@ -0,0 +1,26 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ProcessElfCore.o: CommentCommandList.inc.h +ProcessElfCore.o: DeclNodes.inc.h +ProcessElfCore.o: DiagnosticCommonKinds.inc.h +ProcessElfCore.o: StmtNodes.inc.h +ProcessElfCore.po: CommentCommandList.inc.h +ProcessElfCore.po: DeclNodes.inc.h +ProcessElfCore.po: DiagnosticCommonKinds.inc.h +ProcessElfCore.po: StmtNodes.inc.h +ThreadElfCore.o: DiagnosticCommonKinds.inc.h +ThreadElfCore.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/liblldbPluginProcessFreeBSD/Makefile b/lib/clang/liblldbPluginProcessFreeBSD/Makefile new file mode 100644 index 0000000..2af488b --- /dev/null +++ b/lib/clang/liblldbPluginProcessFreeBSD/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginProcessFreeBSD + +# include_directories(.) +CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD +CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX + +SRCDIR= tools/lldb/source/Plugins/Process/FreeBSD +SRCS= FreeBSDThread.cpp \ + ProcessFreeBSD.cpp \ + ProcessMonitor.cpp \ + POSIXStopInfo.cpp \ + POSIXThread.cpp \ + ProcessPOSIX.cpp \ + RegisterContextPOSIXProcessMonitor_arm.cpp \ + RegisterContextPOSIXProcessMonitor_arm64.cpp \ + RegisterContextPOSIXProcessMonitor_mips64.cpp \ + RegisterContextPOSIXProcessMonitor_powerpc.cpp \ + RegisterContextPOSIXProcessMonitor_x86.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginProcessFreeBSD/Makefile.depend b/lib/clang/liblldbPluginProcessFreeBSD/Makefile.depend new file mode 100644 index 0000000..4b79ea4 --- /dev/null +++ b/lib/clang/liblldbPluginProcessFreeBSD/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +FreeBSDThread.o: DiagnosticCommonKinds.inc.h +FreeBSDThread.po: DiagnosticCommonKinds.inc.h +ProcessFreeBSD.o: DiagnosticCommonKinds.inc.h +ProcessFreeBSD.po: DiagnosticCommonKinds.inc.h +ProcessMonitor.o: DiagnosticCommonKinds.inc.h +ProcessMonitor.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/liblldbPluginProcessGDBRemote/Makefile b/lib/clang/liblldbPluginProcessGDBRemote/Makefile new file mode 100644 index 0000000..ec59e3c --- /dev/null +++ b/lib/clang/liblldbPluginProcessGDBRemote/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginProcessGDBRemote + +SRCDIR= tools/lldb/source/Plugins/Process/gdb-remote +SRCS= GDBRemoteCommunication.cpp \ + GDBRemoteCommunicationClient.cpp \ + GDBRemoteCommunicationServer.cpp \ + GDBRemoteCommunicationServerCommon.cpp \ + GDBRemoteCommunicationServerLLGS.cpp \ + GDBRemoteCommunicationServerPlatform.cpp \ + GDBRemoteRegisterContext.cpp \ + ProcessGDBRemote.cpp \ + ProcessGDBRemoteLog.cpp \ + ThreadGDBRemote.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginProcessGDBRemote/Makefile.depend b/lib/clang/liblldbPluginProcessGDBRemote/Makefile.depend new file mode 100644 index 0000000..a8571b4 --- /dev/null +++ b/lib/clang/liblldbPluginProcessGDBRemote/Makefile.depend @@ -0,0 +1,50 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +GDBRemoteCommunication.o: DiagnosticCommonKinds.inc.h +GDBRemoteCommunication.po: DiagnosticCommonKinds.inc.h +GDBRemoteCommunicationClient.o: DiagnosticCommonKinds.inc.h +GDBRemoteCommunicationClient.po: DiagnosticCommonKinds.inc.h +GDBRemoteCommunicationServer.o: AttrList.inc.h +GDBRemoteCommunicationServer.o: Attrs.inc.h +GDBRemoteCommunicationServer.o: CommentCommandList.inc.h +GDBRemoteCommunicationServer.o: DeclNodes.inc.h +GDBRemoteCommunicationServer.o: DiagnosticCommonKinds.inc.h +GDBRemoteCommunicationServer.o: StmtNodes.inc.h +GDBRemoteCommunicationServer.po: AttrList.inc.h +GDBRemoteCommunicationServer.po: Attrs.inc.h +GDBRemoteCommunicationServer.po: CommentCommandList.inc.h +GDBRemoteCommunicationServer.po: DeclNodes.inc.h +GDBRemoteCommunicationServer.po: DiagnosticCommonKinds.inc.h +GDBRemoteCommunicationServer.po: StmtNodes.inc.h +GDBRemoteRegisterContext.o: DiagnosticCommonKinds.inc.h +GDBRemoteRegisterContext.po: DiagnosticCommonKinds.inc.h +ProcessGDBRemote.o: AttrList.inc.h +ProcessGDBRemote.o: Attrs.inc.h +ProcessGDBRemote.o: CommentCommandList.inc.h +ProcessGDBRemote.o: DeclNodes.inc.h +ProcessGDBRemote.o: DiagnosticCommonKinds.inc.h +ProcessGDBRemote.o: StmtNodes.inc.h +ProcessGDBRemote.po: AttrList.inc.h +ProcessGDBRemote.po: Attrs.inc.h +ProcessGDBRemote.po: CommentCommandList.inc.h +ProcessGDBRemote.po: DeclNodes.inc.h +ProcessGDBRemote.po: DiagnosticCommonKinds.inc.h +ProcessGDBRemote.po: StmtNodes.inc.h +ProcessGDBRemoteLog.o: DiagnosticCommonKinds.inc.h +ProcessGDBRemoteLog.po: DiagnosticCommonKinds.inc.h +ThreadGDBRemote.o: DiagnosticCommonKinds.inc.h +ThreadGDBRemote.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/liblldbPluginProcessPOSIX/Makefile b/lib/clang/liblldbPluginProcessPOSIX/Makefile new file mode 100644 index 0000000..8c73930 --- /dev/null +++ b/lib/clang/liblldbPluginProcessPOSIX/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginProcessPOSIX + +# include_directories(.) +CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX +CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/Utility +CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD + +SRCDIR= tools/lldb/source/Plugins/Process/POSIX +SRCS= CrashReason.cpp \ + ProcessMessage.cpp \ + ProcessPOSIXLog.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginProcessPOSIX/Makefile.depend b/lib/clang/liblldbPluginProcessPOSIX/Makefile.depend new file mode 100644 index 0000000..6a083b8 --- /dev/null +++ b/lib/clang/liblldbPluginProcessPOSIX/Makefile.depend @@ -0,0 +1,48 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +POSIXStopInfo.o: DiagnosticCommonKinds.inc.h +POSIXStopInfo.po: DiagnosticCommonKinds.inc.h +POSIXThread.o: AttrList.inc.h +POSIXThread.o: Attrs.inc.h +POSIXThread.o: CommentCommandList.inc.h +POSIXThread.o: DeclNodes.inc.h +POSIXThread.o: DiagnosticCommonKinds.inc.h +POSIXThread.o: StmtNodes.inc.h +POSIXThread.po: AttrList.inc.h +POSIXThread.po: Attrs.inc.h +POSIXThread.po: CommentCommandList.inc.h +POSIXThread.po: DeclNodes.inc.h +POSIXThread.po: DiagnosticCommonKinds.inc.h +POSIXThread.po: StmtNodes.inc.h +ProcessPOSIX.o: CommentCommandList.inc.h +ProcessPOSIX.o: DeclNodes.inc.h +ProcessPOSIX.o: DiagnosticCommonKinds.inc.h +ProcessPOSIX.o: StmtNodes.inc.h +ProcessPOSIX.po: CommentCommandList.inc.h +ProcessPOSIX.po: DeclNodes.inc.h +ProcessPOSIX.po: DiagnosticCommonKinds.inc.h +ProcessPOSIX.po: StmtNodes.inc.h +ProcessPOSIXLog.o: DiagnosticCommonKinds.inc.h +ProcessPOSIXLog.po: DiagnosticCommonKinds.inc.h +RegisterContextPOSIXProcessMonitor_arm64.o: DiagnosticCommonKinds.inc.h +RegisterContextPOSIXProcessMonitor_arm64.po: DiagnosticCommonKinds.inc.h +RegisterContextPOSIXProcessMonitor_mips64.o: DiagnosticCommonKinds.inc.h +RegisterContextPOSIXProcessMonitor_mips64.po: DiagnosticCommonKinds.inc.h +RegisterContextPOSIXProcessMonitor_powerpc.o: DiagnosticCommonKinds.inc.h +RegisterContextPOSIXProcessMonitor_powerpc.po: DiagnosticCommonKinds.inc.h +RegisterContextPOSIXProcessMonitor_x86.o: DiagnosticCommonKinds.inc.h +RegisterContextPOSIXProcessMonitor_x86.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/liblldbPluginProcessUtility/Makefile b/lib/clang/liblldbPluginProcessUtility/Makefile new file mode 100644 index 0000000..ee11668 --- /dev/null +++ b/lib/clang/liblldbPluginProcessUtility/Makefile @@ -0,0 +1,57 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginProcessUtility + +SRCDIR= tools/lldb/source/Plugins/Process/Utility +SRCS= DynamicRegisterInfo.cpp \ + FreeBSDSignals.cpp \ + GDBRemoteSignals.cpp \ + HistoryThread.cpp \ + HistoryUnwind.cpp \ + InferiorCallPOSIX.cpp \ + LinuxSignals.cpp \ + MipsLinuxSignals.cpp \ + RegisterContextDarwin_arm.cpp \ + RegisterContextDarwin_arm64.cpp \ + RegisterContextDarwin_i386.cpp \ + RegisterContextDarwin_x86_64.cpp \ + RegisterContextDummy.cpp \ + RegisterContextFreeBSD_arm.cpp \ + RegisterContextFreeBSD_arm64.cpp \ + RegisterContextFreeBSD_i386.cpp \ + RegisterContextFreeBSD_mips64.cpp \ + RegisterContextFreeBSD_powerpc.cpp \ + RegisterContextFreeBSD_x86_64.cpp \ + RegisterContextHistory.cpp \ + RegisterContextLinux_arm.cpp \ + RegisterContextLinux_arm64.cpp \ + RegisterContextLinux_i386.cpp \ + RegisterContextLinux_mips.cpp \ + RegisterContextLinux_x86_64.cpp \ + RegisterContextLLDB.cpp \ + RegisterContextMach_arm.cpp \ + RegisterContextMach_i386.cpp \ + RegisterContextMach_x86_64.cpp \ + RegisterContextMacOSXFrameBackchain.cpp \ + RegisterContextMemory.cpp \ + RegisterContextPOSIX_arm.cpp \ + RegisterContextPOSIX_arm64.cpp \ + RegisterContextPOSIX_mips64.cpp \ + RegisterContextPOSIX_powerpc.cpp \ + RegisterContextPOSIX_x86.cpp \ + RegisterContextThreadMemory.cpp \ + StopInfoMachException.cpp \ + ThreadMemory.cpp \ + UnwindLLDB.cpp \ + UnwindMacOSXFrameBackchain.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginProcessUtility/Makefile.depend b/lib/clang/liblldbPluginProcessUtility/Makefile.depend new file mode 100644 index 0000000..e9bd3c9 --- /dev/null +++ b/lib/clang/liblldbPluginProcessUtility/Makefile.depend @@ -0,0 +1,90 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +DynamicRegisterInfo.o: AttrList.inc.h +DynamicRegisterInfo.o: Attrs.inc.h +DynamicRegisterInfo.o: CommentCommandList.inc.h +DynamicRegisterInfo.o: DeclNodes.inc.h +DynamicRegisterInfo.o: DiagnosticCommonKinds.inc.h +DynamicRegisterInfo.o: StmtNodes.inc.h +DynamicRegisterInfo.po: AttrList.inc.h +DynamicRegisterInfo.po: Attrs.inc.h +DynamicRegisterInfo.po: CommentCommandList.inc.h +DynamicRegisterInfo.po: DeclNodes.inc.h +DynamicRegisterInfo.po: DiagnosticCommonKinds.inc.h +DynamicRegisterInfo.po: StmtNodes.inc.h +HistoryThread.o: DiagnosticCommonKinds.inc.h +HistoryThread.po: DiagnosticCommonKinds.inc.h +HistoryUnwind.o: DiagnosticCommonKinds.inc.h +HistoryUnwind.po: DiagnosticCommonKinds.inc.h +InferiorCallPOSIX.o: CommentCommandList.inc.h +InferiorCallPOSIX.o: DeclNodes.inc.h +InferiorCallPOSIX.o: DiagnosticCommonKinds.inc.h +InferiorCallPOSIX.o: StmtNodes.inc.h +InferiorCallPOSIX.po: CommentCommandList.inc.h +InferiorCallPOSIX.po: DeclNodes.inc.h +InferiorCallPOSIX.po: DiagnosticCommonKinds.inc.h +InferiorCallPOSIX.po: StmtNodes.inc.h +RegisterContextDummy.o: CommentCommandList.inc.h +RegisterContextDummy.o: DeclNodes.inc.h +RegisterContextDummy.o: DiagnosticCommonKinds.inc.h +RegisterContextDummy.o: StmtNodes.inc.h +RegisterContextDummy.po: CommentCommandList.inc.h +RegisterContextDummy.po: DeclNodes.inc.h +RegisterContextDummy.po: DiagnosticCommonKinds.inc.h +RegisterContextDummy.po: StmtNodes.inc.h +RegisterContextHistory.o: CommentCommandList.inc.h +RegisterContextHistory.o: DeclNodes.inc.h +RegisterContextHistory.o: DiagnosticCommonKinds.inc.h +RegisterContextHistory.o: StmtNodes.inc.h +RegisterContextHistory.po: CommentCommandList.inc.h +RegisterContextHistory.po: DeclNodes.inc.h +RegisterContextHistory.po: DiagnosticCommonKinds.inc.h +RegisterContextHistory.po: StmtNodes.inc.h +RegisterContextLLDB.o: CommentCommandList.inc.h +RegisterContextLLDB.o: DeclNodes.inc.h +RegisterContextLLDB.o: DiagnosticCommonKinds.inc.h +RegisterContextLLDB.o: StmtNodes.inc.h +RegisterContextLLDB.po: CommentCommandList.inc.h +RegisterContextLLDB.po: DeclNodes.inc.h +RegisterContextLLDB.po: DiagnosticCommonKinds.inc.h +RegisterContextLLDB.po: StmtNodes.inc.h +RegisterContextMemory.o: DiagnosticCommonKinds.inc.h +RegisterContextMemory.po: DiagnosticCommonKinds.inc.h +RegisterContextPOSIX_arm64.o: DiagnosticCommonKinds.inc.h +RegisterContextPOSIX_arm64.po: DiagnosticCommonKinds.inc.h +RegisterContextPOSIX_mips64.o: DiagnosticCommonKinds.inc.h +RegisterContextPOSIX_mips64.po: DiagnosticCommonKinds.inc.h +RegisterContextPOSIX_powerpc.o: DiagnosticCommonKinds.inc.h +RegisterContextPOSIX_powerpc.po: DiagnosticCommonKinds.inc.h +RegisterContextPOSIX_x86.o: DiagnosticCommonKinds.inc.h +RegisterContextPOSIX_x86.po: DiagnosticCommonKinds.inc.h +RegisterContextThreadMemory.o: DiagnosticCommonKinds.inc.h +RegisterContextThreadMemory.po: DiagnosticCommonKinds.inc.h +StopInfoMachException.o: DiagnosticCommonKinds.inc.h +StopInfoMachException.po: DiagnosticCommonKinds.inc.h +ThreadMemory.o: DiagnosticCommonKinds.inc.h +ThreadMemory.po: DiagnosticCommonKinds.inc.h +UnwindLLDB.o: CommentCommandList.inc.h +UnwindLLDB.o: DeclNodes.inc.h +UnwindLLDB.o: DiagnosticCommonKinds.inc.h +UnwindLLDB.o: StmtNodes.inc.h +UnwindLLDB.po: CommentCommandList.inc.h +UnwindLLDB.po: DeclNodes.inc.h +UnwindLLDB.po: DiagnosticCommonKinds.inc.h +UnwindLLDB.po: StmtNodes.inc.h +UnwindMacOSXFrameBackchain.o: DiagnosticCommonKinds.inc.h +UnwindMacOSXFrameBackchain.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/liblldbPluginSymbolFileDWARF/Makefile b/lib/clang/liblldbPluginSymbolFileDWARF/Makefile new file mode 100644 index 0000000..5b8dbfd --- /dev/null +++ b/lib/clang/liblldbPluginSymbolFileDWARF/Makefile @@ -0,0 +1,44 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginSymbolFileDWARF + +SRCDIR= tools/lldb/source/Plugins/SymbolFile/DWARF +SRCS= DWARFAbbreviationDeclaration.cpp \ + DWARFCompileUnit.cpp \ + DWARFDataExtractor.cpp \ + DWARFDebugAbbrev.cpp \ + DWARFDebugAranges.cpp \ + DWARFDebugArangeSet.cpp \ + DWARFDebugInfo.cpp \ + DWARFDebugInfoEntry.cpp \ + DWARFDebugLine.cpp \ + DWARFDebugMacinfo.cpp \ + DWARFDebugMacinfoEntry.cpp \ + DWARFDebugPubnames.cpp \ + DWARFDebugPubnamesSet.cpp \ + DWARFDebugRanges.cpp \ + DWARFDeclContext.cpp \ + DWARFDefines.cpp \ + DWARFDIECollection.cpp \ + DWARFFormValue.cpp \ + DWARFLocationDescription.cpp \ + DWARFLocationList.cpp \ + LogChannelDWARF.cpp \ + NameToDIE.cpp \ + SymbolFileDWARF.cpp \ + SymbolFileDWARFDebugMap.cpp \ + UniqueDWARFASTType.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList \ + AttrParsedAttrList \ + DiagnosticFrontendKinds \ + Intrinsics + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginSymbolFileDWARF/Makefile.depend b/lib/clang/liblldbPluginSymbolFileDWARF/Makefile.depend new file mode 100644 index 0000000..bd5227d --- /dev/null +++ b/lib/clang/liblldbPluginSymbolFileDWARF/Makefile.depend @@ -0,0 +1,199 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +DWARFAbbreviationDeclaration.o: CommentCommandList.inc.h +DWARFAbbreviationDeclaration.o: DeclNodes.inc.h +DWARFAbbreviationDeclaration.o: DiagnosticCommonKinds.inc.h +DWARFAbbreviationDeclaration.o: StmtNodes.inc.h +DWARFAbbreviationDeclaration.po: CommentCommandList.inc.h +DWARFAbbreviationDeclaration.po: DeclNodes.inc.h +DWARFAbbreviationDeclaration.po: DiagnosticCommonKinds.inc.h +DWARFAbbreviationDeclaration.po: StmtNodes.inc.h +DWARFCompileUnit.o: CommentCommandList.inc.h +DWARFCompileUnit.o: DeclNodes.inc.h +DWARFCompileUnit.o: DiagnosticCommonKinds.inc.h +DWARFCompileUnit.o: StmtNodes.inc.h +DWARFCompileUnit.po: CommentCommandList.inc.h +DWARFCompileUnit.po: DeclNodes.inc.h +DWARFCompileUnit.po: DiagnosticCommonKinds.inc.h +DWARFCompileUnit.po: StmtNodes.inc.h +DWARFDIECollection.o: CommentCommandList.inc.h +DWARFDIECollection.o: DeclNodes.inc.h +DWARFDIECollection.o: DiagnosticCommonKinds.inc.h +DWARFDIECollection.o: StmtNodes.inc.h +DWARFDIECollection.po: CommentCommandList.inc.h +DWARFDIECollection.po: DeclNodes.inc.h +DWARFDIECollection.po: DiagnosticCommonKinds.inc.h +DWARFDIECollection.po: StmtNodes.inc.h +DWARFDebugAbbrev.o: CommentCommandList.inc.h +DWARFDebugAbbrev.o: DeclNodes.inc.h +DWARFDebugAbbrev.o: DiagnosticCommonKinds.inc.h +DWARFDebugAbbrev.o: StmtNodes.inc.h +DWARFDebugAbbrev.po: CommentCommandList.inc.h +DWARFDebugAbbrev.po: DeclNodes.inc.h +DWARFDebugAbbrev.po: DiagnosticCommonKinds.inc.h +DWARFDebugAbbrev.po: StmtNodes.inc.h +DWARFDebugArangeSet.o: CommentCommandList.inc.h +DWARFDebugArangeSet.o: DeclNodes.inc.h +DWARFDebugArangeSet.o: DiagnosticCommonKinds.inc.h +DWARFDebugArangeSet.o: StmtNodes.inc.h +DWARFDebugArangeSet.po: CommentCommandList.inc.h +DWARFDebugArangeSet.po: DeclNodes.inc.h +DWARFDebugArangeSet.po: DiagnosticCommonKinds.inc.h +DWARFDebugArangeSet.po: StmtNodes.inc.h +DWARFDebugAranges.o: CommentCommandList.inc.h +DWARFDebugAranges.o: DeclNodes.inc.h +DWARFDebugAranges.o: DiagnosticCommonKinds.inc.h +DWARFDebugAranges.o: StmtNodes.inc.h +DWARFDebugAranges.po: CommentCommandList.inc.h +DWARFDebugAranges.po: DeclNodes.inc.h +DWARFDebugAranges.po: DiagnosticCommonKinds.inc.h +DWARFDebugAranges.po: StmtNodes.inc.h +DWARFDebugInfo.o: CommentCommandList.inc.h +DWARFDebugInfo.o: DeclNodes.inc.h +DWARFDebugInfo.o: DiagnosticCommonKinds.inc.h +DWARFDebugInfo.o: StmtNodes.inc.h +DWARFDebugInfo.po: CommentCommandList.inc.h +DWARFDebugInfo.po: DeclNodes.inc.h +DWARFDebugInfo.po: DiagnosticCommonKinds.inc.h +DWARFDebugInfo.po: StmtNodes.inc.h +DWARFDebugInfoEntry.o: CommentCommandList.inc.h +DWARFDebugInfoEntry.o: DeclNodes.inc.h +DWARFDebugInfoEntry.o: DiagnosticCommonKinds.inc.h +DWARFDebugInfoEntry.o: StmtNodes.inc.h +DWARFDebugInfoEntry.po: CommentCommandList.inc.h +DWARFDebugInfoEntry.po: DeclNodes.inc.h +DWARFDebugInfoEntry.po: DiagnosticCommonKinds.inc.h +DWARFDebugInfoEntry.po: StmtNodes.inc.h +DWARFDebugLine.o: CommentCommandList.inc.h +DWARFDebugLine.o: DeclNodes.inc.h +DWARFDebugLine.o: DiagnosticCommonKinds.inc.h +DWARFDebugLine.o: StmtNodes.inc.h +DWARFDebugLine.po: CommentCommandList.inc.h +DWARFDebugLine.po: DeclNodes.inc.h +DWARFDebugLine.po: DiagnosticCommonKinds.inc.h +DWARFDebugLine.po: StmtNodes.inc.h +DWARFDebugMacinfo.o: CommentCommandList.inc.h +DWARFDebugMacinfo.o: DeclNodes.inc.h +DWARFDebugMacinfo.o: DiagnosticCommonKinds.inc.h +DWARFDebugMacinfo.o: StmtNodes.inc.h +DWARFDebugMacinfo.po: CommentCommandList.inc.h +DWARFDebugMacinfo.po: DeclNodes.inc.h +DWARFDebugMacinfo.po: DiagnosticCommonKinds.inc.h +DWARFDebugMacinfo.po: StmtNodes.inc.h +DWARFDebugMacinfoEntry.o: CommentCommandList.inc.h +DWARFDebugMacinfoEntry.o: DeclNodes.inc.h +DWARFDebugMacinfoEntry.o: DiagnosticCommonKinds.inc.h +DWARFDebugMacinfoEntry.o: StmtNodes.inc.h +DWARFDebugMacinfoEntry.po: CommentCommandList.inc.h +DWARFDebugMacinfoEntry.po: DeclNodes.inc.h +DWARFDebugMacinfoEntry.po: DiagnosticCommonKinds.inc.h +DWARFDebugMacinfoEntry.po: StmtNodes.inc.h +DWARFDebugPubnames.o: CommentCommandList.inc.h +DWARFDebugPubnames.o: DeclNodes.inc.h +DWARFDebugPubnames.o: DiagnosticCommonKinds.inc.h +DWARFDebugPubnames.o: StmtNodes.inc.h +DWARFDebugPubnames.po: CommentCommandList.inc.h +DWARFDebugPubnames.po: DeclNodes.inc.h +DWARFDebugPubnames.po: DiagnosticCommonKinds.inc.h +DWARFDebugPubnames.po: StmtNodes.inc.h +DWARFDebugPubnamesSet.o: CommentCommandList.inc.h +DWARFDebugPubnamesSet.o: DeclNodes.inc.h +DWARFDebugPubnamesSet.o: DiagnosticCommonKinds.inc.h +DWARFDebugPubnamesSet.o: StmtNodes.inc.h +DWARFDebugPubnamesSet.po: CommentCommandList.inc.h +DWARFDebugPubnamesSet.po: DeclNodes.inc.h +DWARFDebugPubnamesSet.po: DiagnosticCommonKinds.inc.h +DWARFDebugPubnamesSet.po: StmtNodes.inc.h +DWARFDebugRanges.o: CommentCommandList.inc.h +DWARFDebugRanges.o: DeclNodes.inc.h +DWARFDebugRanges.o: DiagnosticCommonKinds.inc.h +DWARFDebugRanges.o: StmtNodes.inc.h +DWARFDebugRanges.po: CommentCommandList.inc.h +DWARFDebugRanges.po: DeclNodes.inc.h +DWARFDebugRanges.po: DiagnosticCommonKinds.inc.h +DWARFDebugRanges.po: StmtNodes.inc.h +DWARFFormValue.o: CommentCommandList.inc.h +DWARFFormValue.o: DeclNodes.inc.h +DWARFFormValue.o: DiagnosticCommonKinds.inc.h +DWARFFormValue.o: StmtNodes.inc.h +DWARFFormValue.po: CommentCommandList.inc.h +DWARFFormValue.po: DeclNodes.inc.h +DWARFFormValue.po: DiagnosticCommonKinds.inc.h +DWARFFormValue.po: StmtNodes.inc.h +DWARFLocationDescription.o: CommentCommandList.inc.h +DWARFLocationDescription.o: DeclNodes.inc.h +DWARFLocationDescription.o: DiagnosticCommonKinds.inc.h +DWARFLocationDescription.o: StmtNodes.inc.h +DWARFLocationDescription.po: CommentCommandList.inc.h +DWARFLocationDescription.po: DeclNodes.inc.h +DWARFLocationDescription.po: DiagnosticCommonKinds.inc.h +DWARFLocationDescription.po: StmtNodes.inc.h +DWARFLocationList.o: CommentCommandList.inc.h +DWARFLocationList.o: DeclNodes.inc.h +DWARFLocationList.o: DiagnosticCommonKinds.inc.h +DWARFLocationList.o: StmtNodes.inc.h +DWARFLocationList.po: CommentCommandList.inc.h +DWARFLocationList.po: DeclNodes.inc.h +DWARFLocationList.po: DiagnosticCommonKinds.inc.h +DWARFLocationList.po: StmtNodes.inc.h +LogChannelDWARF.o: CommentCommandList.inc.h +LogChannelDWARF.o: DeclNodes.inc.h +LogChannelDWARF.o: DiagnosticCommonKinds.inc.h +LogChannelDWARF.o: StmtNodes.inc.h +LogChannelDWARF.po: CommentCommandList.inc.h +LogChannelDWARF.po: DeclNodes.inc.h +LogChannelDWARF.po: DiagnosticCommonKinds.inc.h +LogChannelDWARF.po: StmtNodes.inc.h +NameToDIE.o: CommentCommandList.inc.h +NameToDIE.o: DeclNodes.inc.h +NameToDIE.o: DiagnosticCommonKinds.inc.h +NameToDIE.o: StmtNodes.inc.h +NameToDIE.po: CommentCommandList.inc.h +NameToDIE.po: DeclNodes.inc.h +NameToDIE.po: DiagnosticCommonKinds.inc.h +NameToDIE.po: StmtNodes.inc.h +SymbolFileDWARF.o: AttrList.inc.h +SymbolFileDWARF.o: AttrParsedAttrList.inc.h +SymbolFileDWARF.o: Attrs.inc.h +SymbolFileDWARF.o: CommentCommandList.inc.h +SymbolFileDWARF.o: DeclNodes.inc.h +SymbolFileDWARF.o: DiagnosticCommonKinds.inc.h +SymbolFileDWARF.o: StmtNodes.inc.h +SymbolFileDWARF.po: AttrList.inc.h +SymbolFileDWARF.po: AttrParsedAttrList.inc.h +SymbolFileDWARF.po: Attrs.inc.h +SymbolFileDWARF.po: CommentCommandList.inc.h +SymbolFileDWARF.po: DeclNodes.inc.h +SymbolFileDWARF.po: DiagnosticCommonKinds.inc.h +SymbolFileDWARF.po: StmtNodes.inc.h +SymbolFileDWARFDebugMap.o: CommentCommandList.inc.h +SymbolFileDWARFDebugMap.o: DeclNodes.inc.h +SymbolFileDWARFDebugMap.o: DiagnosticCommonKinds.inc.h +SymbolFileDWARFDebugMap.o: StmtNodes.inc.h +SymbolFileDWARFDebugMap.po: CommentCommandList.inc.h +SymbolFileDWARFDebugMap.po: DeclNodes.inc.h +SymbolFileDWARFDebugMap.po: DiagnosticCommonKinds.inc.h +SymbolFileDWARFDebugMap.po: StmtNodes.inc.h +UniqueDWARFASTType.o: CommentCommandList.inc.h +UniqueDWARFASTType.o: DeclNodes.inc.h +UniqueDWARFASTType.o: DiagnosticCommonKinds.inc.h +UniqueDWARFASTType.o: StmtNodes.inc.h +UniqueDWARFASTType.po: CommentCommandList.inc.h +UniqueDWARFASTType.po: DeclNodes.inc.h +UniqueDWARFASTType.po: DiagnosticCommonKinds.inc.h +UniqueDWARFASTType.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginSymbolFileSymtab/Makefile b/lib/clang/liblldbPluginSymbolFileSymtab/Makefile new file mode 100644 index 0000000..29e8803 --- /dev/null +++ b/lib/clang/liblldbPluginSymbolFileSymtab/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginSymbolFileSymtab + +SRCDIR= tools/lldb/source/Plugins/SymbolFile/Symtab +SRCS= SymbolFileSymtab.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginSymbolFileSymtab/Makefile.depend b/lib/clang/liblldbPluginSymbolFileSymtab/Makefile.depend new file mode 100644 index 0000000..f23a43d --- /dev/null +++ b/lib/clang/liblldbPluginSymbolFileSymtab/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +SymbolFileSymtab.o: CommentCommandList.inc.h +SymbolFileSymtab.o: DeclNodes.inc.h +SymbolFileSymtab.o: DiagnosticCommonKinds.inc.h +SymbolFileSymtab.o: StmtNodes.inc.h +SymbolFileSymtab.po: CommentCommandList.inc.h +SymbolFileSymtab.po: DeclNodes.inc.h +SymbolFileSymtab.po: DiagnosticCommonKinds.inc.h +SymbolFileSymtab.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginSymbolVendorELF/Makefile b/lib/clang/liblldbPluginSymbolVendorELF/Makefile new file mode 100644 index 0000000..3b3a928 --- /dev/null +++ b/lib/clang/liblldbPluginSymbolVendorELF/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginSymbolVendorELF + +SRCDIR= tools/lldb/source/Plugins/SymbolVendor/ELF +SRCS= SymbolVendorELF.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginSymbolVendorELF/Makefile.depend b/lib/clang/liblldbPluginSymbolVendorELF/Makefile.depend new file mode 100644 index 0000000..9871a5f --- /dev/null +++ b/lib/clang/liblldbPluginSymbolVendorELF/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +SymbolVendorELF.o: CommentCommandList.inc.h +SymbolVendorELF.o: DeclNodes.inc.h +SymbolVendorELF.o: DiagnosticCommonKinds.inc.h +SymbolVendorELF.o: StmtNodes.inc.h +SymbolVendorELF.po: CommentCommandList.inc.h +SymbolVendorELF.po: DeclNodes.inc.h +SymbolVendorELF.po: DiagnosticCommonKinds.inc.h +SymbolVendorELF.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile b/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile new file mode 100644 index 0000000..b650411 --- /dev/null +++ b/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginUnwindAssemblyInstEmulation + +SRCDIR= tools/lldb/source/Plugins/UnwindAssembly/InstEmulation +SRCS= UnwindAssemblyInstEmulation.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile.depend b/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile.depend new file mode 100644 index 0000000..b8b6989 --- /dev/null +++ b/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +UnwindAssemblyInstEmulation.o: DiagnosticCommonKinds.inc.h +UnwindAssemblyInstEmulation.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile b/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile new file mode 100644 index 0000000..1e75536 --- /dev/null +++ b/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginUnwindAssemblyX86 + +SRCDIR= tools/lldb/source/Plugins/UnwindAssembly/x86 +SRCS= UnwindAssembly-x86.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile.depend b/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile.depend new file mode 100644 index 0000000..d01a053 --- /dev/null +++ b/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +UnwindAssembly-x86.o: DiagnosticCommonKinds.inc.h +UnwindAssembly-x86.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/liblldbSymbol/Makefile b/lib/clang/liblldbSymbol/Makefile new file mode 100644 index 0000000..82c11ff --- /dev/null +++ b/lib/clang/liblldbSymbol/Makefile @@ -0,0 +1,44 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbSymbol + +SRCDIR= tools/lldb/source/Symbol +SRCS= Block.cpp \ + ClangASTContext.cpp \ + ClangASTImporter.cpp \ + ClangASTType.cpp \ + ClangExternalASTSourceCallbacks.cpp \ + ClangExternalASTSourceCommon.cpp \ + ClangNamespaceDecl.cpp \ + CompactUnwindInfo.cpp \ + CompileUnit.cpp \ + Declaration.cpp \ + DWARFCallFrameInfo.cpp \ + Function.cpp \ + FuncUnwinders.cpp \ + LineEntry.cpp \ + LineTable.cpp \ + ObjectFile.cpp \ + Symbol.cpp \ + SymbolContext.cpp \ + SymbolFile.cpp \ + SymbolVendor.cpp \ + Symtab.cpp \ + Type.cpp \ + TypeList.cpp \ + UnwindPlan.cpp \ + UnwindTable.cpp \ + Variable.cpp \ + VariableList.cpp \ + VerifyDecl.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList \ + AttrList \ + Attrs + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbSymbol/Makefile.depend b/lib/clang/liblldbSymbol/Makefile.depend new file mode 100644 index 0000000..486a3ae --- /dev/null +++ b/lib/clang/liblldbSymbol/Makefile.depend @@ -0,0 +1,208 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Block.o: CommentCommandList.inc.h +Block.o: DeclNodes.inc.h +Block.o: DiagnosticCommonKinds.inc.h +Block.o: StmtNodes.inc.h +Block.po: CommentCommandList.inc.h +Block.po: DeclNodes.inc.h +Block.po: DiagnosticCommonKinds.inc.h +Block.po: StmtNodes.inc.h +ClangASTContext.o: AttrList.inc.h +ClangASTContext.o: Attrs.inc.h +ClangASTContext.o: CommentCommandList.inc.h +ClangASTContext.o: DeclNodes.inc.h +ClangASTContext.o: DiagnosticCommonKinds.inc.h +ClangASTContext.o: StmtNodes.inc.h +ClangASTContext.po: AttrList.inc.h +ClangASTContext.po: Attrs.inc.h +ClangASTContext.po: CommentCommandList.inc.h +ClangASTContext.po: DeclNodes.inc.h +ClangASTContext.po: DiagnosticCommonKinds.inc.h +ClangASTContext.po: StmtNodes.inc.h +ClangASTImporter.o: AttrList.inc.h +ClangASTImporter.o: Attrs.inc.h +ClangASTImporter.o: CommentCommandList.inc.h +ClangASTImporter.o: DeclNodes.inc.h +ClangASTImporter.o: DiagnosticCommonKinds.inc.h +ClangASTImporter.o: StmtNodes.inc.h +ClangASTImporter.po: AttrList.inc.h +ClangASTImporter.po: Attrs.inc.h +ClangASTImporter.po: CommentCommandList.inc.h +ClangASTImporter.po: DeclNodes.inc.h +ClangASTImporter.po: DiagnosticCommonKinds.inc.h +ClangASTImporter.po: StmtNodes.inc.h +ClangASTType.o: AttrList.inc.h +ClangASTType.o: Attrs.inc.h +ClangASTType.o: CommentCommandList.inc.h +ClangASTType.o: DeclNodes.inc.h +ClangASTType.o: DiagnosticCommonKinds.inc.h +ClangASTType.o: StmtNodes.inc.h +ClangASTType.po: AttrList.inc.h +ClangASTType.po: Attrs.inc.h +ClangASTType.po: CommentCommandList.inc.h +ClangASTType.po: DeclNodes.inc.h +ClangASTType.po: DiagnosticCommonKinds.inc.h +ClangASTType.po: StmtNodes.inc.h +ClangExternalASTSourceCallbacks.o: DeclNodes.inc.h +ClangExternalASTSourceCallbacks.o: DiagnosticCommonKinds.inc.h +ClangExternalASTSourceCallbacks.po: DeclNodes.inc.h +ClangExternalASTSourceCallbacks.po: DiagnosticCommonKinds.inc.h +ClangExternalASTSourceCommon.o: DeclNodes.inc.h +ClangExternalASTSourceCommon.o: DiagnosticCommonKinds.inc.h +ClangExternalASTSourceCommon.po: DeclNodes.inc.h +ClangExternalASTSourceCommon.po: DiagnosticCommonKinds.inc.h +ClangNamespaceDecl.o: DeclNodes.inc.h +ClangNamespaceDecl.o: DiagnosticCommonKinds.inc.h +ClangNamespaceDecl.po: DeclNodes.inc.h +ClangNamespaceDecl.po: DiagnosticCommonKinds.inc.h +CompactUnwindInfo.o: CommentCommandList.inc.h +CompactUnwindInfo.o: DeclNodes.inc.h +CompactUnwindInfo.o: DiagnosticCommonKinds.inc.h +CompactUnwindInfo.o: StmtNodes.inc.h +CompactUnwindInfo.po: CommentCommandList.inc.h +CompactUnwindInfo.po: DeclNodes.inc.h +CompactUnwindInfo.po: DiagnosticCommonKinds.inc.h +CompactUnwindInfo.po: StmtNodes.inc.h +CompileUnit.o: CommentCommandList.inc.h +CompileUnit.o: DeclNodes.inc.h +CompileUnit.o: DiagnosticCommonKinds.inc.h +CompileUnit.o: StmtNodes.inc.h +CompileUnit.po: CommentCommandList.inc.h +CompileUnit.po: DeclNodes.inc.h +CompileUnit.po: DiagnosticCommonKinds.inc.h +CompileUnit.po: StmtNodes.inc.h +DWARFCallFrameInfo.o: CommentCommandList.inc.h +DWARFCallFrameInfo.o: DeclNodes.inc.h +DWARFCallFrameInfo.o: DiagnosticCommonKinds.inc.h +DWARFCallFrameInfo.o: StmtNodes.inc.h +DWARFCallFrameInfo.po: CommentCommandList.inc.h +DWARFCallFrameInfo.po: DeclNodes.inc.h +DWARFCallFrameInfo.po: DiagnosticCommonKinds.inc.h +DWARFCallFrameInfo.po: StmtNodes.inc.h +FuncUnwinders.o: DiagnosticCommonKinds.inc.h +FuncUnwinders.po: DiagnosticCommonKinds.inc.h +Function.o: CommentCommandList.inc.h +Function.o: DeclNodes.inc.h +Function.o: DiagnosticCommonKinds.inc.h +Function.o: StmtNodes.inc.h +Function.po: CommentCommandList.inc.h +Function.po: DeclNodes.inc.h +Function.po: DiagnosticCommonKinds.inc.h +Function.po: StmtNodes.inc.h +LineEntry.o: DiagnosticCommonKinds.inc.h +LineEntry.po: DiagnosticCommonKinds.inc.h +LineTable.o: CommentCommandList.inc.h +LineTable.o: DeclNodes.inc.h +LineTable.o: DiagnosticCommonKinds.inc.h +LineTable.o: StmtNodes.inc.h +LineTable.po: CommentCommandList.inc.h +LineTable.po: DeclNodes.inc.h +LineTable.po: DiagnosticCommonKinds.inc.h +LineTable.po: StmtNodes.inc.h +ObjectFile.o: CommentCommandList.inc.h +ObjectFile.o: DeclNodes.inc.h +ObjectFile.o: DiagnosticCommonKinds.inc.h +ObjectFile.o: StmtNodes.inc.h +ObjectFile.po: CommentCommandList.inc.h +ObjectFile.po: DeclNodes.inc.h +ObjectFile.po: DiagnosticCommonKinds.inc.h +ObjectFile.po: StmtNodes.inc.h +Symbol.o: CommentCommandList.inc.h +Symbol.o: DeclNodes.inc.h +Symbol.o: DiagnosticCommonKinds.inc.h +Symbol.o: StmtNodes.inc.h +Symbol.po: CommentCommandList.inc.h +Symbol.po: DeclNodes.inc.h +Symbol.po: DiagnosticCommonKinds.inc.h +Symbol.po: StmtNodes.inc.h +SymbolContext.o: CommentCommandList.inc.h +SymbolContext.o: DeclNodes.inc.h +SymbolContext.o: DiagnosticCommonKinds.inc.h +SymbolContext.o: StmtNodes.inc.h +SymbolContext.po: CommentCommandList.inc.h +SymbolContext.po: DeclNodes.inc.h +SymbolContext.po: DiagnosticCommonKinds.inc.h +SymbolContext.po: StmtNodes.inc.h +SymbolFile.o: CommentCommandList.inc.h +SymbolFile.o: DeclNodes.inc.h +SymbolFile.o: DiagnosticCommonKinds.inc.h +SymbolFile.o: StmtNodes.inc.h +SymbolFile.po: CommentCommandList.inc.h +SymbolFile.po: DeclNodes.inc.h +SymbolFile.po: DiagnosticCommonKinds.inc.h +SymbolFile.po: StmtNodes.inc.h +SymbolVendor.o: CommentCommandList.inc.h +SymbolVendor.o: DeclNodes.inc.h +SymbolVendor.o: DiagnosticCommonKinds.inc.h +SymbolVendor.o: StmtNodes.inc.h +SymbolVendor.po: CommentCommandList.inc.h +SymbolVendor.po: DeclNodes.inc.h +SymbolVendor.po: DiagnosticCommonKinds.inc.h +SymbolVendor.po: StmtNodes.inc.h +Symtab.o: CommentCommandList.inc.h +Symtab.o: DeclNodes.inc.h +Symtab.o: DiagnosticCommonKinds.inc.h +Symtab.o: StmtNodes.inc.h +Symtab.po: CommentCommandList.inc.h +Symtab.po: DeclNodes.inc.h +Symtab.po: DiagnosticCommonKinds.inc.h +Symtab.po: StmtNodes.inc.h +Type.o: CommentCommandList.inc.h +Type.o: DeclNodes.inc.h +Type.o: DiagnosticCommonKinds.inc.h +Type.o: StmtNodes.inc.h +Type.po: CommentCommandList.inc.h +Type.po: DeclNodes.inc.h +Type.po: DiagnosticCommonKinds.inc.h +Type.po: StmtNodes.inc.h +TypeList.o: AttrList.inc.h +TypeList.o: Attrs.inc.h +TypeList.o: CommentCommandList.inc.h +TypeList.o: DeclNodes.inc.h +TypeList.o: DiagnosticCommonKinds.inc.h +TypeList.o: StmtNodes.inc.h +TypeList.po: AttrList.inc.h +TypeList.po: Attrs.inc.h +TypeList.po: CommentCommandList.inc.h +TypeList.po: DeclNodes.inc.h +TypeList.po: DiagnosticCommonKinds.inc.h +TypeList.po: StmtNodes.inc.h +UnwindPlan.o: DiagnosticCommonKinds.inc.h +UnwindPlan.po: DiagnosticCommonKinds.inc.h +UnwindTable.o: CommentCommandList.inc.h +UnwindTable.o: DeclNodes.inc.h +UnwindTable.o: DiagnosticCommonKinds.inc.h +UnwindTable.o: StmtNodes.inc.h +UnwindTable.po: CommentCommandList.inc.h +UnwindTable.po: DeclNodes.inc.h +UnwindTable.po: DiagnosticCommonKinds.inc.h +UnwindTable.po: StmtNodes.inc.h +Variable.o: CommentCommandList.inc.h +Variable.o: DeclNodes.inc.h +Variable.o: DiagnosticCommonKinds.inc.h +Variable.o: StmtNodes.inc.h +Variable.po: CommentCommandList.inc.h +Variable.po: DeclNodes.inc.h +Variable.po: DiagnosticCommonKinds.inc.h +Variable.po: StmtNodes.inc.h +VariableList.o: DiagnosticCommonKinds.inc.h +VariableList.po: DiagnosticCommonKinds.inc.h +VerifyDecl.o: DeclNodes.inc.h +VerifyDecl.o: DiagnosticCommonKinds.inc.h +VerifyDecl.po: DeclNodes.inc.h +VerifyDecl.po: DiagnosticCommonKinds.inc.h +.endif diff --git a/lib/clang/liblldbTarget/Makefile b/lib/clang/liblldbTarget/Makefile new file mode 100644 index 0000000..110dfe9 --- /dev/null +++ b/lib/clang/liblldbTarget/Makefile @@ -0,0 +1,72 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbTarget + +CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/Utility + +SRCDIR= tools/lldb/source/Target +SRCS= ABI.cpp \ + CPPLanguageRuntime.cpp \ + ExecutionContext.cpp \ + FileAction.cpp \ + InstrumentationRuntime.cpp \ + InstrumentationRuntimeStopInfo.cpp \ + JITLoader.cpp \ + JITLoaderList.cpp \ + LanguageRuntime.cpp \ + Memory.cpp \ + MemoryHistory.cpp \ + ObjCLanguageRuntime.cpp \ + OperatingSystem.cpp \ + PathMappingList.cpp \ + Platform.cpp \ + Process.cpp \ + ProcessInfo.cpp \ + ProcessLaunchInfo.cpp \ + Queue.cpp \ + QueueItem.cpp \ + QueueList.cpp \ + RegisterContext.cpp \ + SectionLoadHistory.cpp \ + SectionLoadList.cpp \ + StackFrame.cpp \ + StackFrameList.cpp \ + StackID.cpp \ + StopInfo.cpp \ + SystemRuntime.cpp \ + Target.cpp \ + TargetList.cpp \ + Thread.cpp \ + ThreadCollection.cpp \ + ThreadList.cpp \ + ThreadPlan.cpp \ + ThreadPlanBase.cpp \ + ThreadPlanCallFunction.cpp \ + ThreadPlanCallFunctionUsingABI.cpp \ + ThreadPlanCallUserExpression.cpp \ + ThreadPlanPython.cpp \ + ThreadPlanRunToAddress.cpp \ + ThreadPlanShouldStopHere.cpp \ + ThreadPlanStepInRange.cpp \ + ThreadPlanStepInstruction.cpp \ + ThreadPlanStepOut.cpp \ + ThreadPlanStepOverBreakpoint.cpp \ + ThreadPlanStepOverRange.cpp \ + ThreadPlanStepRange.cpp \ + ThreadPlanStepThrough.cpp \ + ThreadPlanStepUntil.cpp \ + ThreadPlanTracer.cpp \ + ThreadSpec.cpp \ + UnixSignals.cpp \ + UnwindAssembly.cpp + +TGHDRS= AttrList \ + Attrs \ + DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbTarget/Makefile.depend b/lib/clang/liblldbTarget/Makefile.depend new file mode 100644 index 0000000..e9ffeed --- /dev/null +++ b/lib/clang/liblldbTarget/Makefile.depend @@ -0,0 +1,224 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/clang-tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ABI.o: DiagnosticCommonKinds.inc.h +ABI.po: DiagnosticCommonKinds.inc.h +CPPLanguageRuntime.o: DiagnosticCommonKinds.inc.h +CPPLanguageRuntime.po: DiagnosticCommonKinds.inc.h +ExecutionContext.o: DiagnosticCommonKinds.inc.h +ExecutionContext.po: DiagnosticCommonKinds.inc.h +InstrumentationRuntime.o: DiagnosticCommonKinds.inc.h +InstrumentationRuntime.po: DiagnosticCommonKinds.inc.h +InstrumentationRuntimeStopInfo.o: DiagnosticCommonKinds.inc.h +InstrumentationRuntimeStopInfo.po: DiagnosticCommonKinds.inc.h +JITLoader.o: DiagnosticCommonKinds.inc.h +JITLoader.po: DiagnosticCommonKinds.inc.h +LanguageRuntime.o: DiagnosticCommonKinds.inc.h +LanguageRuntime.po: DiagnosticCommonKinds.inc.h +Memory.o: DiagnosticCommonKinds.inc.h +Memory.po: DiagnosticCommonKinds.inc.h +ObjCLanguageRuntime.o: CommentCommandList.inc.h +ObjCLanguageRuntime.o: DeclNodes.inc.h +ObjCLanguageRuntime.o: DiagnosticCommonKinds.inc.h +ObjCLanguageRuntime.o: StmtNodes.inc.h +ObjCLanguageRuntime.po: CommentCommandList.inc.h +ObjCLanguageRuntime.po: DeclNodes.inc.h +ObjCLanguageRuntime.po: DiagnosticCommonKinds.inc.h +ObjCLanguageRuntime.po: StmtNodes.inc.h +Platform.o: DiagnosticCommonKinds.inc.h +Platform.po: DiagnosticCommonKinds.inc.h +Process.o: AttrList.inc.h +Process.o: Attrs.inc.h +Process.o: CommentCommandList.inc.h +Process.o: DeclNodes.inc.h +Process.o: DiagnosticCommonKinds.inc.h +Process.o: StmtNodes.inc.h +Process.po: AttrList.inc.h +Process.po: Attrs.inc.h +Process.po: CommentCommandList.inc.h +Process.po: DeclNodes.inc.h +Process.po: DiagnosticCommonKinds.inc.h +Process.po: StmtNodes.inc.h +ProcessLaunchInfo.o: AttrList.inc.h +ProcessLaunchInfo.o: Attrs.inc.h +ProcessLaunchInfo.o: CommentCommandList.inc.h +ProcessLaunchInfo.o: DeclNodes.inc.h +ProcessLaunchInfo.o: DiagnosticCommonKinds.inc.h +ProcessLaunchInfo.o: StmtNodes.inc.h +ProcessLaunchInfo.po: AttrList.inc.h +ProcessLaunchInfo.po: Attrs.inc.h +ProcessLaunchInfo.po: CommentCommandList.inc.h +ProcessLaunchInfo.po: DeclNodes.inc.h +ProcessLaunchInfo.po: DiagnosticCommonKinds.inc.h +ProcessLaunchInfo.po: StmtNodes.inc.h +Queue.o: DiagnosticCommonKinds.inc.h +Queue.po: DiagnosticCommonKinds.inc.h +QueueItem.o: DiagnosticCommonKinds.inc.h +QueueItem.po: DiagnosticCommonKinds.inc.h +QueueList.o: DiagnosticCommonKinds.inc.h +QueueList.po: DiagnosticCommonKinds.inc.h +RegisterContext.o: DiagnosticCommonKinds.inc.h +RegisterContext.po: DiagnosticCommonKinds.inc.h +SectionLoadList.o: CommentCommandList.inc.h +SectionLoadList.o: DeclNodes.inc.h +SectionLoadList.o: DiagnosticCommonKinds.inc.h +SectionLoadList.o: StmtNodes.inc.h +SectionLoadList.po: CommentCommandList.inc.h +SectionLoadList.po: DeclNodes.inc.h +SectionLoadList.po: DiagnosticCommonKinds.inc.h +SectionLoadList.po: StmtNodes.inc.h +StackFrame.o: AttrList.inc.h +StackFrame.o: Attrs.inc.h +StackFrame.o: CommentCommandList.inc.h +StackFrame.o: DeclNodes.inc.h +StackFrame.o: DiagnosticCommonKinds.inc.h +StackFrame.o: StmtNodes.inc.h +StackFrame.po: AttrList.inc.h +StackFrame.po: Attrs.inc.h +StackFrame.po: CommentCommandList.inc.h +StackFrame.po: DeclNodes.inc.h +StackFrame.po: DiagnosticCommonKinds.inc.h +StackFrame.po: StmtNodes.inc.h +StackFrameList.o: DiagnosticCommonKinds.inc.h +StackFrameList.po: DiagnosticCommonKinds.inc.h +StackID.o: DiagnosticCommonKinds.inc.h +StackID.po: DiagnosticCommonKinds.inc.h +StopInfo.o: AttrList.inc.h +StopInfo.o: Attrs.inc.h +StopInfo.o: CommentCommandList.inc.h +StopInfo.o: DeclNodes.inc.h +StopInfo.o: DiagnosticCommonKinds.inc.h +StopInfo.o: StmtNodes.inc.h +StopInfo.po: AttrList.inc.h +StopInfo.po: Attrs.inc.h +StopInfo.po: CommentCommandList.inc.h +StopInfo.po: DeclNodes.inc.h +StopInfo.po: DiagnosticCommonKinds.inc.h +StopInfo.po: StmtNodes.inc.h +SystemRuntime.o: DiagnosticCommonKinds.inc.h +SystemRuntime.po: DiagnosticCommonKinds.inc.h +Target.o: AttrList.inc.h +Target.o: Attrs.inc.h +Target.o: CommentCommandList.inc.h +Target.o: DeclNodes.inc.h +Target.o: DiagnosticCommonKinds.inc.h +Target.o: StmtNodes.inc.h +Target.po: AttrList.inc.h +Target.po: Attrs.inc.h +Target.po: CommentCommandList.inc.h +Target.po: DeclNodes.inc.h +Target.po: DiagnosticCommonKinds.inc.h +Target.po: StmtNodes.inc.h +TargetList.o: AttrList.inc.h +TargetList.o: Attrs.inc.h +TargetList.o: CommentCommandList.inc.h +TargetList.o: DeclNodes.inc.h +TargetList.o: DiagnosticCommonKinds.inc.h +TargetList.o: StmtNodes.inc.h +TargetList.po: AttrList.inc.h +TargetList.po: Attrs.inc.h +TargetList.po: CommentCommandList.inc.h +TargetList.po: DeclNodes.inc.h +TargetList.po: DiagnosticCommonKinds.inc.h +TargetList.po: StmtNodes.inc.h +Thread.o: AttrList.inc.h +Thread.o: Attrs.inc.h +Thread.o: CommentCommandList.inc.h +Thread.o: DeclNodes.inc.h +Thread.o: DiagnosticCommonKinds.inc.h +Thread.o: StmtNodes.inc.h +Thread.po: AttrList.inc.h +Thread.po: Attrs.inc.h +Thread.po: CommentCommandList.inc.h +Thread.po: DeclNodes.inc.h +Thread.po: DiagnosticCommonKinds.inc.h +Thread.po: StmtNodes.inc.h +ThreadList.o: DiagnosticCommonKinds.inc.h +ThreadList.po: DiagnosticCommonKinds.inc.h +ThreadPlan.o: AttrList.inc.h +ThreadPlan.o: Attrs.inc.h +ThreadPlan.o: CommentCommandList.inc.h +ThreadPlan.o: DeclNodes.inc.h +ThreadPlan.o: DiagnosticCommonKinds.inc.h +ThreadPlan.o: StmtNodes.inc.h +ThreadPlan.po: AttrList.inc.h +ThreadPlan.po: Attrs.inc.h +ThreadPlan.po: CommentCommandList.inc.h +ThreadPlan.po: DeclNodes.inc.h +ThreadPlan.po: DiagnosticCommonKinds.inc.h +ThreadPlan.po: StmtNodes.inc.h +ThreadPlanBase.o: DiagnosticCommonKinds.inc.h +ThreadPlanBase.po: DiagnosticCommonKinds.inc.h +ThreadPlanCallFunction.o: CommentCommandList.inc.h +ThreadPlanCallFunction.o: DeclNodes.inc.h +ThreadPlanCallFunction.o: DiagnosticCommonKinds.inc.h +ThreadPlanCallFunction.o: StmtNodes.inc.h +ThreadPlanCallFunction.po: CommentCommandList.inc.h +ThreadPlanCallFunction.po: DeclNodes.inc.h +ThreadPlanCallFunction.po: DiagnosticCommonKinds.inc.h +ThreadPlanCallFunction.po: StmtNodes.inc.h +ThreadPlanCallUserExpression.o: DiagnosticCommonKinds.inc.h +ThreadPlanCallUserExpression.po: DiagnosticCommonKinds.inc.h +ThreadPlanPython.o: AttrList.inc.h +ThreadPlanPython.o: Attrs.inc.h +ThreadPlanPython.o: CommentCommandList.inc.h +ThreadPlanPython.o: DeclNodes.inc.h +ThreadPlanPython.o: DiagnosticCommonKinds.inc.h +ThreadPlanPython.o: StmtNodes.inc.h +ThreadPlanPython.po: AttrList.inc.h +ThreadPlanPython.po: Attrs.inc.h +ThreadPlanPython.po: CommentCommandList.inc.h +ThreadPlanPython.po: DeclNodes.inc.h +ThreadPlanPython.po: DiagnosticCommonKinds.inc.h +ThreadPlanPython.po: StmtNodes.inc.h +ThreadPlanRunToAddress.o: DiagnosticCommonKinds.inc.h +ThreadPlanRunToAddress.po: DiagnosticCommonKinds.inc.h +ThreadPlanShouldStopHere.o: DiagnosticCommonKinds.inc.h +ThreadPlanShouldStopHere.po: DiagnosticCommonKinds.inc.h +ThreadPlanStepInRange.o: CommentCommandList.inc.h +ThreadPlanStepInRange.o: DeclNodes.inc.h +ThreadPlanStepInRange.o: DiagnosticCommonKinds.inc.h +ThreadPlanStepInRange.o: StmtNodes.inc.h +ThreadPlanStepInRange.po: CommentCommandList.inc.h +ThreadPlanStepInRange.po: DeclNodes.inc.h +ThreadPlanStepInRange.po: DiagnosticCommonKinds.inc.h +ThreadPlanStepInRange.po: StmtNodes.inc.h +ThreadPlanStepInstruction.o: DiagnosticCommonKinds.inc.h +ThreadPlanStepInstruction.po: DiagnosticCommonKinds.inc.h +ThreadPlanStepOut.o: DiagnosticCommonKinds.inc.h +ThreadPlanStepOut.po: DiagnosticCommonKinds.inc.h +ThreadPlanStepOverBreakpoint.o: DiagnosticCommonKinds.inc.h +ThreadPlanStepOverBreakpoint.po: DiagnosticCommonKinds.inc.h +ThreadPlanStepOverRange.o: DiagnosticCommonKinds.inc.h +ThreadPlanStepOverRange.po: DiagnosticCommonKinds.inc.h +ThreadPlanStepRange.o: DiagnosticCommonKinds.inc.h +ThreadPlanStepRange.po: DiagnosticCommonKinds.inc.h +ThreadPlanStepThrough.o: DiagnosticCommonKinds.inc.h +ThreadPlanStepThrough.po: DiagnosticCommonKinds.inc.h +ThreadPlanStepUntil.o: DiagnosticCommonKinds.inc.h +ThreadPlanStepUntil.po: DiagnosticCommonKinds.inc.h +ThreadPlanTracer.o: AttrList.inc.h +ThreadPlanTracer.o: Attrs.inc.h +ThreadPlanTracer.o: CommentCommandList.inc.h +ThreadPlanTracer.o: DeclNodes.inc.h +ThreadPlanTracer.o: DiagnosticCommonKinds.inc.h +ThreadPlanTracer.o: StmtNodes.inc.h +ThreadPlanTracer.po: AttrList.inc.h +ThreadPlanTracer.po: Attrs.inc.h +ThreadPlanTracer.po: CommentCommandList.inc.h +ThreadPlanTracer.po: DeclNodes.inc.h +ThreadPlanTracer.po: DiagnosticCommonKinds.inc.h +ThreadPlanTracer.po: StmtNodes.inc.h +.endif diff --git a/lib/clang/liblldbUtility/Makefile b/lib/clang/liblldbUtility/Makefile new file mode 100644 index 0000000..918cfab --- /dev/null +++ b/lib/clang/liblldbUtility/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbUtility + +SRCDIR= tools/lldb/source/Utility +SRCS= ARM64_DWARF_Registers.cpp \ + ARM_DWARF_Registers.cpp \ + ConvertEnum.cpp \ + JSON.cpp \ + KQueue.cpp \ + LLDBAssert.cpp \ + ModuleCache.cpp \ + NameMatches.cpp \ + PseudoTerminal.cpp \ + Range.cpp \ + RegisterNumber.cpp \ + SharingPtr.cpp \ + StringExtractor.cpp \ + StringExtractorGDBRemote.cpp \ + StringLexer.cpp \ + TimeSpecTimeout.cpp \ + UriParser.cpp + +.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbUtility/Makefile.depend b/lib/clang/liblldbUtility/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/liblldbUtility/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmaarch64asmparser/Makefile b/lib/clang/libllvmaarch64asmparser/Makefile new file mode 100644 index 0000000..d93fb9a --- /dev/null +++ b/lib/clang/libllvmaarch64asmparser/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmaarch64asmparser + +SRCDIR= lib/Target/AArch64/AsmParser +INCDIR= lib/Target/AArch64 +SRCS= AArch64AsmParser.cpp + +TGHDRS= AArch64GenAsmMatcher \ + AArch64GenInstrInfo \ + AArch64GenRegisterInfo \ + AArch64GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmaarch64asmparser/Makefile.depend b/lib/clang/libllvmaarch64asmparser/Makefile.depend new file mode 100644 index 0000000..745dfbc --- /dev/null +++ b/lib/clang/libllvmaarch64asmparser/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AArch64AsmParser.o: AArch64GenAsmMatcher.inc.h +AArch64AsmParser.o: AArch64GenInstrInfo.inc.h +AArch64AsmParser.o: AArch64GenRegisterInfo.inc.h +AArch64AsmParser.o: AArch64GenSubtargetInfo.inc.h +AArch64AsmParser.po: AArch64GenAsmMatcher.inc.h +AArch64AsmParser.po: AArch64GenInstrInfo.inc.h +AArch64AsmParser.po: AArch64GenRegisterInfo.inc.h +AArch64AsmParser.po: AArch64GenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmaarch64codegen/Makefile b/lib/clang/libllvmaarch64codegen/Makefile new file mode 100644 index 0000000..db0023f --- /dev/null +++ b/lib/clang/libllvmaarch64codegen/Makefile @@ -0,0 +1,46 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmaarch64codegen + +SRCDIR= lib/Target/AArch64 +SRCS= AArch64A53Fix835769.cpp \ + AArch64A57FPLoadBalancing.cpp \ + AArch64AddressTypePromotion.cpp \ + AArch64AdvSIMDScalarPass.cpp \ + AArch64AsmPrinter.cpp \ + AArch64BranchRelaxation.cpp \ + AArch64CleanupLocalDynamicTLSPass.cpp \ + AArch64CollectLOH.cpp \ + AArch64ConditionOptimizer.cpp \ + AArch64ConditionalCompares.cpp \ + AArch64DeadRegisterDefinitionsPass.cpp \ + AArch64ExpandPseudoInsts.cpp \ + AArch64FastISel.cpp \ + AArch64FrameLowering.cpp \ + AArch64ISelDAGToDAG.cpp \ + AArch64ISelLowering.cpp \ + AArch64InstrInfo.cpp \ + AArch64LoadStoreOptimizer.cpp \ + AArch64MCInstLower.cpp \ + AArch64PBQPRegAlloc.cpp \ + AArch64PromoteConstant.cpp \ + AArch64RegisterInfo.cpp \ + AArch64SelectionDAGInfo.cpp \ + AArch64StorePairSuppress.cpp \ + AArch64Subtarget.cpp \ + AArch64TargetMachine.cpp \ + AArch64TargetObjectFile.cpp \ + AArch64TargetTransformInfo.cpp + +TGHDRS= AArch64GenCallingConv \ + AArch64GenDAGISel \ + AArch64GenFastISel \ + AArch64GenInstrInfo \ + AArch64GenMCPseudoLowering \ + AArch64GenRegisterInfo \ + AArch64GenSubtargetInfo \ + Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmaarch64codegen/Makefile.depend b/lib/clang/libllvmaarch64codegen/Makefile.depend new file mode 100644 index 0000000..e6dc7bf --- /dev/null +++ b/lib/clang/libllvmaarch64codegen/Makefile.depend @@ -0,0 +1,204 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AArch64A53Fix835769.o: AArch64GenInstrInfo.inc.h +AArch64A53Fix835769.o: AArch64GenRegisterInfo.inc.h +AArch64A53Fix835769.o: AArch64GenSubtargetInfo.inc.h +AArch64A53Fix835769.po: AArch64GenInstrInfo.inc.h +AArch64A53Fix835769.po: AArch64GenRegisterInfo.inc.h +AArch64A53Fix835769.po: AArch64GenSubtargetInfo.inc.h +AArch64A57FPLoadBalancing.o: AArch64GenInstrInfo.inc.h +AArch64A57FPLoadBalancing.o: AArch64GenRegisterInfo.inc.h +AArch64A57FPLoadBalancing.o: AArch64GenSubtargetInfo.inc.h +AArch64A57FPLoadBalancing.po: AArch64GenInstrInfo.inc.h +AArch64A57FPLoadBalancing.po: AArch64GenRegisterInfo.inc.h +AArch64A57FPLoadBalancing.po: AArch64GenSubtargetInfo.inc.h +AArch64AddressTypePromotion.o: AArch64GenInstrInfo.inc.h +AArch64AddressTypePromotion.o: AArch64GenRegisterInfo.inc.h +AArch64AddressTypePromotion.o: AArch64GenSubtargetInfo.inc.h +AArch64AddressTypePromotion.po: AArch64GenInstrInfo.inc.h +AArch64AddressTypePromotion.po: AArch64GenRegisterInfo.inc.h +AArch64AddressTypePromotion.po: AArch64GenSubtargetInfo.inc.h +AArch64AdvSIMDScalarPass.o: AArch64GenInstrInfo.inc.h +AArch64AdvSIMDScalarPass.o: AArch64GenRegisterInfo.inc.h +AArch64AdvSIMDScalarPass.o: AArch64GenSubtargetInfo.inc.h +AArch64AdvSIMDScalarPass.po: AArch64GenInstrInfo.inc.h +AArch64AdvSIMDScalarPass.po: AArch64GenRegisterInfo.inc.h +AArch64AdvSIMDScalarPass.po: AArch64GenSubtargetInfo.inc.h +AArch64AsmPrinter.o: AArch64GenInstrInfo.inc.h +AArch64AsmPrinter.o: AArch64GenMCPseudoLowering.inc.h +AArch64AsmPrinter.o: AArch64GenRegisterInfo.inc.h +AArch64AsmPrinter.o: AArch64GenSubtargetInfo.inc.h +AArch64AsmPrinter.po: AArch64GenInstrInfo.inc.h +AArch64AsmPrinter.po: AArch64GenMCPseudoLowering.inc.h +AArch64AsmPrinter.po: AArch64GenRegisterInfo.inc.h +AArch64AsmPrinter.po: AArch64GenSubtargetInfo.inc.h +AArch64BranchRelaxation.o: AArch64GenInstrInfo.inc.h +AArch64BranchRelaxation.o: AArch64GenRegisterInfo.inc.h +AArch64BranchRelaxation.o: AArch64GenSubtargetInfo.inc.h +AArch64BranchRelaxation.po: AArch64GenInstrInfo.inc.h +AArch64BranchRelaxation.po: AArch64GenRegisterInfo.inc.h +AArch64BranchRelaxation.po: AArch64GenSubtargetInfo.inc.h +AArch64CleanupLocalDynamicTLSPass.o: AArch64GenInstrInfo.inc.h +AArch64CleanupLocalDynamicTLSPass.o: AArch64GenRegisterInfo.inc.h +AArch64CleanupLocalDynamicTLSPass.o: AArch64GenSubtargetInfo.inc.h +AArch64CleanupLocalDynamicTLSPass.po: AArch64GenInstrInfo.inc.h +AArch64CleanupLocalDynamicTLSPass.po: AArch64GenRegisterInfo.inc.h +AArch64CleanupLocalDynamicTLSPass.po: AArch64GenSubtargetInfo.inc.h +AArch64CollectLOH.o: AArch64GenInstrInfo.inc.h +AArch64CollectLOH.o: AArch64GenRegisterInfo.inc.h +AArch64CollectLOH.o: AArch64GenSubtargetInfo.inc.h +AArch64CollectLOH.po: AArch64GenInstrInfo.inc.h +AArch64CollectLOH.po: AArch64GenRegisterInfo.inc.h +AArch64CollectLOH.po: AArch64GenSubtargetInfo.inc.h +AArch64ConditionOptimizer.o: AArch64GenInstrInfo.inc.h +AArch64ConditionOptimizer.o: AArch64GenRegisterInfo.inc.h +AArch64ConditionOptimizer.o: AArch64GenSubtargetInfo.inc.h +AArch64ConditionOptimizer.po: AArch64GenInstrInfo.inc.h +AArch64ConditionOptimizer.po: AArch64GenRegisterInfo.inc.h +AArch64ConditionOptimizer.po: AArch64GenSubtargetInfo.inc.h +AArch64ConditionalCompares.o: AArch64GenInstrInfo.inc.h +AArch64ConditionalCompares.o: AArch64GenRegisterInfo.inc.h +AArch64ConditionalCompares.o: AArch64GenSubtargetInfo.inc.h +AArch64ConditionalCompares.po: AArch64GenInstrInfo.inc.h +AArch64ConditionalCompares.po: AArch64GenRegisterInfo.inc.h +AArch64ConditionalCompares.po: AArch64GenSubtargetInfo.inc.h +AArch64DeadRegisterDefinitionsPass.o: AArch64GenInstrInfo.inc.h +AArch64DeadRegisterDefinitionsPass.o: AArch64GenRegisterInfo.inc.h +AArch64DeadRegisterDefinitionsPass.o: AArch64GenSubtargetInfo.inc.h +AArch64DeadRegisterDefinitionsPass.po: AArch64GenInstrInfo.inc.h +AArch64DeadRegisterDefinitionsPass.po: AArch64GenRegisterInfo.inc.h +AArch64DeadRegisterDefinitionsPass.po: AArch64GenSubtargetInfo.inc.h +AArch64ExpandPseudoInsts.o: AArch64GenInstrInfo.inc.h +AArch64ExpandPseudoInsts.o: AArch64GenRegisterInfo.inc.h +AArch64ExpandPseudoInsts.o: AArch64GenSubtargetInfo.inc.h +AArch64ExpandPseudoInsts.po: AArch64GenInstrInfo.inc.h +AArch64ExpandPseudoInsts.po: AArch64GenRegisterInfo.inc.h +AArch64ExpandPseudoInsts.po: AArch64GenSubtargetInfo.inc.h +AArch64FastISel.o: AArch64GenCallingConv.inc.h +AArch64FastISel.o: AArch64GenFastISel.inc.h +AArch64FastISel.o: AArch64GenInstrInfo.inc.h +AArch64FastISel.o: AArch64GenRegisterInfo.inc.h +AArch64FastISel.o: AArch64GenSubtargetInfo.inc.h +AArch64FastISel.o: Intrinsics.inc.h +AArch64FastISel.po: AArch64GenCallingConv.inc.h +AArch64FastISel.po: AArch64GenFastISel.inc.h +AArch64FastISel.po: AArch64GenInstrInfo.inc.h +AArch64FastISel.po: AArch64GenRegisterInfo.inc.h +AArch64FastISel.po: AArch64GenSubtargetInfo.inc.h +AArch64FastISel.po: Intrinsics.inc.h +AArch64FrameLowering.o: AArch64GenInstrInfo.inc.h +AArch64FrameLowering.o: AArch64GenRegisterInfo.inc.h +AArch64FrameLowering.o: AArch64GenSubtargetInfo.inc.h +AArch64FrameLowering.po: AArch64GenInstrInfo.inc.h +AArch64FrameLowering.po: AArch64GenRegisterInfo.inc.h +AArch64FrameLowering.po: AArch64GenSubtargetInfo.inc.h +AArch64ISelDAGToDAG.o: AArch64GenDAGISel.inc.h +AArch64ISelDAGToDAG.o: AArch64GenInstrInfo.inc.h +AArch64ISelDAGToDAG.o: AArch64GenRegisterInfo.inc.h +AArch64ISelDAGToDAG.o: AArch64GenSubtargetInfo.inc.h +AArch64ISelDAGToDAG.o: Intrinsics.inc.h +AArch64ISelDAGToDAG.po: AArch64GenDAGISel.inc.h +AArch64ISelDAGToDAG.po: AArch64GenInstrInfo.inc.h +AArch64ISelDAGToDAG.po: AArch64GenRegisterInfo.inc.h +AArch64ISelDAGToDAG.po: AArch64GenSubtargetInfo.inc.h +AArch64ISelDAGToDAG.po: Intrinsics.inc.h +AArch64ISelLowering.o: AArch64GenCallingConv.inc.h +AArch64ISelLowering.o: AArch64GenInstrInfo.inc.h +AArch64ISelLowering.o: AArch64GenRegisterInfo.inc.h +AArch64ISelLowering.o: AArch64GenSubtargetInfo.inc.h +AArch64ISelLowering.o: Intrinsics.inc.h +AArch64ISelLowering.po: AArch64GenCallingConv.inc.h +AArch64ISelLowering.po: AArch64GenInstrInfo.inc.h +AArch64ISelLowering.po: AArch64GenRegisterInfo.inc.h +AArch64ISelLowering.po: AArch64GenSubtargetInfo.inc.h +AArch64ISelLowering.po: Intrinsics.inc.h +AArch64InstrInfo.o: AArch64GenInstrInfo.inc.h +AArch64InstrInfo.o: AArch64GenRegisterInfo.inc.h +AArch64InstrInfo.o: AArch64GenSubtargetInfo.inc.h +AArch64InstrInfo.po: AArch64GenInstrInfo.inc.h +AArch64InstrInfo.po: AArch64GenRegisterInfo.inc.h +AArch64InstrInfo.po: AArch64GenSubtargetInfo.inc.h +AArch64LoadStoreOptimizer.o: AArch64GenInstrInfo.inc.h +AArch64LoadStoreOptimizer.o: AArch64GenRegisterInfo.inc.h +AArch64LoadStoreOptimizer.o: AArch64GenSubtargetInfo.inc.h +AArch64LoadStoreOptimizer.po: AArch64GenInstrInfo.inc.h +AArch64LoadStoreOptimizer.po: AArch64GenRegisterInfo.inc.h +AArch64LoadStoreOptimizer.po: AArch64GenSubtargetInfo.inc.h +AArch64MCInstLower.o: AArch64GenInstrInfo.inc.h +AArch64MCInstLower.o: AArch64GenRegisterInfo.inc.h +AArch64MCInstLower.o: AArch64GenSubtargetInfo.inc.h +AArch64MCInstLower.po: AArch64GenInstrInfo.inc.h +AArch64MCInstLower.po: AArch64GenRegisterInfo.inc.h +AArch64MCInstLower.po: AArch64GenSubtargetInfo.inc.h +AArch64PBQPRegAlloc.o: AArch64GenInstrInfo.inc.h +AArch64PBQPRegAlloc.o: AArch64GenRegisterInfo.inc.h +AArch64PBQPRegAlloc.o: AArch64GenSubtargetInfo.inc.h +AArch64PBQPRegAlloc.po: AArch64GenInstrInfo.inc.h +AArch64PBQPRegAlloc.po: AArch64GenRegisterInfo.inc.h +AArch64PBQPRegAlloc.po: AArch64GenSubtargetInfo.inc.h +AArch64PromoteConstant.o: AArch64GenInstrInfo.inc.h +AArch64PromoteConstant.o: AArch64GenRegisterInfo.inc.h +AArch64PromoteConstant.o: AArch64GenSubtargetInfo.inc.h +AArch64PromoteConstant.o: Intrinsics.inc.h +AArch64PromoteConstant.po: AArch64GenInstrInfo.inc.h +AArch64PromoteConstant.po: AArch64GenRegisterInfo.inc.h +AArch64PromoteConstant.po: AArch64GenSubtargetInfo.inc.h +AArch64PromoteConstant.po: Intrinsics.inc.h +AArch64RegisterInfo.o: AArch64GenInstrInfo.inc.h +AArch64RegisterInfo.o: AArch64GenRegisterInfo.inc.h +AArch64RegisterInfo.o: AArch64GenSubtargetInfo.inc.h +AArch64RegisterInfo.po: AArch64GenInstrInfo.inc.h +AArch64RegisterInfo.po: AArch64GenRegisterInfo.inc.h +AArch64RegisterInfo.po: AArch64GenSubtargetInfo.inc.h +AArch64SelectionDAGInfo.o: AArch64GenInstrInfo.inc.h +AArch64SelectionDAGInfo.o: AArch64GenRegisterInfo.inc.h +AArch64SelectionDAGInfo.o: AArch64GenSubtargetInfo.inc.h +AArch64SelectionDAGInfo.po: AArch64GenInstrInfo.inc.h +AArch64SelectionDAGInfo.po: AArch64GenRegisterInfo.inc.h +AArch64SelectionDAGInfo.po: AArch64GenSubtargetInfo.inc.h +AArch64StorePairSuppress.o: AArch64GenInstrInfo.inc.h +AArch64StorePairSuppress.o: AArch64GenRegisterInfo.inc.h +AArch64StorePairSuppress.o: AArch64GenSubtargetInfo.inc.h +AArch64StorePairSuppress.po: AArch64GenInstrInfo.inc.h +AArch64StorePairSuppress.po: AArch64GenRegisterInfo.inc.h +AArch64StorePairSuppress.po: AArch64GenSubtargetInfo.inc.h +AArch64Subtarget.o: AArch64GenInstrInfo.inc.h +AArch64Subtarget.o: AArch64GenRegisterInfo.inc.h +AArch64Subtarget.o: AArch64GenSubtargetInfo.inc.h +AArch64Subtarget.po: AArch64GenInstrInfo.inc.h +AArch64Subtarget.po: AArch64GenRegisterInfo.inc.h +AArch64Subtarget.po: AArch64GenSubtargetInfo.inc.h +AArch64TargetMachine.o: AArch64GenInstrInfo.inc.h +AArch64TargetMachine.o: AArch64GenRegisterInfo.inc.h +AArch64TargetMachine.o: AArch64GenSubtargetInfo.inc.h +AArch64TargetMachine.po: AArch64GenInstrInfo.inc.h +AArch64TargetMachine.po: AArch64GenRegisterInfo.inc.h +AArch64TargetMachine.po: AArch64GenSubtargetInfo.inc.h +AArch64TargetObjectFile.o: AArch64GenInstrInfo.inc.h +AArch64TargetObjectFile.o: AArch64GenRegisterInfo.inc.h +AArch64TargetObjectFile.o: AArch64GenSubtargetInfo.inc.h +AArch64TargetObjectFile.po: AArch64GenInstrInfo.inc.h +AArch64TargetObjectFile.po: AArch64GenRegisterInfo.inc.h +AArch64TargetObjectFile.po: AArch64GenSubtargetInfo.inc.h +AArch64TargetTransformInfo.o: AArch64GenInstrInfo.inc.h +AArch64TargetTransformInfo.o: AArch64GenRegisterInfo.inc.h +AArch64TargetTransformInfo.o: AArch64GenSubtargetInfo.inc.h +AArch64TargetTransformInfo.o: Intrinsics.inc.h +AArch64TargetTransformInfo.po: AArch64GenInstrInfo.inc.h +AArch64TargetTransformInfo.po: AArch64GenRegisterInfo.inc.h +AArch64TargetTransformInfo.po: AArch64GenSubtargetInfo.inc.h +AArch64TargetTransformInfo.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmaarch64desc/Makefile b/lib/clang/libllvmaarch64desc/Makefile new file mode 100644 index 0000000..041fbf2 --- /dev/null +++ b/lib/clang/libllvmaarch64desc/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmaarch64desc + +SRCDIR= lib/Target/AArch64/MCTargetDesc +SRCS= AArch64AsmBackend.cpp \ + AArch64ELFObjectWriter.cpp \ + AArch64ELFStreamer.cpp \ + AArch64MCAsmInfo.cpp \ + AArch64MCCodeEmitter.cpp \ + AArch64MCExpr.cpp \ + AArch64MCTargetDesc.cpp \ + AArch64MachObjectWriter.cpp \ + AArch64TargetStreamer.cpp +CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/.. + +TGHDRS= AArch64GenInstrInfo \ + AArch64GenMCCodeEmitter \ + AArch64GenRegisterInfo \ + AArch64GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmaarch64desc/Makefile.depend b/lib/clang/libllvmaarch64desc/Makefile.depend new file mode 100644 index 0000000..b21faa8 --- /dev/null +++ b/lib/clang/libllvmaarch64desc/Makefile.depend @@ -0,0 +1,48 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AArch64AsmBackend.o: AArch64GenInstrInfo.inc.h +AArch64AsmBackend.o: AArch64GenRegisterInfo.inc.h +AArch64AsmBackend.o: AArch64GenSubtargetInfo.inc.h +AArch64AsmBackend.po: AArch64GenInstrInfo.inc.h +AArch64AsmBackend.po: AArch64GenRegisterInfo.inc.h +AArch64AsmBackend.po: AArch64GenSubtargetInfo.inc.h +AArch64ELFObjectWriter.o: AArch64GenInstrInfo.inc.h +AArch64ELFObjectWriter.o: AArch64GenRegisterInfo.inc.h +AArch64ELFObjectWriter.o: AArch64GenSubtargetInfo.inc.h +AArch64ELFObjectWriter.po: AArch64GenInstrInfo.inc.h +AArch64ELFObjectWriter.po: AArch64GenRegisterInfo.inc.h +AArch64ELFObjectWriter.po: AArch64GenSubtargetInfo.inc.h +AArch64MCCodeEmitter.o: AArch64GenInstrInfo.inc.h +AArch64MCCodeEmitter.o: AArch64GenMCCodeEmitter.inc.h +AArch64MCCodeEmitter.o: AArch64GenRegisterInfo.inc.h +AArch64MCCodeEmitter.o: AArch64GenSubtargetInfo.inc.h +AArch64MCCodeEmitter.po: AArch64GenInstrInfo.inc.h +AArch64MCCodeEmitter.po: AArch64GenMCCodeEmitter.inc.h +AArch64MCCodeEmitter.po: AArch64GenRegisterInfo.inc.h +AArch64MCCodeEmitter.po: AArch64GenSubtargetInfo.inc.h +AArch64MCTargetDesc.o: AArch64GenInstrInfo.inc.h +AArch64MCTargetDesc.o: AArch64GenRegisterInfo.inc.h +AArch64MCTargetDesc.o: AArch64GenSubtargetInfo.inc.h +AArch64MCTargetDesc.po: AArch64GenInstrInfo.inc.h +AArch64MCTargetDesc.po: AArch64GenRegisterInfo.inc.h +AArch64MCTargetDesc.po: AArch64GenSubtargetInfo.inc.h +AArch64MachObjectWriter.o: AArch64GenInstrInfo.inc.h +AArch64MachObjectWriter.o: AArch64GenRegisterInfo.inc.h +AArch64MachObjectWriter.o: AArch64GenSubtargetInfo.inc.h +AArch64MachObjectWriter.po: AArch64GenInstrInfo.inc.h +AArch64MachObjectWriter.po: AArch64GenRegisterInfo.inc.h +AArch64MachObjectWriter.po: AArch64GenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmaarch64disassembler/Makefile b/lib/clang/libllvmaarch64disassembler/Makefile new file mode 100644 index 0000000..0cf9658 --- /dev/null +++ b/lib/clang/libllvmaarch64disassembler/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmaarch64disassembler + +SRCDIR= lib/Target/AArch64/Disassembler +INCDIR= lib/Target/AArch64 +SRCS= AArch64Disassembler.cpp + +.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no" +SRCS+= AArch64ExternalSymbolizer.cpp +.endif + +TGHDRS= AArch64GenDisassemblerTables \ + AArch64GenInstrInfo \ + AArch64GenRegisterInfo \ + AArch64GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmaarch64disassembler/Makefile.depend b/lib/clang/libllvmaarch64disassembler/Makefile.depend new file mode 100644 index 0000000..7c5f0d9 --- /dev/null +++ b/lib/clang/libllvmaarch64disassembler/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AArch64Disassembler.o: AArch64GenDisassemblerTables.inc.h +AArch64Disassembler.o: AArch64GenInstrInfo.inc.h +AArch64Disassembler.o: AArch64GenRegisterInfo.inc.h +AArch64Disassembler.o: AArch64GenSubtargetInfo.inc.h +AArch64Disassembler.po: AArch64GenDisassemblerTables.inc.h +AArch64Disassembler.po: AArch64GenInstrInfo.inc.h +AArch64Disassembler.po: AArch64GenRegisterInfo.inc.h +AArch64Disassembler.po: AArch64GenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmaarch64info/Makefile b/lib/clang/libllvmaarch64info/Makefile new file mode 100644 index 0000000..c62a6e1 --- /dev/null +++ b/lib/clang/libllvmaarch64info/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmaarch64info + +SRCDIR= lib/Target/AArch64/TargetInfo +INCDIR= lib/Target/AArch64 +SRCS= AArch64TargetInfo.cpp + +TGHDRS= AArch64GenInstrInfo \ + AArch64GenRegisterInfo \ + AArch64GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmaarch64info/Makefile.depend b/lib/clang/libllvmaarch64info/Makefile.depend new file mode 100644 index 0000000..385072f --- /dev/null +++ b/lib/clang/libllvmaarch64info/Makefile.depend @@ -0,0 +1,16 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmaarch64instprinter/Makefile b/lib/clang/libllvmaarch64instprinter/Makefile new file mode 100644 index 0000000..c037dc8 --- /dev/null +++ b/lib/clang/libllvmaarch64instprinter/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmaarch64instprinter + +SRCDIR= lib/Target/AArch64/InstPrinter +INCDIR= lib/Target/AArch64 +SRCS= AArch64InstPrinter.cpp + +TGHDRS= AArch64GenAsmWriter \ + AArch64GenAsmWriter1 \ + AArch64GenInstrInfo \ + AArch64GenRegisterInfo \ + AArch64GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmaarch64instprinter/Makefile.depend b/lib/clang/libllvmaarch64instprinter/Makefile.depend new file mode 100644 index 0000000..56c8d39 --- /dev/null +++ b/lib/clang/libllvmaarch64instprinter/Makefile.depend @@ -0,0 +1,26 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AArch64InstPrinter.o: AArch64GenAsmWriter.inc.h +AArch64InstPrinter.o: AArch64GenAsmWriter1.inc.h +AArch64InstPrinter.o: AArch64GenInstrInfo.inc.h +AArch64InstPrinter.o: AArch64GenRegisterInfo.inc.h +AArch64InstPrinter.o: AArch64GenSubtargetInfo.inc.h +AArch64InstPrinter.po: AArch64GenAsmWriter.inc.h +AArch64InstPrinter.po: AArch64GenAsmWriter1.inc.h +AArch64InstPrinter.po: AArch64GenInstrInfo.inc.h +AArch64InstPrinter.po: AArch64GenRegisterInfo.inc.h +AArch64InstPrinter.po: AArch64GenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmaarch64utils/Makefile b/lib/clang/libllvmaarch64utils/Makefile new file mode 100644 index 0000000..d945927 --- /dev/null +++ b/lib/clang/libllvmaarch64utils/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmaarch64utils + +SRCDIR= lib/Target/AArch64/Utils +INCDIR= lib/Target/AArch64 +SRCS= AArch64BaseInfo.cpp + +TGHDRS= AArch64GenInstrInfo \ + AArch64GenRegisterInfo \ + AArch64GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmaarch64utils/Makefile.depend b/lib/clang/libllvmaarch64utils/Makefile.depend new file mode 100644 index 0000000..c7f43d4 --- /dev/null +++ b/lib/clang/libllvmaarch64utils/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AArch64BaseInfo.o: AArch64GenInstrInfo.inc.h +AArch64BaseInfo.o: AArch64GenRegisterInfo.inc.h +AArch64BaseInfo.o: AArch64GenSubtargetInfo.inc.h +AArch64BaseInfo.po: AArch64GenInstrInfo.inc.h +AArch64BaseInfo.po: AArch64GenRegisterInfo.inc.h +AArch64BaseInfo.po: AArch64GenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmanalysis/Makefile b/lib/clang/libllvmanalysis/Makefile new file mode 100644 index 0000000..23d1f87 --- /dev/null +++ b/lib/clang/libllvmanalysis/Makefile @@ -0,0 +1,78 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmanalysis + +SRCDIR= lib/Analysis +SRCS= AliasAnalysis.cpp \ + AliasAnalysisCounter.cpp \ + AliasAnalysisEvaluator.cpp \ + AliasDebugger.cpp \ + AliasSetTracker.cpp \ + AssumptionCache.cpp \ + BasicAliasAnalysis.cpp \ + BlockFrequencyInfo.cpp \ + BlockFrequencyInfoImpl.cpp \ + BranchProbabilityInfo.cpp \ + CFG.cpp \ + CFGPrinter.cpp \ + CFLAliasAnalysis.cpp \ + CaptureTracking.cpp \ + CodeMetrics.cpp \ + ConstantFolding.cpp \ + CostModel.cpp \ + Delinearization.cpp \ + DependenceAnalysis.cpp \ + DivergenceAnalysis.cpp \ + DomPrinter.cpp \ + DominanceFrontier.cpp \ + IVUsers.cpp \ + InstCount.cpp \ + InstructionSimplify.cpp \ + Interval.cpp \ + IntervalPartition.cpp \ + IteratedDominanceFrontier.cpp \ + LazyCallGraph.cpp \ + LazyValueInfo.cpp \ + LibCallAliasAnalysis.cpp \ + LibCallSemantics.cpp \ + Lint.cpp \ + Loads.cpp \ + LoopAccessAnalysis.cpp \ + LoopInfo.cpp \ + LoopPass.cpp \ + MemDepPrinter.cpp \ + MemDerefPrinter.cpp \ + MemoryBuiltins.cpp \ + MemoryDependenceAnalysis.cpp \ + MemoryLocation.cpp \ + ModuleDebugInfoPrinter.cpp \ + NoAliasAnalysis.cpp \ + PHITransAddr.cpp \ + PostDominators.cpp \ + PtrUseVisitor.cpp \ + RegionInfo.cpp \ + RegionPass.cpp \ + RegionPrinter.cpp \ + ScalarEvolution.cpp \ + ScalarEvolutionAliasAnalysis.cpp \ + ScalarEvolutionExpander.cpp \ + ScalarEvolutionNormalization.cpp \ + ScopedNoAliasAA.cpp \ + SparsePropagation.cpp \ + TargetLibraryInfo.cpp \ + TargetTransformInfo.cpp \ + TypeBasedAliasAnalysis.cpp \ + ValueTracking.cpp \ + VectorUtils.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= Analysis.cpp \ + CGSCCPassManager.cpp \ + Trace.cpp +.endif + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmanalysis/Makefile.depend b/lib/clang/libllvmanalysis/Makefile.depend new file mode 100644 index 0000000..274e6ed --- /dev/null +++ b/lib/clang/libllvmanalysis/Makefile.depend @@ -0,0 +1,58 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AliasAnalysis.o: Intrinsics.inc.h +AliasAnalysis.po: Intrinsics.inc.h +AliasSetTracker.o: Intrinsics.inc.h +AliasSetTracker.po: Intrinsics.inc.h +AssumptionCache.o: Intrinsics.inc.h +AssumptionCache.po: Intrinsics.inc.h +BasicAliasAnalysis.o: Intrinsics.inc.h +BasicAliasAnalysis.po: Intrinsics.inc.h +CFLAliasAnalysis.o: Intrinsics.inc.h +CFLAliasAnalysis.po: Intrinsics.inc.h +CodeMetrics.o: Intrinsics.inc.h +CodeMetrics.po: Intrinsics.inc.h +ConstantFolding.o: Intrinsics.inc.h +ConstantFolding.po: Intrinsics.inc.h +CostModel.o: Intrinsics.inc.h +CostModel.po: Intrinsics.inc.h +FunctionTargetTransformInfo.o: Intrinsics.inc.h +FunctionTargetTransformInfo.po: Intrinsics.inc.h +InstCount.o: Intrinsics.inc.h +InstCount.po: Intrinsics.inc.h +InstructionSimplify.o: Intrinsics.inc.h +InstructionSimplify.po: Intrinsics.inc.h +LazyCallGraph.o: Intrinsics.inc.h +LazyCallGraph.po: Intrinsics.inc.h +LazyValueInfo.o: Intrinsics.inc.h +LazyValueInfo.po: Intrinsics.inc.h +Lint.o: Intrinsics.inc.h +Lint.po: Intrinsics.inc.h +Loads.o: Intrinsics.inc.h +Loads.po: Intrinsics.inc.h +MemoryBuiltins.o: Intrinsics.inc.h +MemoryBuiltins.po: Intrinsics.inc.h +MemoryDependenceAnalysis.o: Intrinsics.inc.h +MemoryDependenceAnalysis.po: Intrinsics.inc.h +PtrUseVisitor.o: Intrinsics.inc.h +PtrUseVisitor.po: Intrinsics.inc.h +ScalarEvolutionExpander.o: Intrinsics.inc.h +ScalarEvolutionExpander.po: Intrinsics.inc.h +TargetTransformInfo.o: Intrinsics.inc.h +TargetTransformInfo.po: Intrinsics.inc.h +ValueTracking.o: Intrinsics.inc.h +ValueTracking.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmarmasmparser/Makefile b/lib/clang/libllvmarmasmparser/Makefile new file mode 100644 index 0000000..134d8a2 --- /dev/null +++ b/lib/clang/libllvmarmasmparser/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmarmasmparser + +SRCDIR= lib/Target/ARM/AsmParser +INCDIR= lib/Target/ARM +SRCS= ARMAsmParser.cpp + +TGHDRS= ARMGenAsmMatcher \ + ARMGenInstrInfo \ + ARMGenRegisterInfo \ + ARMGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmarmasmparser/Makefile.depend b/lib/clang/libllvmarmasmparser/Makefile.depend new file mode 100644 index 0000000..6fa25b5 --- /dev/null +++ b/lib/clang/libllvmarmasmparser/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ARMAsmParser.o: ARMGenAsmMatcher.inc.h +ARMAsmParser.o: ARMGenInstrInfo.inc.h +ARMAsmParser.o: ARMGenRegisterInfo.inc.h +ARMAsmParser.o: ARMGenSubtargetInfo.inc.h +ARMAsmParser.po: ARMGenAsmMatcher.inc.h +ARMAsmParser.po: ARMGenInstrInfo.inc.h +ARMAsmParser.po: ARMGenRegisterInfo.inc.h +ARMAsmParser.po: ARMGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmarmcodegen/Makefile b/lib/clang/libllvmarmcodegen/Makefile new file mode 100644 index 0000000..6da61b9 --- /dev/null +++ b/lib/clang/libllvmarmcodegen/Makefile @@ -0,0 +1,51 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmarmcodegen + +SRCDIR= lib/Target/ARM +SRCS= A15SDOptimizer.cpp \ + ARMAsmPrinter.cpp \ + ARMBaseInstrInfo.cpp \ + ARMBaseRegisterInfo.cpp \ + ARMConstantIslandPass.cpp \ + ARMConstantPoolValue.cpp \ + ARMExpandPseudoInsts.cpp \ + ARMFastISel.cpp \ + ARMFrameLowering.cpp \ + ARMHazardRecognizer.cpp \ + ARMISelDAGToDAG.cpp \ + ARMISelLowering.cpp \ + ARMInstrInfo.cpp \ + ARMLoadStoreOptimizer.cpp \ + ARMMCInstLower.cpp \ + ARMMachineFunctionInfo.cpp \ + ARMOptimizeBarriersPass.cpp \ + ARMRegisterInfo.cpp \ + ARMSelectionDAGInfo.cpp \ + ARMSubtarget.cpp \ + ARMTargetMachine.cpp \ + ARMTargetObjectFile.cpp \ + ARMTargetTransformInfo.cpp \ + MLxExpansionPass.cpp \ + Thumb1FrameLowering.cpp \ + Thumb1InstrInfo.cpp \ + Thumb2ITBlockPass.cpp \ + Thumb2InstrInfo.cpp \ + Thumb2SizeReduction.cpp \ + ThumbRegisterInfo.cpp + +TGHDRS= ARMGenAsmWriter \ + ARMGenCallingConv \ + ARMGenCodeEmitter \ + ARMGenDAGISel \ + ARMGenFastISel \ + ARMGenInstrInfo \ + ARMGenMCCodeEmitter \ + ARMGenMCPseudoLowering \ + ARMGenRegisterInfo \ + ARMGenSubtargetInfo \ + Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmarmcodegen/Makefile.depend b/lib/clang/libllvmarmcodegen/Makefile.depend new file mode 100644 index 0000000..deda9fb --- /dev/null +++ b/lib/clang/libllvmarmcodegen/Makefile.depend @@ -0,0 +1,214 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +A15SDOptimizer.o: ARMGenInstrInfo.inc.h +A15SDOptimizer.o: ARMGenRegisterInfo.inc.h +A15SDOptimizer.o: ARMGenSubtargetInfo.inc.h +A15SDOptimizer.po: ARMGenInstrInfo.inc.h +A15SDOptimizer.po: ARMGenRegisterInfo.inc.h +A15SDOptimizer.po: ARMGenSubtargetInfo.inc.h +ARMAsmPrinter.o: ARMGenInstrInfo.inc.h +ARMAsmPrinter.o: ARMGenMCPseudoLowering.inc.h +ARMAsmPrinter.o: ARMGenRegisterInfo.inc.h +ARMAsmPrinter.o: ARMGenSubtargetInfo.inc.h +ARMAsmPrinter.po: ARMGenInstrInfo.inc.h +ARMAsmPrinter.po: ARMGenMCPseudoLowering.inc.h +ARMAsmPrinter.po: ARMGenRegisterInfo.inc.h +ARMAsmPrinter.po: ARMGenSubtargetInfo.inc.h +ARMBaseInstrInfo.o: ARMGenInstrInfo.inc.h +ARMBaseInstrInfo.o: ARMGenRegisterInfo.inc.h +ARMBaseInstrInfo.o: ARMGenSubtargetInfo.inc.h +ARMBaseInstrInfo.po: ARMGenInstrInfo.inc.h +ARMBaseInstrInfo.po: ARMGenRegisterInfo.inc.h +ARMBaseInstrInfo.po: ARMGenSubtargetInfo.inc.h +ARMBaseRegisterInfo.o: ARMGenInstrInfo.inc.h +ARMBaseRegisterInfo.o: ARMGenRegisterInfo.inc.h +ARMBaseRegisterInfo.o: ARMGenSubtargetInfo.inc.h +ARMBaseRegisterInfo.po: ARMGenInstrInfo.inc.h +ARMBaseRegisterInfo.po: ARMGenRegisterInfo.inc.h +ARMBaseRegisterInfo.po: ARMGenSubtargetInfo.inc.h +ARMConstantIslandPass.o: ARMGenInstrInfo.inc.h +ARMConstantIslandPass.o: ARMGenRegisterInfo.inc.h +ARMConstantIslandPass.o: ARMGenSubtargetInfo.inc.h +ARMConstantIslandPass.po: ARMGenInstrInfo.inc.h +ARMConstantIslandPass.po: ARMGenRegisterInfo.inc.h +ARMConstantIslandPass.po: ARMGenSubtargetInfo.inc.h +ARMExpandPseudoInsts.o: ARMGenInstrInfo.inc.h +ARMExpandPseudoInsts.o: ARMGenRegisterInfo.inc.h +ARMExpandPseudoInsts.o: ARMGenSubtargetInfo.inc.h +ARMExpandPseudoInsts.po: ARMGenInstrInfo.inc.h +ARMExpandPseudoInsts.po: ARMGenRegisterInfo.inc.h +ARMExpandPseudoInsts.po: ARMGenSubtargetInfo.inc.h +ARMFastISel.o: ARMGenCallingConv.inc.h +ARMFastISel.o: ARMGenFastISel.inc.h +ARMFastISel.o: ARMGenInstrInfo.inc.h +ARMFastISel.o: ARMGenRegisterInfo.inc.h +ARMFastISel.o: ARMGenSubtargetInfo.inc.h +ARMFastISel.o: Intrinsics.inc.h +ARMFastISel.po: ARMGenCallingConv.inc.h +ARMFastISel.po: ARMGenFastISel.inc.h +ARMFastISel.po: ARMGenInstrInfo.inc.h +ARMFastISel.po: ARMGenRegisterInfo.inc.h +ARMFastISel.po: ARMGenSubtargetInfo.inc.h +ARMFastISel.po: Intrinsics.inc.h +ARMFrameLowering.o: ARMGenInstrInfo.inc.h +ARMFrameLowering.o: ARMGenRegisterInfo.inc.h +ARMFrameLowering.o: ARMGenSubtargetInfo.inc.h +ARMFrameLowering.po: ARMGenInstrInfo.inc.h +ARMFrameLowering.po: ARMGenRegisterInfo.inc.h +ARMFrameLowering.po: ARMGenSubtargetInfo.inc.h +ARMHazardRecognizer.o: ARMGenInstrInfo.inc.h +ARMHazardRecognizer.o: ARMGenRegisterInfo.inc.h +ARMHazardRecognizer.o: ARMGenSubtargetInfo.inc.h +ARMHazardRecognizer.po: ARMGenInstrInfo.inc.h +ARMHazardRecognizer.po: ARMGenRegisterInfo.inc.h +ARMHazardRecognizer.po: ARMGenSubtargetInfo.inc.h +ARMISelDAGToDAG.o: ARMGenDAGISel.inc.h +ARMISelDAGToDAG.o: ARMGenInstrInfo.inc.h +ARMISelDAGToDAG.o: ARMGenRegisterInfo.inc.h +ARMISelDAGToDAG.o: ARMGenSubtargetInfo.inc.h +ARMISelDAGToDAG.o: Intrinsics.inc.h +ARMISelDAGToDAG.po: ARMGenDAGISel.inc.h +ARMISelDAGToDAG.po: ARMGenInstrInfo.inc.h +ARMISelDAGToDAG.po: ARMGenRegisterInfo.inc.h +ARMISelDAGToDAG.po: ARMGenSubtargetInfo.inc.h +ARMISelDAGToDAG.po: Intrinsics.inc.h +ARMISelLowering.o: ARMGenCallingConv.inc.h +ARMISelLowering.o: ARMGenInstrInfo.inc.h +ARMISelLowering.o: ARMGenRegisterInfo.inc.h +ARMISelLowering.o: ARMGenSubtargetInfo.inc.h +ARMISelLowering.o: Intrinsics.inc.h +ARMISelLowering.po: ARMGenCallingConv.inc.h +ARMISelLowering.po: ARMGenInstrInfo.inc.h +ARMISelLowering.po: ARMGenRegisterInfo.inc.h +ARMISelLowering.po: ARMGenSubtargetInfo.inc.h +ARMISelLowering.po: Intrinsics.inc.h +ARMInstrInfo.o: ARMGenInstrInfo.inc.h +ARMInstrInfo.o: ARMGenRegisterInfo.inc.h +ARMInstrInfo.o: ARMGenSubtargetInfo.inc.h +ARMInstrInfo.po: ARMGenInstrInfo.inc.h +ARMInstrInfo.po: ARMGenRegisterInfo.inc.h +ARMInstrInfo.po: ARMGenSubtargetInfo.inc.h +ARMLoadStoreOptimizer.o: ARMGenInstrInfo.inc.h +ARMLoadStoreOptimizer.o: ARMGenRegisterInfo.inc.h +ARMLoadStoreOptimizer.o: ARMGenSubtargetInfo.inc.h +ARMLoadStoreOptimizer.po: ARMGenInstrInfo.inc.h +ARMLoadStoreOptimizer.po: ARMGenRegisterInfo.inc.h +ARMLoadStoreOptimizer.po: ARMGenSubtargetInfo.inc.h +ARMMCInstLower.o: ARMGenInstrInfo.inc.h +ARMMCInstLower.o: ARMGenRegisterInfo.inc.h +ARMMCInstLower.o: ARMGenSubtargetInfo.inc.h +ARMMCInstLower.po: ARMGenInstrInfo.inc.h +ARMMCInstLower.po: ARMGenRegisterInfo.inc.h +ARMMCInstLower.po: ARMGenSubtargetInfo.inc.h +ARMMachineFunctionInfo.o: ARMGenInstrInfo.inc.h +ARMMachineFunctionInfo.o: ARMGenRegisterInfo.inc.h +ARMMachineFunctionInfo.o: ARMGenSubtargetInfo.inc.h +ARMMachineFunctionInfo.po: ARMGenInstrInfo.inc.h +ARMMachineFunctionInfo.po: ARMGenRegisterInfo.inc.h +ARMMachineFunctionInfo.po: ARMGenSubtargetInfo.inc.h +ARMOptimizeBarriersPass.o: ARMGenInstrInfo.inc.h +ARMOptimizeBarriersPass.o: ARMGenRegisterInfo.inc.h +ARMOptimizeBarriersPass.o: ARMGenSubtargetInfo.inc.h +ARMOptimizeBarriersPass.po: ARMGenInstrInfo.inc.h +ARMOptimizeBarriersPass.po: ARMGenRegisterInfo.inc.h +ARMOptimizeBarriersPass.po: ARMGenSubtargetInfo.inc.h +ARMRegisterInfo.o: ARMGenInstrInfo.inc.h +ARMRegisterInfo.o: ARMGenRegisterInfo.inc.h +ARMRegisterInfo.o: ARMGenSubtargetInfo.inc.h +ARMRegisterInfo.po: ARMGenInstrInfo.inc.h +ARMRegisterInfo.po: ARMGenRegisterInfo.inc.h +ARMRegisterInfo.po: ARMGenSubtargetInfo.inc.h +ARMSelectionDAGInfo.o: ARMGenInstrInfo.inc.h +ARMSelectionDAGInfo.o: ARMGenRegisterInfo.inc.h +ARMSelectionDAGInfo.o: ARMGenSubtargetInfo.inc.h +ARMSelectionDAGInfo.po: ARMGenInstrInfo.inc.h +ARMSelectionDAGInfo.po: ARMGenRegisterInfo.inc.h +ARMSelectionDAGInfo.po: ARMGenSubtargetInfo.inc.h +ARMSubtarget.o: ARMGenInstrInfo.inc.h +ARMSubtarget.o: ARMGenRegisterInfo.inc.h +ARMSubtarget.o: ARMGenSubtargetInfo.inc.h +ARMSubtarget.po: ARMGenInstrInfo.inc.h +ARMSubtarget.po: ARMGenRegisterInfo.inc.h +ARMSubtarget.po: ARMGenSubtargetInfo.inc.h +ARMTargetMachine.o: ARMGenInstrInfo.inc.h +ARMTargetMachine.o: ARMGenRegisterInfo.inc.h +ARMTargetMachine.o: ARMGenSubtargetInfo.inc.h +ARMTargetMachine.po: ARMGenInstrInfo.inc.h +ARMTargetMachine.po: ARMGenRegisterInfo.inc.h +ARMTargetMachine.po: ARMGenSubtargetInfo.inc.h +ARMTargetObjectFile.o: ARMGenInstrInfo.inc.h +ARMTargetObjectFile.o: ARMGenRegisterInfo.inc.h +ARMTargetObjectFile.o: ARMGenSubtargetInfo.inc.h +ARMTargetObjectFile.po: ARMGenInstrInfo.inc.h +ARMTargetObjectFile.po: ARMGenRegisterInfo.inc.h +ARMTargetObjectFile.po: ARMGenSubtargetInfo.inc.h +ARMTargetTransformInfo.o: ARMGenInstrInfo.inc.h +ARMTargetTransformInfo.o: ARMGenRegisterInfo.inc.h +ARMTargetTransformInfo.o: ARMGenSubtargetInfo.inc.h +ARMTargetTransformInfo.o: Intrinsics.inc.h +ARMTargetTransformInfo.po: ARMGenInstrInfo.inc.h +ARMTargetTransformInfo.po: ARMGenRegisterInfo.inc.h +ARMTargetTransformInfo.po: ARMGenSubtargetInfo.inc.h +ARMTargetTransformInfo.po: Intrinsics.inc.h +MLxExpansionPass.o: ARMGenInstrInfo.inc.h +MLxExpansionPass.o: ARMGenRegisterInfo.inc.h +MLxExpansionPass.o: ARMGenSubtargetInfo.inc.h +MLxExpansionPass.po: ARMGenInstrInfo.inc.h +MLxExpansionPass.po: ARMGenRegisterInfo.inc.h +MLxExpansionPass.po: ARMGenSubtargetInfo.inc.h +Thumb1FrameLowering.o: ARMGenInstrInfo.inc.h +Thumb1FrameLowering.o: ARMGenRegisterInfo.inc.h +Thumb1FrameLowering.o: ARMGenSubtargetInfo.inc.h +Thumb1FrameLowering.po: ARMGenInstrInfo.inc.h +Thumb1FrameLowering.po: ARMGenRegisterInfo.inc.h +Thumb1FrameLowering.po: ARMGenSubtargetInfo.inc.h +Thumb1InstrInfo.o: ARMGenInstrInfo.inc.h +Thumb1InstrInfo.o: ARMGenRegisterInfo.inc.h +Thumb1InstrInfo.o: ARMGenSubtargetInfo.inc.h +Thumb1InstrInfo.po: ARMGenInstrInfo.inc.h +Thumb1InstrInfo.po: ARMGenRegisterInfo.inc.h +Thumb1InstrInfo.po: ARMGenSubtargetInfo.inc.h +Thumb1RegisterInfo.o: ARMGenInstrInfo.inc.h +Thumb1RegisterInfo.o: ARMGenRegisterInfo.inc.h +Thumb1RegisterInfo.o: ARMGenSubtargetInfo.inc.h +Thumb1RegisterInfo.po: ARMGenInstrInfo.inc.h +Thumb1RegisterInfo.po: ARMGenRegisterInfo.inc.h +Thumb1RegisterInfo.po: ARMGenSubtargetInfo.inc.h +Thumb2ITBlockPass.o: ARMGenInstrInfo.inc.h +Thumb2ITBlockPass.o: ARMGenRegisterInfo.inc.h +Thumb2ITBlockPass.o: ARMGenSubtargetInfo.inc.h +Thumb2ITBlockPass.po: ARMGenInstrInfo.inc.h +Thumb2ITBlockPass.po: ARMGenRegisterInfo.inc.h +Thumb2ITBlockPass.po: ARMGenSubtargetInfo.inc.h +Thumb2InstrInfo.o: ARMGenInstrInfo.inc.h +Thumb2InstrInfo.o: ARMGenRegisterInfo.inc.h +Thumb2InstrInfo.o: ARMGenSubtargetInfo.inc.h +Thumb2InstrInfo.po: ARMGenInstrInfo.inc.h +Thumb2InstrInfo.po: ARMGenRegisterInfo.inc.h +Thumb2InstrInfo.po: ARMGenSubtargetInfo.inc.h +Thumb2RegisterInfo.o: ARMGenInstrInfo.inc.h +Thumb2RegisterInfo.o: ARMGenRegisterInfo.inc.h +Thumb2RegisterInfo.o: ARMGenSubtargetInfo.inc.h +Thumb2RegisterInfo.po: ARMGenInstrInfo.inc.h +Thumb2RegisterInfo.po: ARMGenRegisterInfo.inc.h +Thumb2RegisterInfo.po: ARMGenSubtargetInfo.inc.h +Thumb2SizeReduction.o: ARMGenInstrInfo.inc.h +Thumb2SizeReduction.o: ARMGenRegisterInfo.inc.h +Thumb2SizeReduction.o: ARMGenSubtargetInfo.inc.h +Thumb2SizeReduction.po: ARMGenInstrInfo.inc.h +Thumb2SizeReduction.po: ARMGenRegisterInfo.inc.h +Thumb2SizeReduction.po: ARMGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmarmdesc/Makefile b/lib/clang/libllvmarmdesc/Makefile new file mode 100644 index 0000000..42c3f5c --- /dev/null +++ b/lib/clang/libllvmarmdesc/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmarmdesc + +SRCDIR= lib/Target/ARM/MCTargetDesc +SRCS= ARMAsmBackend.cpp \ + ARMELFObjectWriter.cpp \ + ARMELFObjectWriter.cpp \ + ARMELFStreamer.cpp \ + ARMMCAsmInfo.cpp \ + ARMMCCodeEmitter.cpp \ + ARMMCExpr.cpp \ + ARMMCTargetDesc.cpp \ + ARMMachORelocationInfo.cpp \ + ARMMachObjectWriter.cpp \ + ARMTargetStreamer.cpp \ + ARMUnwindOpAsm.cpp \ + ARMWinCOFFObjectWriter.cpp \ + ARMWinCOFFStreamer.cpp +CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/.. + +TGHDRS= ARMGenInstrInfo \ + ARMGenMCCodeEmitter \ + ARMGenRegisterInfo \ + ARMGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmarmdesc/Makefile.depend b/lib/clang/libllvmarmdesc/Makefile.depend new file mode 100644 index 0000000..1d70a65 --- /dev/null +++ b/lib/clang/libllvmarmdesc/Makefile.depend @@ -0,0 +1,66 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ARMAsmBackend.o: ARMGenInstrInfo.inc.h +ARMAsmBackend.o: ARMGenRegisterInfo.inc.h +ARMAsmBackend.o: ARMGenSubtargetInfo.inc.h +ARMAsmBackend.po: ARMGenInstrInfo.inc.h +ARMAsmBackend.po: ARMGenRegisterInfo.inc.h +ARMAsmBackend.po: ARMGenSubtargetInfo.inc.h +ARMELFObjectWriter.o: ARMGenInstrInfo.inc.h +ARMELFObjectWriter.o: ARMGenRegisterInfo.inc.h +ARMELFObjectWriter.o: ARMGenSubtargetInfo.inc.h +ARMELFObjectWriter.po: ARMGenInstrInfo.inc.h +ARMELFObjectWriter.po: ARMGenRegisterInfo.inc.h +ARMELFObjectWriter.po: ARMGenSubtargetInfo.inc.h +ARMELFStreamer.o: ARMGenInstrInfo.inc.h +ARMELFStreamer.o: ARMGenRegisterInfo.inc.h +ARMELFStreamer.o: ARMGenSubtargetInfo.inc.h +ARMELFStreamer.po: ARMGenInstrInfo.inc.h +ARMELFStreamer.po: ARMGenRegisterInfo.inc.h +ARMELFStreamer.po: ARMGenSubtargetInfo.inc.h +ARMMCCodeEmitter.o: ARMGenInstrInfo.inc.h +ARMMCCodeEmitter.o: ARMGenMCCodeEmitter.inc.h +ARMMCCodeEmitter.o: ARMGenRegisterInfo.inc.h +ARMMCCodeEmitter.o: ARMGenSubtargetInfo.inc.h +ARMMCCodeEmitter.po: ARMGenInstrInfo.inc.h +ARMMCCodeEmitter.po: ARMGenMCCodeEmitter.inc.h +ARMMCCodeEmitter.po: ARMGenRegisterInfo.inc.h +ARMMCCodeEmitter.po: ARMGenSubtargetInfo.inc.h +ARMMCTargetDesc.o: ARMGenInstrInfo.inc.h +ARMMCTargetDesc.o: ARMGenRegisterInfo.inc.h +ARMMCTargetDesc.o: ARMGenSubtargetInfo.inc.h +ARMMCTargetDesc.po: ARMGenInstrInfo.inc.h +ARMMCTargetDesc.po: ARMGenRegisterInfo.inc.h +ARMMCTargetDesc.po: ARMGenSubtargetInfo.inc.h +ARMMachORelocationInfo.o: ARMGenInstrInfo.inc.h +ARMMachORelocationInfo.o: ARMGenRegisterInfo.inc.h +ARMMachORelocationInfo.o: ARMGenSubtargetInfo.inc.h +ARMMachORelocationInfo.po: ARMGenInstrInfo.inc.h +ARMMachORelocationInfo.po: ARMGenRegisterInfo.inc.h +ARMMachORelocationInfo.po: ARMGenSubtargetInfo.inc.h +ARMMachObjectWriter.o: ARMGenInstrInfo.inc.h +ARMMachObjectWriter.o: ARMGenRegisterInfo.inc.h +ARMMachObjectWriter.o: ARMGenSubtargetInfo.inc.h +ARMMachObjectWriter.po: ARMGenInstrInfo.inc.h +ARMMachObjectWriter.po: ARMGenRegisterInfo.inc.h +ARMMachObjectWriter.po: ARMGenSubtargetInfo.inc.h +ARMWinCOFFStreamer.o: ARMGenInstrInfo.inc.h +ARMWinCOFFStreamer.o: ARMGenRegisterInfo.inc.h +ARMWinCOFFStreamer.o: ARMGenSubtargetInfo.inc.h +ARMWinCOFFStreamer.po: ARMGenInstrInfo.inc.h +ARMWinCOFFStreamer.po: ARMGenRegisterInfo.inc.h +ARMWinCOFFStreamer.po: ARMGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmarmdisassembler/Makefile b/lib/clang/libllvmarmdisassembler/Makefile new file mode 100644 index 0000000..6af7265 --- /dev/null +++ b/lib/clang/libllvmarmdisassembler/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmarmdisassembler + +SRCDIR= lib/Target/ARM/Disassembler +INCDIR= lib/Target/ARM +SRCS= ARMDisassembler.cpp + +TGHDRS= ARMGenDisassemblerTables \ + ARMGenInstrInfo \ + ARMGenRegisterInfo \ + ARMGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmarmdisassembler/Makefile.depend b/lib/clang/libllvmarmdisassembler/Makefile.depend new file mode 100644 index 0000000..59787f1 --- /dev/null +++ b/lib/clang/libllvmarmdisassembler/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ARMDisassembler.o: ARMGenDisassemblerTables.inc.h +ARMDisassembler.o: ARMGenInstrInfo.inc.h +ARMDisassembler.o: ARMGenRegisterInfo.inc.h +ARMDisassembler.o: ARMGenSubtargetInfo.inc.h +ARMDisassembler.po: ARMGenDisassemblerTables.inc.h +ARMDisassembler.po: ARMGenInstrInfo.inc.h +ARMDisassembler.po: ARMGenRegisterInfo.inc.h +ARMDisassembler.po: ARMGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmarminfo/Makefile b/lib/clang/libllvmarminfo/Makefile new file mode 100644 index 0000000..1da434c --- /dev/null +++ b/lib/clang/libllvmarminfo/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmarminfo + +SRCDIR= lib/Target/ARM/TargetInfo +INCDIR= lib/Target/ARM +SRCS= ARMTargetInfo.cpp + +TGHDRS= ARMGenInstrInfo \ + ARMGenRegisterInfo \ + ARMGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmarminfo/Makefile.depend b/lib/clang/libllvmarminfo/Makefile.depend new file mode 100644 index 0000000..eb09777 --- /dev/null +++ b/lib/clang/libllvmarminfo/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ARMTargetInfo.o: ARMGenInstrInfo.inc.h +ARMTargetInfo.o: ARMGenRegisterInfo.inc.h +ARMTargetInfo.o: ARMGenSubtargetInfo.inc.h +ARMTargetInfo.po: ARMGenInstrInfo.inc.h +ARMTargetInfo.po: ARMGenRegisterInfo.inc.h +ARMTargetInfo.po: ARMGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmarminstprinter/Makefile b/lib/clang/libllvmarminstprinter/Makefile new file mode 100644 index 0000000..67b8fee --- /dev/null +++ b/lib/clang/libllvmarminstprinter/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmarminstprinter + +SRCDIR= lib/Target/ARM/InstPrinter +INCDIR= lib/Target/ARM +SRCS= ARMInstPrinter.cpp + +TGHDRS= ARMGenAsmWriter \ + ARMGenInstrInfo \ + ARMGenRegisterInfo \ + ARMGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmarminstprinter/Makefile.depend b/lib/clang/libllvmarminstprinter/Makefile.depend new file mode 100644 index 0000000..ba60d06 --- /dev/null +++ b/lib/clang/libllvmarminstprinter/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ARMInstPrinter.o: ARMGenAsmWriter.inc.h +ARMInstPrinter.o: ARMGenInstrInfo.inc.h +ARMInstPrinter.o: ARMGenRegisterInfo.inc.h +ARMInstPrinter.o: ARMGenSubtargetInfo.inc.h +ARMInstPrinter.po: ARMGenAsmWriter.inc.h +ARMInstPrinter.po: ARMGenInstrInfo.inc.h +ARMInstPrinter.po: ARMGenRegisterInfo.inc.h +ARMInstPrinter.po: ARMGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmasmparser/Makefile b/lib/clang/libllvmasmparser/Makefile new file mode 100644 index 0000000..bb8f0df --- /dev/null +++ b/lib/clang/libllvmasmparser/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmasmparser + +SRCDIR= lib/AsmParser +SRCS= LLLexer.cpp \ + LLParser.cpp \ + Parser.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmasmparser/Makefile.depend b/lib/clang/libllvmasmparser/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmasmparser/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmasmprinter/Makefile b/lib/clang/libllvmasmprinter/Makefile new file mode 100644 index 0000000..1cddd55 --- /dev/null +++ b/lib/clang/libllvmasmprinter/Makefile @@ -0,0 +1,33 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmasmprinter + +SRCDIR= lib/CodeGen/AsmPrinter +SRCS= ARMException.cpp \ + AddressPool.cpp \ + AsmPrinter.cpp \ + AsmPrinterDwarf.cpp \ + AsmPrinterInlineAsm.cpp \ + DIE.cpp \ + DIEHash.cpp \ + DebugLocStream.cpp \ + DbgValueHistoryCalculator.cpp \ + DwarfAccelTable.cpp \ + DwarfCFIException.cpp \ + DwarfCompileUnit.cpp \ + DwarfDebug.cpp \ + DwarfExpression.cpp \ + DwarfFile.cpp \ + DwarfStringPool.cpp \ + DwarfUnit.cpp \ + EHStreamer.cpp \ + ErlangGCPrinter.cpp \ + OcamlGCPrinter.cpp \ + WinCodeViewLineTables.cpp \ + WinException.cpp + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmasmprinter/Makefile.depend b/lib/clang/libllvmasmprinter/Makefile.depend new file mode 100644 index 0000000..ed98ab4 --- /dev/null +++ b/lib/clang/libllvmasmprinter/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ErlangGCPrinter.o: Intrinsics.inc.h +ErlangGCPrinter.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmbitreader/Makefile b/lib/clang/libllvmbitreader/Makefile new file mode 100644 index 0000000..6add8a3 --- /dev/null +++ b/lib/clang/libllvmbitreader/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmbitreader + +SRCDIR= lib/Bitcode/Reader +SRCS= BitReader.cpp \ + BitcodeReader.cpp \ + BitstreamReader.cpp + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmbitreader/Makefile.depend b/lib/clang/libllvmbitreader/Makefile.depend new file mode 100644 index 0000000..387067c --- /dev/null +++ b/lib/clang/libllvmbitreader/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +BitcodeReader.o: Intrinsics.inc.h +BitcodeReader.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmbitwriter/Makefile b/lib/clang/libllvmbitwriter/Makefile new file mode 100644 index 0000000..2e5fa2a --- /dev/null +++ b/lib/clang/libllvmbitwriter/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmbitwriter + +SRCDIR= lib/Bitcode/Writer +SRCS= BitcodeWriter.cpp \ + BitcodeWriterPass.cpp \ + ValueEnumerator.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= BitWriter.cpp +.endif + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmbitwriter/Makefile.depend b/lib/clang/libllvmbitwriter/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmbitwriter/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmcodegen/Makefile b/lib/clang/libllvmcodegen/Makefile new file mode 100644 index 0000000..3205f6a --- /dev/null +++ b/lib/clang/libllvmcodegen/Makefile @@ -0,0 +1,139 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmcodegen + +SRCDIR= lib/CodeGen +SRCS= AggressiveAntiDepBreaker.cpp \ + AllocationOrder.cpp \ + Analysis.cpp \ + AtomicExpandPass.cpp \ + BasicTargetTransformInfo.cpp \ + BranchFolding.cpp \ + CalcSpillWeights.cpp \ + CallingConvLower.cpp \ + CodeGen.cpp \ + CodeGenPrepare.cpp \ + CoreCLRGC.cpp \ + CriticalAntiDepBreaker.cpp \ + DFAPacketizer.cpp \ + DeadMachineInstructionElim.cpp \ + DwarfEHPrepare.cpp \ + EarlyIfConversion.cpp \ + EdgeBundles.cpp \ + ErlangGC.cpp \ + ExecutionDepsFix.cpp \ + ExpandISelPseudos.cpp \ + ExpandPostRAPseudos.cpp \ + FaultMaps.cpp \ + GCMetadata.cpp \ + GCRootLowering.cpp \ + GlobalMerge.cpp \ + IfConversion.cpp \ + ImplicitNullChecks.cpp \ + InlineSpiller.cpp \ + InterferenceCache.cpp \ + InterleavedAccessPass.cpp \ + IntrinsicLowering.cpp \ + LLVMTargetMachine.cpp \ + LatencyPriorityQueue.cpp \ + LexicalScopes.cpp \ + LiveDebugVariables.cpp \ + LiveInterval.cpp \ + LiveIntervalAnalysis.cpp \ + LiveIntervalUnion.cpp \ + LivePhysRegs.cpp \ + LiveRangeCalc.cpp \ + LiveRangeEdit.cpp \ + LiveRegMatrix.cpp \ + LiveStackAnalysis.cpp \ + LiveVariables.cpp \ + LocalStackSlotAllocation.cpp \ + MIRPrinter.cpp \ + MIRPrintingPass.cpp \ + MachineBasicBlock.cpp \ + MachineBlockFrequencyInfo.cpp \ + MachineBlockPlacement.cpp \ + MachineBranchProbabilityInfo.cpp \ + MachineCSE.cpp \ + MachineCombiner.cpp \ + MachineCopyPropagation.cpp \ + MachineDominanceFrontier.cpp \ + MachineDominators.cpp \ + MachineFunction.cpp \ + MachineFunctionAnalysis.cpp \ + MachineFunctionPass.cpp \ + MachineFunctionPrinterPass.cpp \ + MachineInstr.cpp \ + MachineInstrBundle.cpp \ + MachineLICM.cpp \ + MachineLoopInfo.cpp \ + MachineModuleInfo.cpp \ + MachineModuleInfoImpls.cpp \ + MachinePassRegistry.cpp \ + MachinePostDominators.cpp \ + MachineRegionInfo.cpp \ + MachineRegisterInfo.cpp \ + MachineSSAUpdater.cpp \ + MachineScheduler.cpp \ + MachineSink.cpp \ + MachineTraceMetrics.cpp \ + MachineVerifier.cpp \ + OcamlGC.cpp \ + OptimizePHIs.cpp \ + PHIElimination.cpp \ + PHIEliminationUtils.cpp \ + Passes.cpp \ + PeepholeOptimizer.cpp \ + PostRASchedulerList.cpp \ + ProcessImplicitDefs.cpp \ + PrologEpilogInserter.cpp \ + PseudoSourceValue.cpp \ + RegAllocBase.cpp \ + RegAllocBasic.cpp \ + RegAllocFast.cpp \ + RegAllocGreedy.cpp \ + RegAllocPBQP.cpp \ + RegisterClassInfo.cpp \ + RegisterCoalescer.cpp \ + RegisterPressure.cpp \ + RegisterScavenging.cpp \ + ScheduleDAG.cpp \ + ScheduleDAGInstrs.cpp \ + ScheduleDAGPrinter.cpp \ + ScoreboardHazardRecognizer.cpp \ + ShadowStackGC.cpp \ + ShadowStackGCLowering.cpp \ + ShrinkWrap.cpp \ + SjLjEHPrepare.cpp \ + SlotIndexes.cpp \ + SpillPlacement.cpp \ + SplitKit.cpp \ + StackColoring.cpp \ + StackMapLivenessAnalysis.cpp \ + StackMaps.cpp \ + StackProtector.cpp \ + StackSlotColoring.cpp \ + StatepointExampleGC.cpp \ + TailDuplication.cpp \ + TargetFrameLoweringImpl.cpp \ + TargetInstrInfo.cpp \ + TargetLoweringBase.cpp \ + TargetLoweringObjectFileImpl.cpp \ + TargetOptionsImpl.cpp \ + TargetRegisterInfo.cpp \ + TargetSchedule.cpp \ + TwoAddressInstructionPass.cpp \ + UnreachableBlockElim.cpp \ + VirtRegMap.cpp \ + WinEHPrepare.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= GCMetadataPrinter.cpp \ + GCStrategy.cpp +.endif + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmcodegen/Makefile.depend b/lib/clang/libllvmcodegen/Makefile.depend new file mode 100644 index 0000000..98484cb --- /dev/null +++ b/lib/clang/libllvmcodegen/Makefile.depend @@ -0,0 +1,40 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Analysis.o: Intrinsics.inc.h +Analysis.po: Intrinsics.inc.h +AtomicExpandPass.o: Intrinsics.inc.h +AtomicExpandPass.po: Intrinsics.inc.h +BasicTargetTransformInfo.o: Intrinsics.inc.h +BasicTargetTransformInfo.po: Intrinsics.inc.h +CodeGenPrepare.o: Intrinsics.inc.h +CodeGenPrepare.po: Intrinsics.inc.h +DwarfEHPrepare.o: Intrinsics.inc.h +DwarfEHPrepare.po: Intrinsics.inc.h +GCStrategy.o: Intrinsics.inc.h +GCStrategy.po: Intrinsics.inc.h +GlobalMerge.o: Intrinsics.inc.h +GlobalMerge.po: Intrinsics.inc.h +IntrinsicLowering.o: Intrinsics.inc.h +IntrinsicLowering.po: Intrinsics.inc.h +LocalStackSlotAllocation.o: Intrinsics.inc.h +LocalStackSlotAllocation.po: Intrinsics.inc.h +ShadowStackGC.o: Intrinsics.inc.h +ShadowStackGC.po: Intrinsics.inc.h +SjLjEHPrepare.o: Intrinsics.inc.h +SjLjEHPrepare.po: Intrinsics.inc.h +StackProtector.o: Intrinsics.inc.h +StackProtector.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmcore/Makefile b/lib/clang/libllvmcore/Makefile new file mode 100644 index 0000000..1d57ecc --- /dev/null +++ b/lib/clang/libllvmcore/Makefile @@ -0,0 +1,62 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmcore + +SRCDIR= lib/IR +SRCS= AsmWriter.cpp \ + Attributes.cpp \ + AutoUpgrade.cpp \ + BasicBlock.cpp \ + Comdat.cpp \ + ConstantFold.cpp \ + ConstantRange.cpp \ + Constants.cpp \ + Core.cpp \ + DIBuilder.cpp \ + DataLayout.cpp \ + DebugInfo.cpp \ + DebugInfoMetadata.cpp \ + DebugLoc.cpp \ + DiagnosticInfo.cpp \ + DiagnosticPrinter.cpp \ + Dominators.cpp \ + Function.cpp \ + GCOV.cpp \ + GVMaterializer.cpp \ + Globals.cpp \ + IRBuilder.cpp \ + IRPrintingPasses.cpp \ + InlineAsm.cpp \ + Instruction.cpp \ + Instructions.cpp \ + IntrinsicInst.cpp \ + LLVMContext.cpp \ + LLVMContextImpl.cpp \ + LegacyPassManager.cpp \ + MDBuilder.cpp \ + Mangler.cpp \ + Metadata.cpp \ + MetadataTracking.cpp \ + Module.cpp \ + Operator.cpp \ + Pass.cpp \ + PassRegistry.cpp \ + Statepoint.cpp \ + Type.cpp \ + TypeFinder.cpp \ + Use.cpp \ + User.cpp \ + Value.cpp \ + ValueSymbolTable.cpp \ + ValueTypes.cpp \ + Verifier.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= PassManager.cpp +.endif + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmcore/Makefile.depend b/lib/clang/libllvmcore/Makefile.depend new file mode 100644 index 0000000..212908d --- /dev/null +++ b/lib/clang/libllvmcore/Makefile.depend @@ -0,0 +1,40 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AsmWriter.o: Intrinsics.inc.h +AsmWriter.po: Intrinsics.inc.h +AutoUpgrade.o: Intrinsics.inc.h +AutoUpgrade.po: Intrinsics.inc.h +BasicBlock.o: Intrinsics.inc.h +BasicBlock.po: Intrinsics.inc.h +ConstantFold.o: Intrinsics.inc.h +ConstantFold.po: Intrinsics.inc.h +Core.o: Intrinsics.inc.h +Core.po: Intrinsics.inc.h +DIBuilder.o: Intrinsics.inc.h +DIBuilder.po: Intrinsics.inc.h +DebugInfo.o: Intrinsics.inc.h +DebugInfo.po: Intrinsics.inc.h +Function.o: Intrinsics.inc.h +Function.po: Intrinsics.inc.h +IRBuilder.o: Intrinsics.inc.h +IRBuilder.po: Intrinsics.inc.h +IntrinsicInst.o: Intrinsics.inc.h +IntrinsicInst.po: Intrinsics.inc.h +Statepoint.o: Intrinsics.inc.h +Statepoint.po: Intrinsics.inc.h +Verifier.o: Intrinsics.inc.h +Verifier.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmdebuginfodwarf/Makefile b/lib/clang/libllvmdebuginfodwarf/Makefile new file mode 100644 index 0000000..5f52f33 --- /dev/null +++ b/lib/clang/libllvmdebuginfodwarf/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmdebuginfodwarf + +SRCDIR= lib/DebugInfo/DWARF +SRCS= DWARFAbbreviationDeclaration.cpp \ + DWARFAcceleratorTable.cpp \ + DWARFCompileUnit.cpp \ + DWARFContext.cpp \ + DWARFDebugAbbrev.cpp \ + DWARFDebugArangeSet.cpp \ + DWARFDebugAranges.cpp \ + DWARFDebugFrame.cpp \ + DWARFDebugInfoEntry.cpp \ + DWARFDebugLine.cpp \ + DWARFDebugLoc.cpp \ + DWARFDebugRangeList.cpp \ + DWARFFormValue.cpp \ + DWARFTypeUnit.cpp \ + DWARFUnit.cpp \ + SyntaxHighlighting.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmdebuginfopdb/Makefile b/lib/clang/libllvmdebuginfopdb/Makefile new file mode 100644 index 0000000..1b694db --- /dev/null +++ b/lib/clang/libllvmdebuginfopdb/Makefile @@ -0,0 +1,47 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmdebuginfopdb + +SRCDIR= lib/DebugInfo/PDB +SRCS= IPDBSourceFile.cpp \ + PDB.cpp \ + PDBContext.cpp \ + PDBExtras.cpp \ + PDBInterfaceAnchors.cpp \ + PDBSymDumper.cpp \ + PDBSymbol.cpp \ + PDBSymbolAnnotation.cpp \ + PDBSymbolBlock.cpp \ + PDBSymbolCompiland.cpp \ + PDBSymbolCompilandDetails.cpp \ + PDBSymbolCompilandEnv.cpp \ + PDBSymbolCustom.cpp \ + PDBSymbolData.cpp \ + PDBSymbolExe.cpp \ + PDBSymbolFunc.cpp \ + PDBSymbolFuncDebugEnd.cpp \ + PDBSymbolFuncDebugStart.cpp \ + PDBSymbolLabel.cpp \ + PDBSymbolPublicSymbol.cpp \ + PDBSymbolThunk.cpp \ + PDBSymbolTypeArray.cpp \ + PDBSymbolTypeBaseClass.cpp \ + PDBSymbolTypeBuiltin.cpp \ + PDBSymbolTypeCustom.cpp \ + PDBSymbolTypeDimension.cpp \ + PDBSymbolTypeEnum.cpp \ + PDBSymbolTypeFriend.cpp \ + PDBSymbolTypeFunctionArg.cpp \ + PDBSymbolTypeFunctionSig.cpp \ + PDBSymbolTypeManaged.cpp \ + PDBSymbolTypePointer.cpp \ + PDBSymbolTypeTypedef.cpp \ + PDBSymbolTypeUDT.cpp \ + PDBSymbolTypeVTable.cpp \ + PDBSymbolTypeVTableShape.cpp \ + PDBSymbolUnknown.cpp \ + PDBSymbolUsingNamespace.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmexecutionengine/Makefile b/lib/clang/libllvmexecutionengine/Makefile new file mode 100644 index 0000000..13855a0 --- /dev/null +++ b/lib/clang/libllvmexecutionengine/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmexecutionengine + +SRCDIR= lib/ExecutionEngine +SRCS= ExecutionEngine.cpp \ + ExecutionEngineBindings.cpp \ + GDBRegistrationListener.cpp \ + SectionMemoryManager.cpp \ + TargetSelect.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmexecutionengine/Makefile.depend b/lib/clang/libllvmexecutionengine/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmexecutionengine/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvminstcombine/Makefile b/lib/clang/libllvminstcombine/Makefile new file mode 100644 index 0000000..3752aef --- /dev/null +++ b/lib/clang/libllvminstcombine/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvminstcombine + +SRCDIR= lib/Transforms/InstCombine +SRCS= InstCombineAddSub.cpp \ + InstCombineAndOrXor.cpp \ + InstCombineCalls.cpp \ + InstCombineCasts.cpp \ + InstCombineCompares.cpp \ + InstCombineLoadStoreAlloca.cpp \ + InstCombineMulDivRem.cpp \ + InstCombinePHI.cpp \ + InstCombineSelect.cpp \ + InstCombineShifts.cpp \ + InstCombineSimplifyDemanded.cpp \ + InstCombineVectorOps.cpp \ + InstructionCombining.cpp + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvminstcombine/Makefile.depend b/lib/clang/libllvminstcombine/Makefile.depend new file mode 100644 index 0000000..d2df3e5 --- /dev/null +++ b/lib/clang/libllvminstcombine/Makefile.depend @@ -0,0 +1,42 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +InstCombineAddSub.o: Intrinsics.inc.h +InstCombineAddSub.po: Intrinsics.inc.h +InstCombineAndOrXor.o: Intrinsics.inc.h +InstCombineAndOrXor.po: Intrinsics.inc.h +InstCombineCalls.o: Intrinsics.inc.h +InstCombineCalls.po: Intrinsics.inc.h +InstCombineCasts.o: Intrinsics.inc.h +InstCombineCasts.po: Intrinsics.inc.h +InstCombineCompares.o: Intrinsics.inc.h +InstCombineCompares.po: Intrinsics.inc.h +InstCombineLoadStoreAlloca.o: Intrinsics.inc.h +InstCombineLoadStoreAlloca.po: Intrinsics.inc.h +InstCombineMulDivRem.o: Intrinsics.inc.h +InstCombineMulDivRem.po: Intrinsics.inc.h +InstCombinePHI.o: Intrinsics.inc.h +InstCombinePHI.po: Intrinsics.inc.h +InstCombineSelect.o: Intrinsics.inc.h +InstCombineSelect.po: Intrinsics.inc.h +InstCombineShifts.o: Intrinsics.inc.h +InstCombineShifts.po: Intrinsics.inc.h +InstCombineSimplifyDemanded.o: Intrinsics.inc.h +InstCombineSimplifyDemanded.po: Intrinsics.inc.h +InstCombineVectorOps.o: Intrinsics.inc.h +InstCombineVectorOps.po: Intrinsics.inc.h +InstructionCombining.o: Intrinsics.inc.h +InstructionCombining.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvminstrumentation/Makefile b/lib/clang/libllvminstrumentation/Makefile new file mode 100644 index 0000000..82730b0 --- /dev/null +++ b/lib/clang/libllvminstrumentation/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvminstrumentation + +SRCDIR= lib/Transforms/Instrumentation +SRCS= AddressSanitizer.cpp \ + BoundsChecking.cpp \ + DataFlowSanitizer.cpp \ + GCOVProfiling.cpp \ + MemorySanitizer.cpp \ + InstrProfiling.cpp \ + SafeStack.cpp \ + SanitizerCoverage.cpp \ + ThreadSanitizer.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= Instrumentation.cpp +.endif + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvminstrumentation/Makefile.depend b/lib/clang/libllvminstrumentation/Makefile.depend new file mode 100644 index 0000000..625288d --- /dev/null +++ b/lib/clang/libllvminstrumentation/Makefile.depend @@ -0,0 +1,30 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +AddressSanitizer.o: Intrinsics.inc.h +AddressSanitizer.po: Intrinsics.inc.h +BoundsChecking.o: Intrinsics.inc.h +BoundsChecking.po: Intrinsics.inc.h +DataFlowSanitizer.o: Intrinsics.inc.h +DataFlowSanitizer.po: Intrinsics.inc.h +GCOVProfiling.o: Intrinsics.inc.h +GCOVProfiling.po: Intrinsics.inc.h +InstrProfiling.o: Intrinsics.inc.h +InstrProfiling.po: Intrinsics.inc.h +MemorySanitizer.o: Intrinsics.inc.h +MemorySanitizer.po: Intrinsics.inc.h +ThreadSanitizer.o: Intrinsics.inc.h +ThreadSanitizer.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvminterpreter/Makefile b/lib/clang/libllvminterpreter/Makefile new file mode 100644 index 0000000..06fcca4 --- /dev/null +++ b/lib/clang/libllvminterpreter/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvminterpreter + +SRCDIR= lib/ExecutionEngine/Interpreter +SRCS= Execution.cpp \ + ExternalFunctions.cpp \ + Interpreter.cpp \ + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvminterpreter/Makefile.depend b/lib/clang/libllvminterpreter/Makefile.depend new file mode 100644 index 0000000..ff32938 --- /dev/null +++ b/lib/clang/libllvminterpreter/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Execution.o: Intrinsics.inc.h +Execution.po: Intrinsics.inc.h +ExternalFunctions.o: Intrinsics.inc.h +ExternalFunctions.po: Intrinsics.inc.h +Interpreter.o: Intrinsics.inc.h +Interpreter.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmipa/Makefile b/lib/clang/libllvmipa/Makefile new file mode 100644 index 0000000..3380cf3 --- /dev/null +++ b/lib/clang/libllvmipa/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmipa + +SRCDIR= lib/Analysis/IPA +SRCS= CallGraph.cpp \ + CallGraphSCCPass.cpp \ + CallPrinter.cpp \ + GlobalsModRef.cpp \ + InlineCost.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= IPA.cpp +.endif + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmipa/Makefile.depend b/lib/clang/libllvmipa/Makefile.depend new file mode 100644 index 0000000..cc9dba5 --- /dev/null +++ b/lib/clang/libllvmipa/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +CallGraph.o: Intrinsics.inc.h +CallGraph.po: Intrinsics.inc.h +CallGraphSCCPass.o: Intrinsics.inc.h +CallGraphSCCPass.po: Intrinsics.inc.h +GlobalsModRef.o: Intrinsics.inc.h +GlobalsModRef.po: Intrinsics.inc.h +InlineCost.o: Intrinsics.inc.h +InlineCost.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmipo/Makefile b/lib/clang/libllvmipo/Makefile new file mode 100644 index 0000000..16e1c3a --- /dev/null +++ b/lib/clang/libllvmipo/Makefile @@ -0,0 +1,37 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmipo + +SRCDIR= lib/Transforms/IPO +SRCS= ArgumentPromotion.cpp \ + BarrierNoopPass.cpp \ + ConstantMerge.cpp \ + DeadArgumentElimination.cpp \ + ElimAvailExtern.cpp \ + ExtractGV.cpp \ + FunctionAttrs.cpp \ + GlobalDCE.cpp \ + GlobalOpt.cpp \ + IPConstantPropagation.cpp \ + InlineAlways.cpp \ + InlineSimple.cpp \ + Inliner.cpp \ + Internalize.cpp \ + LoopExtractor.cpp \ + LowerBitSets.cpp \ + MergeFunctions.cpp \ + PartialInlining.cpp \ + PassManagerBuilder.cpp \ + PruneEH.cpp \ + StripDeadPrototypes.cpp \ + StripSymbols.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= IPO.cpp +.endif + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmipo/Makefile.depend b/lib/clang/libllvmipo/Makefile.depend new file mode 100644 index 0000000..39715a7 --- /dev/null +++ b/lib/clang/libllvmipo/Makefile.depend @@ -0,0 +1,30 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +DeadArgumentElimination.o: Intrinsics.inc.h +DeadArgumentElimination.po: Intrinsics.inc.h +FunctionAttrs.o: Intrinsics.inc.h +FunctionAttrs.po: Intrinsics.inc.h +GlobalOpt.o: Intrinsics.inc.h +GlobalOpt.po: Intrinsics.inc.h +InlineAlways.o: Intrinsics.inc.h +InlineAlways.po: Intrinsics.inc.h +InlineSimple.o: Intrinsics.inc.h +InlineSimple.po: Intrinsics.inc.h +Inliner.o: Intrinsics.inc.h +Inliner.po: Intrinsics.inc.h +PruneEH.o: Intrinsics.inc.h +PruneEH.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmirreader/Makefile b/lib/clang/libllvmirreader/Makefile new file mode 100644 index 0000000..d9f7e69 --- /dev/null +++ b/lib/clang/libllvmirreader/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmirreader + +SRCDIR= lib/IRReader +SRCS= IRReader.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmirreader/Makefile.depend b/lib/clang/libllvmirreader/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmirreader/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmlibdriver/Makefile b/lib/clang/libllvmlibdriver/Makefile new file mode 100644 index 0000000..863ef48 --- /dev/null +++ b/lib/clang/libllvmlibdriver/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmlibdriver + +SRCDIR= lib/LibDriver +SRCS= LibDriver.cpp +CFLAGS+= -I${.CURDIR} + +TGHDRS= Options + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmlibdriver/Options.inc b/lib/clang/libllvmlibdriver/Options.inc new file mode 100644 index 0000000..37422c1 --- /dev/null +++ b/lib/clang/libllvmlibdriver/Options.inc @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +#include "Options.inc.h" diff --git a/lib/clang/libllvmlinker/Makefile b/lib/clang/libllvmlinker/Makefile new file mode 100644 index 0000000..711b369 --- /dev/null +++ b/lib/clang/libllvmlinker/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmlinker + +SRCDIR= lib/Linker +SRCS= LinkModules.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmlinker/Makefile.depend b/lib/clang/libllvmlinker/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmlinker/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmlto/Makefile b/lib/clang/libllvmlto/Makefile new file mode 100644 index 0000000..776c45f --- /dev/null +++ b/lib/clang/libllvmlto/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmlto + +SRCDIR= lib/LTO +SRCS= LTOCodeGenerator.cpp \ + LTOModule.cpp + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmmc/Makefile b/lib/clang/libllvmmc/Makefile new file mode 100644 index 0000000..5acd2cc --- /dev/null +++ b/lib/clang/libllvmmc/Makefile @@ -0,0 +1,64 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmmc + +SRCDIR= lib/MC +SRCS= ConstantPools.cpp \ + ELFObjectWriter.cpp \ + MCAsmBackend.cpp \ + MCAsmInfo.cpp \ + MCAsmInfoCOFF.cpp \ + MCAsmInfoDarwin.cpp \ + MCAsmInfoELF.cpp \ + MCAsmStreamer.cpp \ + MCAssembler.cpp \ + MCCodeEmitter.cpp \ + MCCodeGenInfo.cpp \ + MCContext.cpp \ + MCDwarf.cpp \ + MCELFObjectTargetWriter.cpp \ + MCELFStreamer.cpp \ + MCExpr.cpp \ + MCInst.cpp \ + MCInstPrinter.cpp \ + MCInstrAnalysis.cpp \ + MCInstrDesc.cpp \ + MCLinkerOptimizationHint.cpp \ + MCMachOStreamer.cpp \ + MCMachObjectTargetWriter.cpp \ + MCNullStreamer.cpp \ + MCObjectFileInfo.cpp \ + MCObjectStreamer.cpp \ + MCObjectWriter.cpp \ + MCRegisterInfo.cpp \ + MCSchedule.cpp \ + MCSection.cpp \ + MCSectionCOFF.cpp \ + MCSectionELF.cpp \ + MCSectionMachO.cpp \ + MCStreamer.cpp \ + MCSubtargetInfo.cpp \ + MCSymbol.cpp \ + MCSymbolELF.cpp \ + MCTargetOptions.cpp \ + MCValue.cpp \ + MCWin64EH.cpp \ + MCWinEH.cpp \ + MachObjectWriter.cpp \ + StringTableBuilder.cpp \ + SubtargetFeature.cpp \ + WinCOFFObjectWriter.cpp \ + WinCOFFStreamer.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= MCLabel.cpp \ + YAML.cpp +.endif + +.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no" +SRCS+= MCSymbolizer.cpp +.endif + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmmc/Makefile.depend b/lib/clang/libllvmmc/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmmc/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmmcdisassembler/Makefile b/lib/clang/libllvmmcdisassembler/Makefile new file mode 100644 index 0000000..41a5621 --- /dev/null +++ b/lib/clang/libllvmmcdisassembler/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmmcdisassembler + +SRCDIR= lib/MC/MCDisassembler +SRCS= Disassembler.cpp \ + MCRelocationInfo.cpp + +.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no" +SRCS+= MCDisassembler.cpp \ + MCExternalSymbolizer.cpp +.endif + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmmcdisassembler/Makefile.depend b/lib/clang/libllvmmcdisassembler/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmmcdisassembler/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmmcjit/Makefile b/lib/clang/libllvmmcjit/Makefile new file mode 100644 index 0000000..207fd81 --- /dev/null +++ b/lib/clang/libllvmmcjit/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmmcjit + +SRCDIR= lib/ExecutionEngine/MCJIT +SRCS= MCJIT.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmmcjit/Makefile.depend b/lib/clang/libllvmmcjit/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmmcjit/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmmcparser/Makefile b/lib/clang/libllvmmcparser/Makefile new file mode 100644 index 0000000..b39926a --- /dev/null +++ b/lib/clang/libllvmmcparser/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmmcparser + +SRCDIR= lib/MC/MCParser +SRCS= AsmLexer.cpp \ + AsmParser.cpp \ + COFFAsmParser.cpp \ + DarwinAsmParser.cpp \ + ELFAsmParser.cpp \ + MCAsmLexer.cpp \ + MCAsmParser.cpp \ + MCAsmParserExtension.cpp \ + MCTargetAsmParser.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmmcparser/Makefile.depend b/lib/clang/libllvmmcparser/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmmcparser/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmmipsasmparser/Makefile b/lib/clang/libllvmmipsasmparser/Makefile new file mode 100644 index 0000000..0572f8d --- /dev/null +++ b/lib/clang/libllvmmipsasmparser/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmmipsasmparser + +SRCDIR= lib/Target/Mips/AsmParser +INCDIR= lib/Target/Mips +SRCS= MipsAsmParser.cpp + +TGHDRS= MipsGenAsmMatcher \ + MipsGenInstrInfo \ + MipsGenRegisterInfo \ + MipsGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmmipsasmparser/Makefile.depend b/lib/clang/libllvmmipsasmparser/Makefile.depend new file mode 100644 index 0000000..541f726 --- /dev/null +++ b/lib/clang/libllvmmipsasmparser/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +MipsAsmParser.o: MipsGenAsmMatcher.inc.h +MipsAsmParser.o: MipsGenInstrInfo.inc.h +MipsAsmParser.o: MipsGenRegisterInfo.inc.h +MipsAsmParser.o: MipsGenSubtargetInfo.inc.h +MipsAsmParser.po: MipsGenAsmMatcher.inc.h +MipsAsmParser.po: MipsGenInstrInfo.inc.h +MipsAsmParser.po: MipsGenRegisterInfo.inc.h +MipsAsmParser.po: MipsGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmmipscodegen/Makefile b/lib/clang/libllvmmipscodegen/Makefile new file mode 100644 index 0000000..b40b65c --- /dev/null +++ b/lib/clang/libllvmmipscodegen/Makefile @@ -0,0 +1,52 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmmipscodegen + +SRCDIR= lib/Target/Mips +SRCS= Mips16FrameLowering.cpp \ + Mips16HardFloat.cpp \ + Mips16HardFloatInfo.cpp \ + Mips16ISelDAGToDAG.cpp \ + Mips16ISelLowering.cpp \ + Mips16InstrInfo.cpp \ + Mips16RegisterInfo.cpp \ + MipsAnalyzeImmediate.cpp \ + MipsAsmPrinter.cpp \ + MipsCCState.cpp \ + MipsConstantIslandPass.cpp \ + MipsDelaySlotFiller.cpp \ + MipsFastISel.cpp \ + MipsFrameLowering.cpp \ + MipsISelDAGToDAG.cpp \ + MipsISelLowering.cpp \ + MipsInstrInfo.cpp \ + MipsLongBranch.cpp \ + MipsMCInstLower.cpp \ + MipsMachineFunction.cpp \ + MipsModuleISelDAGToDAG.cpp \ + MipsOptimizePICCall.cpp \ + MipsOs16.cpp \ + MipsRegisterInfo.cpp \ + MipsSEFrameLowering.cpp \ + MipsSEISelDAGToDAG.cpp \ + MipsSEISelLowering.cpp \ + MipsSEInstrInfo.cpp \ + MipsSERegisterInfo.cpp \ + MipsSubtarget.cpp \ + MipsTargetMachine.cpp \ + MipsTargetObjectFile.cpp + +TGHDRS= Intrinsics \ + MipsGenAsmWriter \ + MipsGenCallingConv \ + MipsGenCodeEmitter \ + MipsGenDAGISel \ + MipsGenFastISel \ + MipsGenInstrInfo \ + MipsGenMCPseudoLowering \ + MipsGenRegisterInfo \ + MipsGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmmipscodegen/Makefile.depend b/lib/clang/libllvmmipscodegen/Makefile.depend new file mode 100644 index 0000000..a4cd81a --- /dev/null +++ b/lib/clang/libllvmmipscodegen/Makefile.depend @@ -0,0 +1,238 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +Mips16FrameLowering.o: MipsGenInstrInfo.inc.h +Mips16FrameLowering.o: MipsGenRegisterInfo.inc.h +Mips16FrameLowering.o: MipsGenSubtargetInfo.inc.h +Mips16FrameLowering.po: MipsGenInstrInfo.inc.h +Mips16FrameLowering.po: MipsGenRegisterInfo.inc.h +Mips16FrameLowering.po: MipsGenSubtargetInfo.inc.h +Mips16HardFloat.o: MipsGenInstrInfo.inc.h +Mips16HardFloat.o: MipsGenRegisterInfo.inc.h +Mips16HardFloat.o: MipsGenSubtargetInfo.inc.h +Mips16HardFloat.po: MipsGenInstrInfo.inc.h +Mips16HardFloat.po: MipsGenRegisterInfo.inc.h +Mips16HardFloat.po: MipsGenSubtargetInfo.inc.h +Mips16ISelDAGToDAG.o: Intrinsics.inc.h +Mips16ISelDAGToDAG.o: MipsGenDAGISel.inc.h +Mips16ISelDAGToDAG.o: MipsGenInstrInfo.inc.h +Mips16ISelDAGToDAG.o: MipsGenRegisterInfo.inc.h +Mips16ISelDAGToDAG.o: MipsGenSubtargetInfo.inc.h +Mips16ISelDAGToDAG.po: Intrinsics.inc.h +Mips16ISelDAGToDAG.po: MipsGenDAGISel.inc.h +Mips16ISelDAGToDAG.po: MipsGenInstrInfo.inc.h +Mips16ISelDAGToDAG.po: MipsGenRegisterInfo.inc.h +Mips16ISelDAGToDAG.po: MipsGenSubtargetInfo.inc.h +Mips16ISelLowering.o: MipsGenInstrInfo.inc.h +Mips16ISelLowering.o: MipsGenRegisterInfo.inc.h +Mips16ISelLowering.o: MipsGenSubtargetInfo.inc.h +Mips16ISelLowering.po: MipsGenInstrInfo.inc.h +Mips16ISelLowering.po: MipsGenRegisterInfo.inc.h +Mips16ISelLowering.po: MipsGenSubtargetInfo.inc.h +Mips16InstrInfo.o: MipsGenInstrInfo.inc.h +Mips16InstrInfo.o: MipsGenRegisterInfo.inc.h +Mips16InstrInfo.o: MipsGenSubtargetInfo.inc.h +Mips16InstrInfo.po: MipsGenInstrInfo.inc.h +Mips16InstrInfo.po: MipsGenRegisterInfo.inc.h +Mips16InstrInfo.po: MipsGenSubtargetInfo.inc.h +Mips16RegisterInfo.o: MipsGenInstrInfo.inc.h +Mips16RegisterInfo.o: MipsGenRegisterInfo.inc.h +Mips16RegisterInfo.o: MipsGenSubtargetInfo.inc.h +Mips16RegisterInfo.po: MipsGenInstrInfo.inc.h +Mips16RegisterInfo.po: MipsGenRegisterInfo.inc.h +Mips16RegisterInfo.po: MipsGenSubtargetInfo.inc.h +MipsAnalyzeImmediate.o: MipsGenInstrInfo.inc.h +MipsAnalyzeImmediate.o: MipsGenRegisterInfo.inc.h +MipsAnalyzeImmediate.o: MipsGenSubtargetInfo.inc.h +MipsAnalyzeImmediate.po: MipsGenInstrInfo.inc.h +MipsAnalyzeImmediate.po: MipsGenRegisterInfo.inc.h +MipsAnalyzeImmediate.po: MipsGenSubtargetInfo.inc.h +MipsAsmPrinter.o: MipsGenInstrInfo.inc.h +MipsAsmPrinter.o: MipsGenMCPseudoLowering.inc.h +MipsAsmPrinter.o: MipsGenRegisterInfo.inc.h +MipsAsmPrinter.o: MipsGenSubtargetInfo.inc.h +MipsAsmPrinter.po: MipsGenInstrInfo.inc.h +MipsAsmPrinter.po: MipsGenMCPseudoLowering.inc.h +MipsAsmPrinter.po: MipsGenRegisterInfo.inc.h +MipsAsmPrinter.po: MipsGenSubtargetInfo.inc.h +MipsCCState.o: MipsGenInstrInfo.inc.h +MipsCCState.o: MipsGenRegisterInfo.inc.h +MipsCCState.o: MipsGenSubtargetInfo.inc.h +MipsCCState.po: MipsGenInstrInfo.inc.h +MipsCCState.po: MipsGenRegisterInfo.inc.h +MipsCCState.po: MipsGenSubtargetInfo.inc.h +MipsConstantIslandPass.o: MipsGenInstrInfo.inc.h +MipsConstantIslandPass.o: MipsGenRegisterInfo.inc.h +MipsConstantIslandPass.o: MipsGenSubtargetInfo.inc.h +MipsConstantIslandPass.po: MipsGenInstrInfo.inc.h +MipsConstantIslandPass.po: MipsGenRegisterInfo.inc.h +MipsConstantIslandPass.po: MipsGenSubtargetInfo.inc.h +MipsDelaySlotFiller.o: MipsGenInstrInfo.inc.h +MipsDelaySlotFiller.o: MipsGenRegisterInfo.inc.h +MipsDelaySlotFiller.o: MipsGenSubtargetInfo.inc.h +MipsDelaySlotFiller.po: MipsGenInstrInfo.inc.h +MipsDelaySlotFiller.po: MipsGenRegisterInfo.inc.h +MipsDelaySlotFiller.po: MipsGenSubtargetInfo.inc.h +MipsFastISel.o: Intrinsics.inc.h +MipsFastISel.o: MipsGenCallingConv.inc.h +MipsFastISel.o: MipsGenFastISel.inc.h +MipsFastISel.o: MipsGenInstrInfo.inc.h +MipsFastISel.o: MipsGenRegisterInfo.inc.h +MipsFastISel.o: MipsGenSubtargetInfo.inc.h +MipsFastISel.po: Intrinsics.inc.h +MipsFastISel.po: MipsGenCallingConv.inc.h +MipsFastISel.po: MipsGenFastISel.inc.h +MipsFastISel.po: MipsGenInstrInfo.inc.h +MipsFastISel.po: MipsGenRegisterInfo.inc.h +MipsFastISel.po: MipsGenSubtargetInfo.inc.h +MipsFrameLowering.o: MipsGenInstrInfo.inc.h +MipsFrameLowering.o: MipsGenRegisterInfo.inc.h +MipsFrameLowering.o: MipsGenSubtargetInfo.inc.h +MipsFrameLowering.po: MipsGenInstrInfo.inc.h +MipsFrameLowering.po: MipsGenRegisterInfo.inc.h +MipsFrameLowering.po: MipsGenSubtargetInfo.inc.h +MipsISelDAGToDAG.o: Intrinsics.inc.h +MipsISelDAGToDAG.o: MipsGenDAGISel.inc.h +MipsISelDAGToDAG.o: MipsGenInstrInfo.inc.h +MipsISelDAGToDAG.o: MipsGenRegisterInfo.inc.h +MipsISelDAGToDAG.o: MipsGenSubtargetInfo.inc.h +MipsISelDAGToDAG.po: Intrinsics.inc.h +MipsISelDAGToDAG.po: MipsGenDAGISel.inc.h +MipsISelDAGToDAG.po: MipsGenInstrInfo.inc.h +MipsISelDAGToDAG.po: MipsGenRegisterInfo.inc.h +MipsISelDAGToDAG.po: MipsGenSubtargetInfo.inc.h +MipsISelLowering.o: MipsGenCallingConv.inc.h +MipsISelLowering.o: MipsGenInstrInfo.inc.h +MipsISelLowering.o: MipsGenRegisterInfo.inc.h +MipsISelLowering.o: MipsGenSubtargetInfo.inc.h +MipsISelLowering.po: MipsGenCallingConv.inc.h +MipsISelLowering.po: MipsGenInstrInfo.inc.h +MipsISelLowering.po: MipsGenRegisterInfo.inc.h +MipsISelLowering.po: MipsGenSubtargetInfo.inc.h +MipsInstrInfo.o: MipsGenInstrInfo.inc.h +MipsInstrInfo.o: MipsGenRegisterInfo.inc.h +MipsInstrInfo.o: MipsGenSubtargetInfo.inc.h +MipsInstrInfo.po: MipsGenInstrInfo.inc.h +MipsInstrInfo.po: MipsGenRegisterInfo.inc.h +MipsInstrInfo.po: MipsGenSubtargetInfo.inc.h +MipsLongBranch.o: MipsGenInstrInfo.inc.h +MipsLongBranch.o: MipsGenRegisterInfo.inc.h +MipsLongBranch.o: MipsGenSubtargetInfo.inc.h +MipsLongBranch.po: MipsGenInstrInfo.inc.h +MipsLongBranch.po: MipsGenRegisterInfo.inc.h +MipsLongBranch.po: MipsGenSubtargetInfo.inc.h +MipsMCInstLower.o: MipsGenInstrInfo.inc.h +MipsMCInstLower.o: MipsGenRegisterInfo.inc.h +MipsMCInstLower.o: MipsGenSubtargetInfo.inc.h +MipsMCInstLower.po: MipsGenInstrInfo.inc.h +MipsMCInstLower.po: MipsGenRegisterInfo.inc.h +MipsMCInstLower.po: MipsGenSubtargetInfo.inc.h +MipsMachineFunction.o: MipsGenInstrInfo.inc.h +MipsMachineFunction.o: MipsGenRegisterInfo.inc.h +MipsMachineFunction.o: MipsGenSubtargetInfo.inc.h +MipsMachineFunction.po: MipsGenInstrInfo.inc.h +MipsMachineFunction.po: MipsGenRegisterInfo.inc.h +MipsMachineFunction.po: MipsGenSubtargetInfo.inc.h +MipsModuleISelDAGToDAG.o: MipsGenDAGISel.inc.h +MipsModuleISelDAGToDAG.o: MipsGenInstrInfo.inc.h +MipsModuleISelDAGToDAG.o: MipsGenRegisterInfo.inc.h +MipsModuleISelDAGToDAG.o: MipsGenSubtargetInfo.inc.h +MipsModuleISelDAGToDAG.po: MipsGenDAGISel.inc.h +MipsModuleISelDAGToDAG.po: MipsGenInstrInfo.inc.h +MipsModuleISelDAGToDAG.po: MipsGenRegisterInfo.inc.h +MipsModuleISelDAGToDAG.po: MipsGenSubtargetInfo.inc.h +MipsOptimizePICCall.o: MipsGenInstrInfo.inc.h +MipsOptimizePICCall.o: MipsGenRegisterInfo.inc.h +MipsOptimizePICCall.o: MipsGenSubtargetInfo.inc.h +MipsOptimizePICCall.po: MipsGenInstrInfo.inc.h +MipsOptimizePICCall.po: MipsGenRegisterInfo.inc.h +MipsOptimizePICCall.po: MipsGenSubtargetInfo.inc.h +MipsOs16.o: MipsGenInstrInfo.inc.h +MipsOs16.o: MipsGenRegisterInfo.inc.h +MipsOs16.o: MipsGenSubtargetInfo.inc.h +MipsOs16.po: MipsGenInstrInfo.inc.h +MipsOs16.po: MipsGenRegisterInfo.inc.h +MipsOs16.po: MipsGenSubtargetInfo.inc.h +MipsRegisterInfo.o: MipsGenInstrInfo.inc.h +MipsRegisterInfo.o: MipsGenRegisterInfo.inc.h +MipsRegisterInfo.o: MipsGenSubtargetInfo.inc.h +MipsRegisterInfo.po: MipsGenInstrInfo.inc.h +MipsRegisterInfo.po: MipsGenRegisterInfo.inc.h +MipsRegisterInfo.po: MipsGenSubtargetInfo.inc.h +MipsSEFrameLowering.o: MipsGenInstrInfo.inc.h +MipsSEFrameLowering.o: MipsGenRegisterInfo.inc.h +MipsSEFrameLowering.o: MipsGenSubtargetInfo.inc.h +MipsSEFrameLowering.po: MipsGenInstrInfo.inc.h +MipsSEFrameLowering.po: MipsGenRegisterInfo.inc.h +MipsSEFrameLowering.po: MipsGenSubtargetInfo.inc.h +MipsSEISelDAGToDAG.o: Intrinsics.inc.h +MipsSEISelDAGToDAG.o: MipsGenDAGISel.inc.h +MipsSEISelDAGToDAG.o: MipsGenInstrInfo.inc.h +MipsSEISelDAGToDAG.o: MipsGenRegisterInfo.inc.h +MipsSEISelDAGToDAG.o: MipsGenSubtargetInfo.inc.h +MipsSEISelDAGToDAG.po: Intrinsics.inc.h +MipsSEISelDAGToDAG.po: MipsGenDAGISel.inc.h +MipsSEISelDAGToDAG.po: MipsGenInstrInfo.inc.h +MipsSEISelDAGToDAG.po: MipsGenRegisterInfo.inc.h +MipsSEISelDAGToDAG.po: MipsGenSubtargetInfo.inc.h +MipsSEISelLowering.o: Intrinsics.inc.h +MipsSEISelLowering.o: MipsGenInstrInfo.inc.h +MipsSEISelLowering.o: MipsGenRegisterInfo.inc.h +MipsSEISelLowering.o: MipsGenSubtargetInfo.inc.h +MipsSEISelLowering.po: Intrinsics.inc.h +MipsSEISelLowering.po: MipsGenInstrInfo.inc.h +MipsSEISelLowering.po: MipsGenRegisterInfo.inc.h +MipsSEISelLowering.po: MipsGenSubtargetInfo.inc.h +MipsSEInstrInfo.o: MipsGenInstrInfo.inc.h +MipsSEInstrInfo.o: MipsGenRegisterInfo.inc.h +MipsSEInstrInfo.o: MipsGenSubtargetInfo.inc.h +MipsSEInstrInfo.po: MipsGenInstrInfo.inc.h +MipsSEInstrInfo.po: MipsGenRegisterInfo.inc.h +MipsSEInstrInfo.po: MipsGenSubtargetInfo.inc.h +MipsSERegisterInfo.o: MipsGenInstrInfo.inc.h +MipsSERegisterInfo.o: MipsGenRegisterInfo.inc.h +MipsSERegisterInfo.o: MipsGenSubtargetInfo.inc.h +MipsSERegisterInfo.po: MipsGenInstrInfo.inc.h +MipsSERegisterInfo.po: MipsGenRegisterInfo.inc.h +MipsSERegisterInfo.po: MipsGenSubtargetInfo.inc.h +MipsSelectionDAGInfo.o: MipsGenInstrInfo.inc.h +MipsSelectionDAGInfo.o: MipsGenRegisterInfo.inc.h +MipsSelectionDAGInfo.o: MipsGenSubtargetInfo.inc.h +MipsSelectionDAGInfo.po: MipsGenInstrInfo.inc.h +MipsSelectionDAGInfo.po: MipsGenRegisterInfo.inc.h +MipsSelectionDAGInfo.po: MipsGenSubtargetInfo.inc.h +MipsSubtarget.o: MipsGenInstrInfo.inc.h +MipsSubtarget.o: MipsGenRegisterInfo.inc.h +MipsSubtarget.o: MipsGenSubtargetInfo.inc.h +MipsSubtarget.po: MipsGenInstrInfo.inc.h +MipsSubtarget.po: MipsGenRegisterInfo.inc.h +MipsSubtarget.po: MipsGenSubtargetInfo.inc.h +MipsTargetMachine.o: Intrinsics.inc.h +MipsTargetMachine.o: MipsGenDAGISel.inc.h +MipsTargetMachine.o: MipsGenInstrInfo.inc.h +MipsTargetMachine.o: MipsGenRegisterInfo.inc.h +MipsTargetMachine.o: MipsGenSubtargetInfo.inc.h +MipsTargetMachine.po: Intrinsics.inc.h +MipsTargetMachine.po: MipsGenDAGISel.inc.h +MipsTargetMachine.po: MipsGenInstrInfo.inc.h +MipsTargetMachine.po: MipsGenRegisterInfo.inc.h +MipsTargetMachine.po: MipsGenSubtargetInfo.inc.h +MipsTargetObjectFile.o: MipsGenInstrInfo.inc.h +MipsTargetObjectFile.o: MipsGenRegisterInfo.inc.h +MipsTargetObjectFile.o: MipsGenSubtargetInfo.inc.h +MipsTargetObjectFile.po: MipsGenInstrInfo.inc.h +MipsTargetObjectFile.po: MipsGenRegisterInfo.inc.h +MipsTargetObjectFile.po: MipsGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmmipsdesc/Makefile b/lib/clang/libllvmmipsdesc/Makefile new file mode 100644 index 0000000..f22ff80 --- /dev/null +++ b/lib/clang/libllvmmipsdesc/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmmipsdesc + +SRCDIR= lib/Target/Mips/MCTargetDesc +SRCS= MipsABIFlagsSection.cpp \ + MipsABIInfo.cpp \ + MipsAsmBackend.cpp \ + MipsELFObjectWriter.cpp \ + MipsELFStreamer.cpp \ + MipsMCAsmInfo.cpp \ + MipsMCCodeEmitter.cpp \ + MipsMCExpr.cpp \ + MipsMCTargetDesc.cpp \ + MipsNaClELFStreamer.cpp \ + MipsOptionRecord.cpp \ + MipsTargetStreamer.cpp +CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/.. + +TGHDRS= MipsGenInstrInfo \ + MipsGenMCCodeEmitter \ + MipsGenRegisterInfo \ + MipsGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmmipsdesc/Makefile.depend b/lib/clang/libllvmmipsdesc/Makefile.depend new file mode 100644 index 0000000..ccc26d1 --- /dev/null +++ b/lib/clang/libllvmmipsdesc/Makefile.depend @@ -0,0 +1,72 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +MipsABIInfo.o: MipsGenInstrInfo.inc.h +MipsABIInfo.o: MipsGenRegisterInfo.inc.h +MipsABIInfo.o: MipsGenSubtargetInfo.inc.h +MipsABIInfo.po: MipsGenInstrInfo.inc.h +MipsABIInfo.po: MipsGenRegisterInfo.inc.h +MipsABIInfo.po: MipsGenSubtargetInfo.inc.h +MipsAsmBackend.o: MipsGenInstrInfo.inc.h +MipsAsmBackend.o: MipsGenRegisterInfo.inc.h +MipsAsmBackend.o: MipsGenSubtargetInfo.inc.h +MipsAsmBackend.po: MipsGenInstrInfo.inc.h +MipsAsmBackend.po: MipsGenRegisterInfo.inc.h +MipsAsmBackend.po: MipsGenSubtargetInfo.inc.h +MipsELFObjectWriter.o: MipsGenInstrInfo.inc.h +MipsELFObjectWriter.o: MipsGenRegisterInfo.inc.h +MipsELFObjectWriter.o: MipsGenSubtargetInfo.inc.h +MipsELFObjectWriter.po: MipsGenInstrInfo.inc.h +MipsELFObjectWriter.po: MipsGenRegisterInfo.inc.h +MipsELFObjectWriter.po: MipsGenSubtargetInfo.inc.h +MipsELFStreamer.o: MipsGenInstrInfo.inc.h +MipsELFStreamer.o: MipsGenRegisterInfo.inc.h +MipsELFStreamer.o: MipsGenSubtargetInfo.inc.h +MipsELFStreamer.po: MipsGenInstrInfo.inc.h +MipsELFStreamer.po: MipsGenRegisterInfo.inc.h +MipsELFStreamer.po: MipsGenSubtargetInfo.inc.h +MipsMCCodeEmitter.o: MipsGenInstrInfo.inc.h +MipsMCCodeEmitter.o: MipsGenMCCodeEmitter.inc.h +MipsMCCodeEmitter.o: MipsGenRegisterInfo.inc.h +MipsMCCodeEmitter.o: MipsGenSubtargetInfo.inc.h +MipsMCCodeEmitter.po: MipsGenInstrInfo.inc.h +MipsMCCodeEmitter.po: MipsGenMCCodeEmitter.inc.h +MipsMCCodeEmitter.po: MipsGenRegisterInfo.inc.h +MipsMCCodeEmitter.po: MipsGenSubtargetInfo.inc.h +MipsMCTargetDesc.o: MipsGenInstrInfo.inc.h +MipsMCTargetDesc.o: MipsGenRegisterInfo.inc.h +MipsMCTargetDesc.o: MipsGenSubtargetInfo.inc.h +MipsMCTargetDesc.po: MipsGenInstrInfo.inc.h +MipsMCTargetDesc.po: MipsGenRegisterInfo.inc.h +MipsMCTargetDesc.po: MipsGenSubtargetInfo.inc.h +MipsNaClELFStreamer.o: MipsGenInstrInfo.inc.h +MipsNaClELFStreamer.o: MipsGenRegisterInfo.inc.h +MipsNaClELFStreamer.o: MipsGenSubtargetInfo.inc.h +MipsNaClELFStreamer.po: MipsGenInstrInfo.inc.h +MipsNaClELFStreamer.po: MipsGenRegisterInfo.inc.h +MipsNaClELFStreamer.po: MipsGenSubtargetInfo.inc.h +MipsOptionRecord.o: MipsGenInstrInfo.inc.h +MipsOptionRecord.o: MipsGenRegisterInfo.inc.h +MipsOptionRecord.o: MipsGenSubtargetInfo.inc.h +MipsOptionRecord.po: MipsGenInstrInfo.inc.h +MipsOptionRecord.po: MipsGenRegisterInfo.inc.h +MipsOptionRecord.po: MipsGenSubtargetInfo.inc.h +MipsTargetStreamer.o: MipsGenInstrInfo.inc.h +MipsTargetStreamer.o: MipsGenRegisterInfo.inc.h +MipsTargetStreamer.o: MipsGenSubtargetInfo.inc.h +MipsTargetStreamer.po: MipsGenInstrInfo.inc.h +MipsTargetStreamer.po: MipsGenRegisterInfo.inc.h +MipsTargetStreamer.po: MipsGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmmipsdisassembler/Makefile b/lib/clang/libllvmmipsdisassembler/Makefile new file mode 100644 index 0000000..41d2062 --- /dev/null +++ b/lib/clang/libllvmmipsdisassembler/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmmipsdisassembler + +SRCDIR= lib/Target/Mips/Disassembler +INCDIR= lib/Target/Mips +SRCS= MipsDisassembler.cpp + +TGHDRS= MipsGenDisassemblerTables \ + MipsGenInstrInfo \ + MipsGenRegisterInfo \ + MipsGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmmipsdisassembler/Makefile.depend b/lib/clang/libllvmmipsdisassembler/Makefile.depend new file mode 100644 index 0000000..5e10f87 --- /dev/null +++ b/lib/clang/libllvmmipsdisassembler/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +MipsDisassembler.o: MipsGenDisassemblerTables.inc.h +MipsDisassembler.o: MipsGenInstrInfo.inc.h +MipsDisassembler.o: MipsGenRegisterInfo.inc.h +MipsDisassembler.o: MipsGenSubtargetInfo.inc.h +MipsDisassembler.po: MipsGenDisassemblerTables.inc.h +MipsDisassembler.po: MipsGenInstrInfo.inc.h +MipsDisassembler.po: MipsGenRegisterInfo.inc.h +MipsDisassembler.po: MipsGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmmipsinfo/Makefile b/lib/clang/libllvmmipsinfo/Makefile new file mode 100644 index 0000000..c65c8c8 --- /dev/null +++ b/lib/clang/libllvmmipsinfo/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmmipsinfo + +SRCDIR= lib/Target/Mips/TargetInfo +INCDIR= lib/Target/Mips +SRCS= MipsTargetInfo.cpp + +TGHDRS= MipsGenInstrInfo \ + MipsGenRegisterInfo \ + MipsGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmmipsinfo/Makefile.depend b/lib/clang/libllvmmipsinfo/Makefile.depend new file mode 100644 index 0000000..04d7394 --- /dev/null +++ b/lib/clang/libllvmmipsinfo/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +MipsTargetInfo.o: MipsGenInstrInfo.inc.h +MipsTargetInfo.o: MipsGenRegisterInfo.inc.h +MipsTargetInfo.o: MipsGenSubtargetInfo.inc.h +MipsTargetInfo.po: MipsGenInstrInfo.inc.h +MipsTargetInfo.po: MipsGenRegisterInfo.inc.h +MipsTargetInfo.po: MipsGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmmipsinstprinter/Makefile b/lib/clang/libllvmmipsinstprinter/Makefile new file mode 100644 index 0000000..39df7cc --- /dev/null +++ b/lib/clang/libllvmmipsinstprinter/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmmipsinstprinter + +SRCDIR= lib/Target/Mips/InstPrinter +INCDIR= lib/Target/Mips +SRCS= MipsInstPrinter.cpp + +TGHDRS= MipsGenAsmWriter \ + MipsGenInstrInfo \ + MipsGenRegisterInfo \ + MipsGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmmipsinstprinter/Makefile.depend b/lib/clang/libllvmmipsinstprinter/Makefile.depend new file mode 100644 index 0000000..2426018 --- /dev/null +++ b/lib/clang/libllvmmipsinstprinter/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +MipsInstPrinter.o: MipsGenAsmWriter.inc.h +MipsInstPrinter.o: MipsGenInstrInfo.inc.h +MipsInstPrinter.o: MipsGenRegisterInfo.inc.h +MipsInstPrinter.o: MipsGenSubtargetInfo.inc.h +MipsInstPrinter.po: MipsGenAsmWriter.inc.h +MipsInstPrinter.po: MipsGenInstrInfo.inc.h +MipsInstPrinter.po: MipsGenRegisterInfo.inc.h +MipsInstPrinter.po: MipsGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmmirparser/Makefile b/lib/clang/libllvmmirparser/Makefile new file mode 100644 index 0000000..a3a64c6 --- /dev/null +++ b/lib/clang/libllvmmirparser/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmmirparser + +SRCDIR= lib/CodeGen/MIRParser +SRCS= MIParser.cpp \ + MIRParser.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= MILexer.cpp +.endif + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmobjcarcopts/Makefile b/lib/clang/libllvmobjcarcopts/Makefile new file mode 100644 index 0000000..308e11a --- /dev/null +++ b/lib/clang/libllvmobjcarcopts/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmobjcarcopts + +SRCDIR= lib/Transforms/ObjCARC +SRCS= ARCInstKind.cpp \ + DependencyAnalysis.cpp \ + ObjCARC.cpp \ + ObjCARCAPElim.cpp \ + ObjCARCAliasAnalysis.cpp \ + ObjCARCContract.cpp \ + ObjCARCExpand.cpp \ + ObjCARCOpts.cpp \ + ProvenanceAnalysis.cpp \ + ProvenanceAnalysisEvaluator.cpp \ + PtrState.cpp + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmobjcarcopts/Makefile.depend b/lib/clang/libllvmobjcarcopts/Makefile.depend new file mode 100644 index 0000000..dc5c465 --- /dev/null +++ b/lib/clang/libllvmobjcarcopts/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ObjCARCUtil.o: Intrinsics.inc.h +ObjCARCUtil.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmobject/Makefile b/lib/clang/libllvmobject/Makefile new file mode 100644 index 0000000..c575ecd --- /dev/null +++ b/lib/clang/libllvmobject/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmobject + +SRCDIR= lib/Object +SRCS= Archive.cpp \ + ArchiveWriter.cpp \ + Binary.cpp \ + COFFObjectFile.cpp \ + COFFYAML.cpp \ + ELF.cpp \ + ELFObjectFile.cpp \ + ELFYAML.cpp \ + Error.cpp \ + IRObjectFile.cpp \ + MachOObjectFile.cpp \ + MachOUniversal.cpp \ + ObjectFile.cpp \ + RecordStreamer.cpp \ + SymbolicFile.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= Object.cpp \ + SymbolSize.cpp +.endif + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmobject/Makefile.depend b/lib/clang/libllvmobject/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmobject/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmoption/Makefile b/lib/clang/libllvmoption/Makefile new file mode 100644 index 0000000..bf88dba --- /dev/null +++ b/lib/clang/libllvmoption/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmoption + +SRCDIR= lib/Option +SRCS= Arg.cpp \ + ArgList.cpp \ + OptTable.cpp \ + Option.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmoption/Makefile.depend b/lib/clang/libllvmoption/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmoption/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmorcjit/Makefile b/lib/clang/libllvmorcjit/Makefile new file mode 100644 index 0000000..84621de --- /dev/null +++ b/lib/clang/libllvmorcjit/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmorcjit + +SRCDIR= lib/ExecutionEngine/Orc +SRCS= ExecutionUtils.cpp \ + IndirectionUtils.cpp \ + OrcMCJITReplacement.cpp \ + OrcTargetSupport.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmpasses/Makefile b/lib/clang/libllvmpasses/Makefile new file mode 100644 index 0000000..ed4e20d --- /dev/null +++ b/lib/clang/libllvmpasses/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmpasses + +SRCDIR= lib/Passes +SRCS= PassBuilder.cpp + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmpowerpcasmparser/Makefile b/lib/clang/libllvmpowerpcasmparser/Makefile new file mode 100644 index 0000000..ff1f533 --- /dev/null +++ b/lib/clang/libllvmpowerpcasmparser/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmpowerpcasmparser + +SRCDIR= lib/Target/PowerPC/AsmParser +INCDIR= lib/Target/PowerPC +SRCS= PPCAsmParser.cpp + +TGHDRS= PPCGenAsmMatcher \ + PPCGenInstrInfo \ + PPCGenRegisterInfo \ + PPCGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmpowerpcasmparser/Makefile.depend b/lib/clang/libllvmpowerpcasmparser/Makefile.depend new file mode 100644 index 0000000..6a84c65 --- /dev/null +++ b/lib/clang/libllvmpowerpcasmparser/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +PPCAsmParser.o: PPCGenAsmMatcher.inc.h +PPCAsmParser.o: PPCGenInstrInfo.inc.h +PPCAsmParser.o: PPCGenRegisterInfo.inc.h +PPCAsmParser.o: PPCGenSubtargetInfo.inc.h +PPCAsmParser.po: PPCGenAsmMatcher.inc.h +PPCAsmParser.po: PPCGenInstrInfo.inc.h +PPCAsmParser.po: PPCGenRegisterInfo.inc.h +PPCAsmParser.po: PPCGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmpowerpccodegen/Makefile b/lib/clang/libllvmpowerpccodegen/Makefile new file mode 100644 index 0000000..ea83b75 --- /dev/null +++ b/lib/clang/libllvmpowerpccodegen/Makefile @@ -0,0 +1,43 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmpowerpccodegen + +SRCDIR= lib/Target/PowerPC +SRCS= PPCAsmPrinter.cpp \ + PPCBranchSelector.cpp \ + PPCCTRLoops.cpp \ + PPCEarlyReturn.cpp \ + PPCFastISel.cpp \ + PPCFrameLowering.cpp \ + PPCHazardRecognizers.cpp \ + PPCISelDAGToDAG.cpp \ + PPCISelLowering.cpp \ + PPCInstrInfo.cpp \ + PPCLoopDataPrefetch.cpp \ + PPCLoopPreIncPrep.cpp \ + PPCMCInstLower.cpp \ + PPCMachineFunctionInfo.cpp \ + PPCRegisterInfo.cpp \ + PPCSubtarget.cpp \ + PPCTLSDynamicCall.cpp \ + PPCTOCRegDeps.cpp \ + PPCTargetMachine.cpp \ + PPCTargetObjectFile.cpp \ + PPCTargetTransformInfo.cpp \ + PPCVSXCopy.cpp \ + PPCVSXFMAMutate.cpp \ + PPCVSXSwapRemoval.cpp + +TGHDRS= Intrinsics \ + PPCGenCallingConv \ + PPCGenCodeEmitter \ + PPCGenDAGISel \ + PPCGenFastISel \ + PPCGenInstrInfo \ + PPCGenMCCodeEmitter \ + PPCGenRegisterInfo \ + PPCGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmpowerpccodegen/Makefile.depend b/lib/clang/libllvmpowerpccodegen/Makefile.depend new file mode 100644 index 0000000..d7ad295 --- /dev/null +++ b/lib/clang/libllvmpowerpccodegen/Makefile.depend @@ -0,0 +1,124 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +PPCAsmPrinter.o: PPCGenInstrInfo.inc.h +PPCAsmPrinter.o: PPCGenRegisterInfo.inc.h +PPCAsmPrinter.o: PPCGenSubtargetInfo.inc.h +PPCAsmPrinter.po: PPCGenInstrInfo.inc.h +PPCAsmPrinter.po: PPCGenRegisterInfo.inc.h +PPCAsmPrinter.po: PPCGenSubtargetInfo.inc.h +PPCBranchSelector.o: PPCGenInstrInfo.inc.h +PPCBranchSelector.o: PPCGenRegisterInfo.inc.h +PPCBranchSelector.o: PPCGenSubtargetInfo.inc.h +PPCBranchSelector.po: PPCGenInstrInfo.inc.h +PPCBranchSelector.po: PPCGenRegisterInfo.inc.h +PPCBranchSelector.po: PPCGenSubtargetInfo.inc.h +PPCCTRLoops.o: Intrinsics.inc.h +PPCCTRLoops.o: PPCGenInstrInfo.inc.h +PPCCTRLoops.o: PPCGenRegisterInfo.inc.h +PPCCTRLoops.o: PPCGenSubtargetInfo.inc.h +PPCCTRLoops.po: Intrinsics.inc.h +PPCCTRLoops.po: PPCGenInstrInfo.inc.h +PPCCTRLoops.po: PPCGenRegisterInfo.inc.h +PPCCTRLoops.po: PPCGenSubtargetInfo.inc.h +PPCFastISel.o: Intrinsics.inc.h +PPCFastISel.o: PPCGenCallingConv.inc.h +PPCFastISel.o: PPCGenFastISel.inc.h +PPCFastISel.o: PPCGenInstrInfo.inc.h +PPCFastISel.o: PPCGenRegisterInfo.inc.h +PPCFastISel.o: PPCGenSubtargetInfo.inc.h +PPCFastISel.po: Intrinsics.inc.h +PPCFastISel.po: PPCGenCallingConv.inc.h +PPCFastISel.po: PPCGenFastISel.inc.h +PPCFastISel.po: PPCGenInstrInfo.inc.h +PPCFastISel.po: PPCGenRegisterInfo.inc.h +PPCFastISel.po: PPCGenSubtargetInfo.inc.h +PPCFrameLowering.o: PPCGenInstrInfo.inc.h +PPCFrameLowering.o: PPCGenRegisterInfo.inc.h +PPCFrameLowering.o: PPCGenSubtargetInfo.inc.h +PPCFrameLowering.po: PPCGenInstrInfo.inc.h +PPCFrameLowering.po: PPCGenRegisterInfo.inc.h +PPCFrameLowering.po: PPCGenSubtargetInfo.inc.h +PPCHazardRecognizers.o: PPCGenInstrInfo.inc.h +PPCHazardRecognizers.o: PPCGenRegisterInfo.inc.h +PPCHazardRecognizers.o: PPCGenSubtargetInfo.inc.h +PPCHazardRecognizers.po: PPCGenInstrInfo.inc.h +PPCHazardRecognizers.po: PPCGenRegisterInfo.inc.h +PPCHazardRecognizers.po: PPCGenSubtargetInfo.inc.h +PPCISelDAGToDAG.o: Intrinsics.inc.h +PPCISelDAGToDAG.o: PPCGenDAGISel.inc.h +PPCISelDAGToDAG.o: PPCGenInstrInfo.inc.h +PPCISelDAGToDAG.o: PPCGenRegisterInfo.inc.h +PPCISelDAGToDAG.o: PPCGenSubtargetInfo.inc.h +PPCISelDAGToDAG.po: Intrinsics.inc.h +PPCISelDAGToDAG.po: PPCGenDAGISel.inc.h +PPCISelDAGToDAG.po: PPCGenInstrInfo.inc.h +PPCISelDAGToDAG.po: PPCGenRegisterInfo.inc.h +PPCISelDAGToDAG.po: PPCGenSubtargetInfo.inc.h +PPCISelLowering.o: Intrinsics.inc.h +PPCISelLowering.o: PPCGenCallingConv.inc.h +PPCISelLowering.o: PPCGenInstrInfo.inc.h +PPCISelLowering.o: PPCGenRegisterInfo.inc.h +PPCISelLowering.o: PPCGenSubtargetInfo.inc.h +PPCISelLowering.po: Intrinsics.inc.h +PPCISelLowering.po: PPCGenCallingConv.inc.h +PPCISelLowering.po: PPCGenInstrInfo.inc.h +PPCISelLowering.po: PPCGenRegisterInfo.inc.h +PPCISelLowering.po: PPCGenSubtargetInfo.inc.h +PPCInstrInfo.o: PPCGenInstrInfo.inc.h +PPCInstrInfo.o: PPCGenRegisterInfo.inc.h +PPCInstrInfo.o: PPCGenSubtargetInfo.inc.h +PPCInstrInfo.po: PPCGenInstrInfo.inc.h +PPCInstrInfo.po: PPCGenRegisterInfo.inc.h +PPCInstrInfo.po: PPCGenSubtargetInfo.inc.h +PPCMCInstLower.o: PPCGenInstrInfo.inc.h +PPCMCInstLower.o: PPCGenRegisterInfo.inc.h +PPCMCInstLower.o: PPCGenSubtargetInfo.inc.h +PPCMCInstLower.po: PPCGenInstrInfo.inc.h +PPCMCInstLower.po: PPCGenRegisterInfo.inc.h +PPCMCInstLower.po: PPCGenSubtargetInfo.inc.h +PPCRegisterInfo.o: PPCGenInstrInfo.inc.h +PPCRegisterInfo.o: PPCGenRegisterInfo.inc.h +PPCRegisterInfo.o: PPCGenSubtargetInfo.inc.h +PPCRegisterInfo.po: PPCGenInstrInfo.inc.h +PPCRegisterInfo.po: PPCGenRegisterInfo.inc.h +PPCRegisterInfo.po: PPCGenSubtargetInfo.inc.h +PPCSelectionDAGInfo.o: PPCGenInstrInfo.inc.h +PPCSelectionDAGInfo.o: PPCGenRegisterInfo.inc.h +PPCSelectionDAGInfo.o: PPCGenSubtargetInfo.inc.h +PPCSelectionDAGInfo.po: PPCGenInstrInfo.inc.h +PPCSelectionDAGInfo.po: PPCGenRegisterInfo.inc.h +PPCSelectionDAGInfo.po: PPCGenSubtargetInfo.inc.h +PPCSubtarget.o: PPCGenInstrInfo.inc.h +PPCSubtarget.o: PPCGenRegisterInfo.inc.h +PPCSubtarget.o: PPCGenSubtargetInfo.inc.h +PPCSubtarget.po: PPCGenInstrInfo.inc.h +PPCSubtarget.po: PPCGenRegisterInfo.inc.h +PPCSubtarget.po: PPCGenSubtargetInfo.inc.h +PPCTargetMachine.o: PPCGenInstrInfo.inc.h +PPCTargetMachine.o: PPCGenRegisterInfo.inc.h +PPCTargetMachine.o: PPCGenSubtargetInfo.inc.h +PPCTargetMachine.po: PPCGenInstrInfo.inc.h +PPCTargetMachine.po: PPCGenRegisterInfo.inc.h +PPCTargetMachine.po: PPCGenSubtargetInfo.inc.h +PPCTargetTransformInfo.o: Intrinsics.inc.h +PPCTargetTransformInfo.o: PPCGenInstrInfo.inc.h +PPCTargetTransformInfo.o: PPCGenRegisterInfo.inc.h +PPCTargetTransformInfo.o: PPCGenSubtargetInfo.inc.h +PPCTargetTransformInfo.po: Intrinsics.inc.h +PPCTargetTransformInfo.po: PPCGenInstrInfo.inc.h +PPCTargetTransformInfo.po: PPCGenRegisterInfo.inc.h +PPCTargetTransformInfo.po: PPCGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmpowerpcdesc/Makefile b/lib/clang/libllvmpowerpcdesc/Makefile new file mode 100644 index 0000000..b64b948 --- /dev/null +++ b/lib/clang/libllvmpowerpcdesc/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmpowerpcdesc + +SRCDIR= lib/Target/PowerPC/MCTargetDesc +SRCS= PPCAsmBackend.cpp \ + PPCELFObjectWriter.cpp \ + PPCMCAsmInfo.cpp \ + PPCMCCodeEmitter.cpp \ + PPCMCExpr.cpp \ + PPCMCTargetDesc.cpp \ + PPCMachObjectWriter.cpp \ + PPCPredicates.cpp +CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/.. + +TGHDRS= PPCGenInstrInfo \ + PPCGenMCCodeEmitter \ + PPCGenRegisterInfo \ + PPCGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmpowerpcdesc/Makefile.depend b/lib/clang/libllvmpowerpcdesc/Makefile.depend new file mode 100644 index 0000000..cb4da9d --- /dev/null +++ b/lib/clang/libllvmpowerpcdesc/Makefile.depend @@ -0,0 +1,48 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +PPCAsmBackend.o: PPCGenInstrInfo.inc.h +PPCAsmBackend.o: PPCGenRegisterInfo.inc.h +PPCAsmBackend.o: PPCGenSubtargetInfo.inc.h +PPCAsmBackend.po: PPCGenInstrInfo.inc.h +PPCAsmBackend.po: PPCGenRegisterInfo.inc.h +PPCAsmBackend.po: PPCGenSubtargetInfo.inc.h +PPCELFObjectWriter.o: PPCGenInstrInfo.inc.h +PPCELFObjectWriter.o: PPCGenRegisterInfo.inc.h +PPCELFObjectWriter.o: PPCGenSubtargetInfo.inc.h +PPCELFObjectWriter.po: PPCGenInstrInfo.inc.h +PPCELFObjectWriter.po: PPCGenRegisterInfo.inc.h +PPCELFObjectWriter.po: PPCGenSubtargetInfo.inc.h +PPCMCCodeEmitter.o: PPCGenInstrInfo.inc.h +PPCMCCodeEmitter.o: PPCGenMCCodeEmitter.inc.h +PPCMCCodeEmitter.o: PPCGenRegisterInfo.inc.h +PPCMCCodeEmitter.o: PPCGenSubtargetInfo.inc.h +PPCMCCodeEmitter.po: PPCGenInstrInfo.inc.h +PPCMCCodeEmitter.po: PPCGenMCCodeEmitter.inc.h +PPCMCCodeEmitter.po: PPCGenRegisterInfo.inc.h +PPCMCCodeEmitter.po: PPCGenSubtargetInfo.inc.h +PPCMCTargetDesc.o: PPCGenInstrInfo.inc.h +PPCMCTargetDesc.o: PPCGenRegisterInfo.inc.h +PPCMCTargetDesc.o: PPCGenSubtargetInfo.inc.h +PPCMCTargetDesc.po: PPCGenInstrInfo.inc.h +PPCMCTargetDesc.po: PPCGenRegisterInfo.inc.h +PPCMCTargetDesc.po: PPCGenSubtargetInfo.inc.h +PPCMachObjectWriter.o: PPCGenInstrInfo.inc.h +PPCMachObjectWriter.o: PPCGenRegisterInfo.inc.h +PPCMachObjectWriter.o: PPCGenSubtargetInfo.inc.h +PPCMachObjectWriter.po: PPCGenInstrInfo.inc.h +PPCMachObjectWriter.po: PPCGenRegisterInfo.inc.h +PPCMachObjectWriter.po: PPCGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmpowerpcdisassembler/Makefile b/lib/clang/libllvmpowerpcdisassembler/Makefile new file mode 100644 index 0000000..58735e4 --- /dev/null +++ b/lib/clang/libllvmpowerpcdisassembler/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmpowerpcdisassembler + +SRCDIR= lib/Target/PowerPC/Disassembler +INCDIR= lib/Target/PowerPC +SRCS= PPCDisassembler.cpp + +TGHDRS= PPCGenDisassemblerTables \ + PPCGenInstrInfo \ + PPCGenRegisterInfo \ + PPCGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmpowerpcdisassembler/Makefile.depend b/lib/clang/libllvmpowerpcdisassembler/Makefile.depend new file mode 100644 index 0000000..ae1219e --- /dev/null +++ b/lib/clang/libllvmpowerpcdisassembler/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +PPCDisassembler.o: PPCGenDisassemblerTables.inc.h +PPCDisassembler.o: PPCGenInstrInfo.inc.h +PPCDisassembler.o: PPCGenRegisterInfo.inc.h +PPCDisassembler.o: PPCGenSubtargetInfo.inc.h +PPCDisassembler.po: PPCGenDisassemblerTables.inc.h +PPCDisassembler.po: PPCGenInstrInfo.inc.h +PPCDisassembler.po: PPCGenRegisterInfo.inc.h +PPCDisassembler.po: PPCGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmpowerpcinfo/Makefile b/lib/clang/libllvmpowerpcinfo/Makefile new file mode 100644 index 0000000..03bba0e --- /dev/null +++ b/lib/clang/libllvmpowerpcinfo/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmpowerpcinfo + +SRCDIR= lib/Target/PowerPC/TargetInfo +INCDIR= lib/Target/PowerPC +SRCS= PowerPCTargetInfo.cpp + +TGHDRS= PPCGenInstrInfo \ + PPCGenRegisterInfo \ + PPCGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmpowerpcinfo/Makefile.depend b/lib/clang/libllvmpowerpcinfo/Makefile.depend new file mode 100644 index 0000000..2b87d9d --- /dev/null +++ b/lib/clang/libllvmpowerpcinfo/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +PowerPCTargetInfo.o: PPCGenInstrInfo.inc.h +PowerPCTargetInfo.o: PPCGenRegisterInfo.inc.h +PowerPCTargetInfo.o: PPCGenSubtargetInfo.inc.h +PowerPCTargetInfo.po: PPCGenInstrInfo.inc.h +PowerPCTargetInfo.po: PPCGenRegisterInfo.inc.h +PowerPCTargetInfo.po: PPCGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmpowerpcinstprinter/Makefile b/lib/clang/libllvmpowerpcinstprinter/Makefile new file mode 100644 index 0000000..ac98321 --- /dev/null +++ b/lib/clang/libllvmpowerpcinstprinter/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmpowerpcinstprinter + +SRCDIR= lib/Target/PowerPC/InstPrinter +INCDIR= lib/Target/PowerPC +SRCS= PPCInstPrinter.cpp + +TGHDRS= PPCGenAsmWriter \ + PPCGenInstrInfo \ + PPCGenRegisterInfo \ + PPCGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmpowerpcinstprinter/Makefile.depend b/lib/clang/libllvmpowerpcinstprinter/Makefile.depend new file mode 100644 index 0000000..9ddadfa --- /dev/null +++ b/lib/clang/libllvmpowerpcinstprinter/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +PPCInstPrinter.o: PPCGenAsmWriter.inc.h +PPCInstPrinter.o: PPCGenInstrInfo.inc.h +PPCInstPrinter.o: PPCGenRegisterInfo.inc.h +PPCInstPrinter.o: PPCGenSubtargetInfo.inc.h +PPCInstPrinter.po: PPCGenAsmWriter.inc.h +PPCInstPrinter.po: PPCGenInstrInfo.inc.h +PPCInstPrinter.po: PPCGenRegisterInfo.inc.h +PPCInstPrinter.po: PPCGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmprofiledata/Makefile b/lib/clang/libllvmprofiledata/Makefile new file mode 100644 index 0000000..a38a190 --- /dev/null +++ b/lib/clang/libllvmprofiledata/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmprofiledata + +SRCDIR= lib/ProfileData +SRCS= CoverageMapping.cpp \ + CoverageMappingReader.cpp \ + CoverageMappingWriter.cpp \ + InstrProf.cpp \ + InstrProfReader.cpp \ + InstrProfWriter.cpp \ + SampleProf.cpp \ + SampleProfReader.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= SampleProfWriter.cpp +.endif + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmprofiledata/Makefile.depend b/lib/clang/libllvmprofiledata/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmprofiledata/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmruntimedyld/Makefile b/lib/clang/libllvmruntimedyld/Makefile new file mode 100644 index 0000000..a4326b5 --- /dev/null +++ b/lib/clang/libllvmruntimedyld/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmruntimedyld + +SRCDIR= lib/ExecutionEngine/RuntimeDyld +SRCS= RTDyldMemoryManager.cpp \ + RuntimeDyld.cpp \ + RuntimeDyldCOFF.cpp \ + RuntimeDyldChecker.cpp \ + RuntimeDyldELF.cpp \ + RuntimeDyldMachO.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmruntimedyld/Makefile.depend b/lib/clang/libllvmruntimedyld/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmruntimedyld/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmscalaropts/Makefile b/lib/clang/libllvmscalaropts/Makefile new file mode 100644 index 0000000..8579df9 --- /dev/null +++ b/lib/clang/libllvmscalaropts/Makefile @@ -0,0 +1,64 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmscalaropts + +SRCDIR= lib/Transforms/Scalar +SRCS= ADCE.cpp \ + AlignmentFromAssumptions.cpp \ + BDCE.cpp \ + ConstantHoisting.cpp \ + ConstantProp.cpp \ + CorrelatedValuePropagation.cpp \ + DCE.cpp \ + DeadStoreElimination.cpp \ + EarlyCSE.cpp \ + FlattenCFGPass.cpp \ + Float2Int.cpp \ + GVN.cpp \ + IndVarSimplify.cpp \ + InductiveRangeCheckElimination.cpp \ + JumpThreading.cpp \ + LICM.cpp \ + LoadCombine.cpp \ + LoopDeletion.cpp \ + LoopDistribute.cpp \ + LoopIdiomRecognize.cpp \ + LoopInterchange.cpp \ + LoopRerollPass.cpp \ + LoopRotation.cpp \ + LoopStrengthReduce.cpp \ + LoopUnrollPass.cpp \ + LoopUnswitch.cpp \ + LowerAtomic.cpp \ + LowerExpectIntrinsic.cpp \ + MemCpyOptimizer.cpp \ + MergedLoadStoreMotion.cpp \ + NaryReassociate.cpp \ + PartiallyInlineLibCalls.cpp \ + PlaceSafepoints.cpp \ + Reassociate.cpp \ + Reg2Mem.cpp \ + RewriteStatepointsForGC.cpp \ + SCCP.cpp \ + SROA.cpp \ + SampleProfile.cpp \ + ScalarReplAggregates.cpp \ + Scalarizer.cpp \ + SeparateConstOffsetFromGEP.cpp \ + SimplifyCFGPass.cpp \ + Sink.cpp \ + SpeculativeExecution.cpp \ + StraightLineStrengthReduce.cpp \ + StructurizeCFG.cpp \ + TailRecursionElimination.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= LoopInstSimplify.cpp \ + Scalar.cpp +.endif + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmscalaropts/Makefile.depend b/lib/clang/libllvmscalaropts/Makefile.depend new file mode 100644 index 0000000..c33d392 --- /dev/null +++ b/lib/clang/libllvmscalaropts/Makefile.depend @@ -0,0 +1,74 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ADCE.o: Intrinsics.inc.h +ADCE.po: Intrinsics.inc.h +AlignmentFromAssumptions.o: Intrinsics.inc.h +AlignmentFromAssumptions.po: Intrinsics.inc.h +ConstantHoisting.o: Intrinsics.inc.h +ConstantHoisting.po: Intrinsics.inc.h +DeadStoreElimination.o: Intrinsics.inc.h +DeadStoreElimination.po: Intrinsics.inc.h +EarlyCSE.o: Intrinsics.inc.h +EarlyCSE.po: Intrinsics.inc.h +GVN.o: Intrinsics.inc.h +GVN.po: Intrinsics.inc.h +IndVarSimplify.o: Intrinsics.inc.h +IndVarSimplify.po: Intrinsics.inc.h +JumpThreading.o: Intrinsics.inc.h +JumpThreading.po: Intrinsics.inc.h +LICM.o: Intrinsics.inc.h +LICM.po: Intrinsics.inc.h +LoopIdiomRecognize.o: Intrinsics.inc.h +LoopIdiomRecognize.po: Intrinsics.inc.h +LoopRerollPass.o: Intrinsics.inc.h +LoopRerollPass.po: Intrinsics.inc.h +LoopRotation.o: Intrinsics.inc.h +LoopRotation.po: Intrinsics.inc.h +LoopStrengthReduce.o: Intrinsics.inc.h +LoopStrengthReduce.po: Intrinsics.inc.h +LoopUnrollPass.o: Intrinsics.inc.h +LoopUnrollPass.po: Intrinsics.inc.h +LoopUnswitch.o: Intrinsics.inc.h +LoopUnswitch.po: Intrinsics.inc.h +LowerAtomic.o: Intrinsics.inc.h +LowerAtomic.po: Intrinsics.inc.h +MemCpyOptimizer.o: Intrinsics.inc.h +MemCpyOptimizer.po: Intrinsics.inc.h +MergedLoadStoreMotion.o: Intrinsics.inc.h +MergedLoadStoreMotion.po: Intrinsics.inc.h +PartiallyInlineLibCalls.o: Intrinsics.inc.h +PartiallyInlineLibCalls.po: Intrinsics.inc.h +Reassociate.o: Intrinsics.inc.h +Reassociate.po: Intrinsics.inc.h +SCCP.o: Intrinsics.inc.h +SCCP.po: Intrinsics.inc.h +SROA.o: Intrinsics.inc.h +SROA.po: Intrinsics.inc.h +ScalarReplAggregates.o: Intrinsics.inc.h +ScalarReplAggregates.po: Intrinsics.inc.h +Scalarizer.o: Intrinsics.inc.h +Scalarizer.po: Intrinsics.inc.h +SeparateConstOffsetFromGEP.o: Intrinsics.inc.h +SeparateConstOffsetFromGEP.po: Intrinsics.inc.h +SimplifyCFGPass.o: Intrinsics.inc.h +SimplifyCFGPass.po: Intrinsics.inc.h +Sink.o: Intrinsics.inc.h +Sink.po: Intrinsics.inc.h +StructurizeCFG.o: Intrinsics.inc.h +StructurizeCFG.po: Intrinsics.inc.h +TailRecursionElimination.o: Intrinsics.inc.h +TailRecursionElimination.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmselectiondag/Makefile b/lib/clang/libllvmselectiondag/Makefile new file mode 100644 index 0000000..b73a1c5 --- /dev/null +++ b/lib/clang/libllvmselectiondag/Makefile @@ -0,0 +1,35 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmselectiondag + +SRCDIR= lib/CodeGen/SelectionDAG +SRCS= DAGCombiner.cpp \ + FastISel.cpp \ + FunctionLoweringInfo.cpp \ + InstrEmitter.cpp \ + LegalizeDAG.cpp \ + LegalizeFloatTypes.cpp \ + LegalizeIntegerTypes.cpp \ + LegalizeTypes.cpp \ + LegalizeTypesGeneric.cpp \ + LegalizeVectorOps.cpp \ + LegalizeVectorTypes.cpp \ + ResourcePriorityQueue.cpp \ + ScheduleDAGFast.cpp \ + ScheduleDAGRRList.cpp \ + ScheduleDAGSDNodes.cpp \ + ScheduleDAGVLIW.cpp \ + SelectionDAG.cpp \ + SelectionDAGBuilder.cpp \ + SelectionDAGDumper.cpp \ + SelectionDAGISel.cpp \ + SelectionDAGPrinter.cpp \ + StatepointLowering.cpp \ + TargetLowering.cpp \ + TargetSelectionDAGInfo.cpp + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmselectiondag/Makefile.depend b/lib/clang/libllvmselectiondag/Makefile.depend new file mode 100644 index 0000000..9dbab9a --- /dev/null +++ b/lib/clang/libllvmselectiondag/Makefile.depend @@ -0,0 +1,30 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +FastISel.o: Intrinsics.inc.h +FastISel.po: Intrinsics.inc.h +FunctionLoweringInfo.o: Intrinsics.inc.h +FunctionLoweringInfo.po: Intrinsics.inc.h +SelectionDAG.o: Intrinsics.inc.h +SelectionDAG.po: Intrinsics.inc.h +SelectionDAGBuilder.o: Intrinsics.inc.h +SelectionDAGBuilder.po: Intrinsics.inc.h +SelectionDAGDumper.o: Intrinsics.inc.h +SelectionDAGDumper.po: Intrinsics.inc.h +SelectionDAGISel.o: Intrinsics.inc.h +SelectionDAGISel.po: Intrinsics.inc.h +StatepointLowering.o: Intrinsics.inc.h +StatepointLowering.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmsparcasmparser/Makefile b/lib/clang/libllvmsparcasmparser/Makefile new file mode 100644 index 0000000..f4e4f25 --- /dev/null +++ b/lib/clang/libllvmsparcasmparser/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmsparcasmparser + +SRCDIR= lib/Target/Sparc/AsmParser +INCDIR= lib/Target/Sparc +SRCS= SparcAsmParser.cpp + +TGHDRS= SparcGenAsmMatcher \ + SparcGenInstrInfo \ + SparcGenRegisterInfo \ + SparcGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmsparcasmparser/Makefile.depend b/lib/clang/libllvmsparcasmparser/Makefile.depend new file mode 100644 index 0000000..256ccd8 --- /dev/null +++ b/lib/clang/libllvmsparcasmparser/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +SparcAsmParser.o: SparcGenAsmMatcher.inc.h +SparcAsmParser.o: SparcGenInstrInfo.inc.h +SparcAsmParser.o: SparcGenRegisterInfo.inc.h +SparcAsmParser.o: SparcGenSubtargetInfo.inc.h +SparcAsmParser.po: SparcGenAsmMatcher.inc.h +SparcAsmParser.po: SparcGenInstrInfo.inc.h +SparcAsmParser.po: SparcGenRegisterInfo.inc.h +SparcAsmParser.po: SparcGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmsparccodegen/Makefile b/lib/clang/libllvmsparccodegen/Makefile new file mode 100644 index 0000000..35b1310 --- /dev/null +++ b/lib/clang/libllvmsparccodegen/Makefile @@ -0,0 +1,31 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmsparccodegen + +SRCDIR= lib/Target/Sparc +SRCS= DelaySlotFiller.cpp \ + SparcAsmPrinter.cpp \ + SparcFrameLowering.cpp \ + SparcISelDAGToDAG.cpp \ + SparcISelLowering.cpp \ + SparcInstrInfo.cpp \ + SparcMCInstLower.cpp \ + SparcMachineFunctionInfo.cpp \ + SparcRegisterInfo.cpp \ + SparcSubtarget.cpp \ + SparcTargetMachine.cpp \ + SparcTargetObjectFile.cpp + +TGHDRS= Intrinsics \ + SparcGenAsmWriter \ + SparcGenCallingConv \ + SparcGenCodeEmitter \ + SparcGenDAGISel \ + SparcGenInstrInfo \ + SparcGenMCCodeEmitter \ + SparcGenRegisterInfo \ + SparcGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmsparccodegen/Makefile.depend b/lib/clang/libllvmsparccodegen/Makefile.depend new file mode 100644 index 0000000..64226f6 --- /dev/null +++ b/lib/clang/libllvmsparccodegen/Makefile.depend @@ -0,0 +1,82 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +DelaySlotFiller.o: SparcGenInstrInfo.inc.h +DelaySlotFiller.o: SparcGenRegisterInfo.inc.h +DelaySlotFiller.o: SparcGenSubtargetInfo.inc.h +DelaySlotFiller.po: SparcGenInstrInfo.inc.h +DelaySlotFiller.po: SparcGenRegisterInfo.inc.h +DelaySlotFiller.po: SparcGenSubtargetInfo.inc.h +SparcAsmPrinter.o: SparcGenInstrInfo.inc.h +SparcAsmPrinter.o: SparcGenRegisterInfo.inc.h +SparcAsmPrinter.o: SparcGenSubtargetInfo.inc.h +SparcAsmPrinter.po: SparcGenInstrInfo.inc.h +SparcAsmPrinter.po: SparcGenRegisterInfo.inc.h +SparcAsmPrinter.po: SparcGenSubtargetInfo.inc.h +SparcFrameLowering.o: SparcGenInstrInfo.inc.h +SparcFrameLowering.o: SparcGenRegisterInfo.inc.h +SparcFrameLowering.o: SparcGenSubtargetInfo.inc.h +SparcFrameLowering.po: SparcGenInstrInfo.inc.h +SparcFrameLowering.po: SparcGenRegisterInfo.inc.h +SparcFrameLowering.po: SparcGenSubtargetInfo.inc.h +SparcISelDAGToDAG.o: Intrinsics.inc.h +SparcISelDAGToDAG.o: SparcGenDAGISel.inc.h +SparcISelDAGToDAG.o: SparcGenInstrInfo.inc.h +SparcISelDAGToDAG.o: SparcGenRegisterInfo.inc.h +SparcISelDAGToDAG.o: SparcGenSubtargetInfo.inc.h +SparcISelDAGToDAG.po: Intrinsics.inc.h +SparcISelDAGToDAG.po: SparcGenDAGISel.inc.h +SparcISelDAGToDAG.po: SparcGenInstrInfo.inc.h +SparcISelDAGToDAG.po: SparcGenRegisterInfo.inc.h +SparcISelDAGToDAG.po: SparcGenSubtargetInfo.inc.h +SparcISelLowering.o: SparcGenCallingConv.inc.h +SparcISelLowering.o: SparcGenInstrInfo.inc.h +SparcISelLowering.o: SparcGenRegisterInfo.inc.h +SparcISelLowering.o: SparcGenSubtargetInfo.inc.h +SparcISelLowering.po: SparcGenCallingConv.inc.h +SparcISelLowering.po: SparcGenInstrInfo.inc.h +SparcISelLowering.po: SparcGenRegisterInfo.inc.h +SparcISelLowering.po: SparcGenSubtargetInfo.inc.h +SparcInstrInfo.o: SparcGenInstrInfo.inc.h +SparcInstrInfo.o: SparcGenRegisterInfo.inc.h +SparcInstrInfo.o: SparcGenSubtargetInfo.inc.h +SparcInstrInfo.po: SparcGenInstrInfo.inc.h +SparcInstrInfo.po: SparcGenRegisterInfo.inc.h +SparcInstrInfo.po: SparcGenSubtargetInfo.inc.h +SparcMCInstLower.o: SparcGenInstrInfo.inc.h +SparcMCInstLower.o: SparcGenRegisterInfo.inc.h +SparcMCInstLower.o: SparcGenSubtargetInfo.inc.h +SparcMCInstLower.po: SparcGenInstrInfo.inc.h +SparcMCInstLower.po: SparcGenRegisterInfo.inc.h +SparcMCInstLower.po: SparcGenSubtargetInfo.inc.h +SparcRegisterInfo.o: SparcGenInstrInfo.inc.h +SparcRegisterInfo.o: SparcGenRegisterInfo.inc.h +SparcRegisterInfo.o: SparcGenSubtargetInfo.inc.h +SparcRegisterInfo.po: SparcGenInstrInfo.inc.h +SparcRegisterInfo.po: SparcGenRegisterInfo.inc.h +SparcRegisterInfo.po: SparcGenSubtargetInfo.inc.h +SparcSubtarget.o: SparcGenInstrInfo.inc.h +SparcSubtarget.o: SparcGenRegisterInfo.inc.h +SparcSubtarget.o: SparcGenSubtargetInfo.inc.h +SparcSubtarget.po: SparcGenInstrInfo.inc.h +SparcSubtarget.po: SparcGenRegisterInfo.inc.h +SparcSubtarget.po: SparcGenSubtargetInfo.inc.h +SparcTargetMachine.o: SparcGenInstrInfo.inc.h +SparcTargetMachine.o: SparcGenRegisterInfo.inc.h +SparcTargetMachine.o: SparcGenSubtargetInfo.inc.h +SparcTargetMachine.po: SparcGenInstrInfo.inc.h +SparcTargetMachine.po: SparcGenRegisterInfo.inc.h +SparcTargetMachine.po: SparcGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmsparcdesc/Makefile b/lib/clang/libllvmsparcdesc/Makefile new file mode 100644 index 0000000..20605fb --- /dev/null +++ b/lib/clang/libllvmsparcdesc/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmsparcdesc + +SRCDIR= lib/Target/Sparc/MCTargetDesc +SRCS= SparcAsmBackend.cpp \ + SparcELFObjectWriter.cpp \ + SparcMCAsmInfo.cpp \ + SparcMCCodeEmitter.cpp \ + SparcMCExpr.cpp \ + SparcMCTargetDesc.cpp \ + SparcTargetStreamer.cpp +CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/.. + +TGHDRS= SparcGenInstrInfo \ + SparcGenMCCodeEmitter \ + SparcGenRegisterInfo \ + SparcGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmsparcdesc/Makefile.depend b/lib/clang/libllvmsparcdesc/Makefile.depend new file mode 100644 index 0000000..5b5db5f --- /dev/null +++ b/lib/clang/libllvmsparcdesc/Makefile.depend @@ -0,0 +1,42 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +SparcAsmBackend.o: SparcGenInstrInfo.inc.h +SparcAsmBackend.o: SparcGenRegisterInfo.inc.h +SparcAsmBackend.o: SparcGenSubtargetInfo.inc.h +SparcAsmBackend.po: SparcGenInstrInfo.inc.h +SparcAsmBackend.po: SparcGenRegisterInfo.inc.h +SparcAsmBackend.po: SparcGenSubtargetInfo.inc.h +SparcELFObjectWriter.o: SparcGenInstrInfo.inc.h +SparcELFObjectWriter.o: SparcGenRegisterInfo.inc.h +SparcELFObjectWriter.o: SparcGenSubtargetInfo.inc.h +SparcELFObjectWriter.po: SparcGenInstrInfo.inc.h +SparcELFObjectWriter.po: SparcGenRegisterInfo.inc.h +SparcELFObjectWriter.po: SparcGenSubtargetInfo.inc.h +SparcMCCodeEmitter.o: SparcGenInstrInfo.inc.h +SparcMCCodeEmitter.o: SparcGenMCCodeEmitter.inc.h +SparcMCCodeEmitter.o: SparcGenRegisterInfo.inc.h +SparcMCCodeEmitter.o: SparcGenSubtargetInfo.inc.h +SparcMCCodeEmitter.po: SparcGenInstrInfo.inc.h +SparcMCCodeEmitter.po: SparcGenMCCodeEmitter.inc.h +SparcMCCodeEmitter.po: SparcGenRegisterInfo.inc.h +SparcMCCodeEmitter.po: SparcGenSubtargetInfo.inc.h +SparcMCTargetDesc.o: SparcGenInstrInfo.inc.h +SparcMCTargetDesc.o: SparcGenRegisterInfo.inc.h +SparcMCTargetDesc.o: SparcGenSubtargetInfo.inc.h +SparcMCTargetDesc.po: SparcGenInstrInfo.inc.h +SparcMCTargetDesc.po: SparcGenRegisterInfo.inc.h +SparcMCTargetDesc.po: SparcGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmsparcdisassembler/Makefile b/lib/clang/libllvmsparcdisassembler/Makefile new file mode 100644 index 0000000..a388ff2 --- /dev/null +++ b/lib/clang/libllvmsparcdisassembler/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmsparcdisassembler + +SRCDIR= lib/Target/Sparc/Disassembler +INCDIR= lib/Target/Sparc +SRCS= SparcDisassembler.cpp + +TGHDRS= SparcGenDisassemblerTables \ + SparcGenInstrInfo \ + SparcGenRegisterInfo \ + SparcGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmsparcdisassembler/Makefile.depend b/lib/clang/libllvmsparcdisassembler/Makefile.depend new file mode 100644 index 0000000..213789e --- /dev/null +++ b/lib/clang/libllvmsparcdisassembler/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +SparcDisassembler.o: SparcGenDisassemblerTables.inc.h +SparcDisassembler.o: SparcGenInstrInfo.inc.h +SparcDisassembler.o: SparcGenRegisterInfo.inc.h +SparcDisassembler.o: SparcGenSubtargetInfo.inc.h +SparcDisassembler.po: SparcGenDisassemblerTables.inc.h +SparcDisassembler.po: SparcGenInstrInfo.inc.h +SparcDisassembler.po: SparcGenRegisterInfo.inc.h +SparcDisassembler.po: SparcGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmsparcinfo/Makefile b/lib/clang/libllvmsparcinfo/Makefile new file mode 100644 index 0000000..6c8052e --- /dev/null +++ b/lib/clang/libllvmsparcinfo/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmsparcinfo + +SRCDIR= lib/Target/Sparc/TargetInfo +INCDIR= lib/Target/Sparc +SRCS= SparcTargetInfo.cpp + +TGHDRS= SparcGenInstrInfo \ + SparcGenRegisterInfo \ + SparcGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmsparcinfo/Makefile.depend b/lib/clang/libllvmsparcinfo/Makefile.depend new file mode 100644 index 0000000..ac56ca5 --- /dev/null +++ b/lib/clang/libllvmsparcinfo/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +SparcTargetInfo.o: SparcGenInstrInfo.inc.h +SparcTargetInfo.o: SparcGenRegisterInfo.inc.h +SparcTargetInfo.o: SparcGenSubtargetInfo.inc.h +SparcTargetInfo.po: SparcGenInstrInfo.inc.h +SparcTargetInfo.po: SparcGenRegisterInfo.inc.h +SparcTargetInfo.po: SparcGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmsparcinstprinter/Makefile b/lib/clang/libllvmsparcinstprinter/Makefile new file mode 100644 index 0000000..e15c55e --- /dev/null +++ b/lib/clang/libllvmsparcinstprinter/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmsparcinstprinter + +SRCDIR= lib/Target/Sparc/InstPrinter +INCDIR= lib/Target/Sparc +SRCS= SparcInstPrinter.cpp + +TGHDRS= SparcGenAsmWriter \ + SparcGenInstrInfo \ + SparcGenRegisterInfo \ + SparcGenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmsparcinstprinter/Makefile.depend b/lib/clang/libllvmsparcinstprinter/Makefile.depend new file mode 100644 index 0000000..6571fb4 --- /dev/null +++ b/lib/clang/libllvmsparcinstprinter/Makefile.depend @@ -0,0 +1,24 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +SparcInstPrinter.o: SparcGenAsmWriter.inc.h +SparcInstPrinter.o: SparcGenInstrInfo.inc.h +SparcInstPrinter.o: SparcGenRegisterInfo.inc.h +SparcInstPrinter.o: SparcGenSubtargetInfo.inc.h +SparcInstPrinter.po: SparcGenAsmWriter.inc.h +SparcInstPrinter.po: SparcGenInstrInfo.inc.h +SparcInstPrinter.po: SparcGenRegisterInfo.inc.h +SparcInstPrinter.po: SparcGenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmsupport/Makefile b/lib/clang/libllvmsupport/Makefile new file mode 100644 index 0000000..860285b --- /dev/null +++ b/lib/clang/libllvmsupport/Makefile @@ -0,0 +1,111 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmsupport + +SRCDIR= lib/Support +SRCS= APFloat.cpp \ + APInt.cpp \ + APSInt.cpp \ + ARMBuildAttrs.cpp \ + Allocator.cpp \ + Atomic.cpp \ + BlockFrequency.cpp \ + BranchProbability.cpp \ + CommandLine.cpp \ + Compression.cpp \ + ConvertUTF.c \ + ConvertUTFWrapper.cpp \ + CrashRecoveryContext.cpp \ + DAGDeltaAlgorithm.cpp \ + DataExtractor.cpp \ + Debug.cpp \ + DeltaAlgorithm.cpp \ + Dwarf.cpp \ + DynamicLibrary.cpp \ + Errno.cpp \ + ErrorHandling.cpp \ + FoldingSet.cpp \ + FormattedStream.cpp \ + GraphWriter.cpp \ + Hashing.cpp \ + Host.cpp \ + IntEqClasses.cpp \ + IntervalMap.cpp \ + IntrusiveRefCntPtr.cpp \ + LEB128.cpp \ + LineIterator.cpp \ + Locale.cpp \ + LockFileManager.cpp \ + MD5.cpp \ + ManagedStatic.cpp \ + MathExtras.cpp \ + MemoryBuffer.cpp \ + MemoryObject.cpp \ + Mutex.cpp \ + Options.cpp \ + Path.cpp \ + PluginLoader.cpp \ + PrettyStackTrace.cpp \ + Process.cpp \ + Program.cpp \ + RWMutex.cpp \ + RandomNumberGenerator.cpp \ + Regex.cpp \ + ScaledNumber.cpp \ + SearchForAddressOfSpecialSymbol.cpp \ + Signals.cpp \ + SmallPtrSet.cpp \ + SmallVector.cpp \ + SourceMgr.cpp \ + SpecialCaseList.cpp \ + Statistic.cpp \ + StreamingMemoryObject.cpp \ + StringExtras.cpp \ + StringMap.cpp \ + StringPool.cpp \ + StringRef.cpp \ + StringSaver.cpp \ + TargetParser.cpp \ + TargetRegistry.cpp \ + ThreadLocal.cpp \ + Threading.cpp \ + TimeValue.cpp \ + Timer.cpp \ + ToolOutputFile.cpp \ + Triple.cpp \ + Twine.cpp \ + Unicode.cpp \ + Valgrind.cpp \ + YAMLParser.cpp \ + YAMLTraits.cpp \ + circular_raw_ostream.cpp \ + raw_os_ostream.cpp \ + raw_ostream.cpp \ + regcomp.c \ + regerror.c \ + regexec.c \ + regfree.c \ + regstrlcpy.c + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= ARMWinEH.cpp \ + COM.cpp \ + DataStream.cpp \ + FileOutputBuffer.cpp \ + FileUtilities.cpp \ + SystemUtils.cpp \ + Watchdog.cpp +.endif + +.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no" +SRCS+= Memory.cpp +.endif + +.include "../clang.lib.mk" + +# Ugly hack to work around CLOCK_PROCESS_CPUTIME_ID not being properly defined +# between r239347 and r245428. +CXXFLAGS.Process.cpp= -DCLOCK_PROCESS_CPUTIME_ID=15 +CXXFLAGS+= ${CXXFLAGS.${.IMPSRC:T}} diff --git a/lib/clang/libllvmsupport/Makefile.depend b/lib/clang/libllvmsupport/Makefile.depend new file mode 100644 index 0000000..424f5a8 --- /dev/null +++ b/lib/clang/libllvmsupport/Makefile.depend @@ -0,0 +1,17 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/libexecinfo \ + lib/libz \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmtablegen/Makefile b/lib/clang/libllvmtablegen/Makefile new file mode 100644 index 0000000..be5e521 --- /dev/null +++ b/lib/clang/libllvmtablegen/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmtablegen + +SRCDIR= lib/TableGen +SRCS= Error.cpp \ + Main.cpp \ + Record.cpp \ + SetTheory.cpp \ + StringMatcher.cpp \ + TGLexer.cpp \ + TGParser.cpp \ + TableGenBackend.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmtablegen/Makefile.depend b/lib/clang/libllvmtablegen/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmtablegen/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmtarget/Makefile b/lib/clang/libllvmtarget/Makefile new file mode 100644 index 0000000..82410e0 --- /dev/null +++ b/lib/clang/libllvmtarget/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmtarget + +SRCDIR= lib/Target +SRCS= Target.cpp \ + TargetLoweringObjectFile.cpp \ + TargetMachine.cpp \ + TargetMachineC.cpp \ + TargetRecip.cpp \ + TargetSubtargetInfo.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= TargetIntrinsicInfo.cpp +.endif + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmtarget/Makefile.depend b/lib/clang/libllvmtarget/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmtarget/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/libllvmtransformutils/Makefile b/lib/clang/libllvmtransformutils/Makefile new file mode 100644 index 0000000..f5043e6 --- /dev/null +++ b/lib/clang/libllvmtransformutils/Makefile @@ -0,0 +1,53 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmtransformutils + +SRCDIR= lib/Transforms/Utils +SRCS= ASanStackFrameLayout.cpp \ + AddDiscriminators.cpp \ + BasicBlockUtils.cpp \ + BreakCriticalEdges.cpp \ + BuildLibCalls.cpp \ + BypassSlowDivision.cpp \ + CloneFunction.cpp \ + CloneModule.cpp \ + CmpInstAnalysis.cpp \ + CodeExtractor.cpp \ + CtorUtils.cpp \ + DemoteRegToStack.cpp \ + FlattenCFG.cpp \ + GlobalStatus.cpp \ + InlineFunction.cpp \ + InstructionNamer.cpp \ + IntegerDivision.cpp \ + LCSSA.cpp \ + Local.cpp \ + LoopSimplify.cpp \ + LoopUnroll.cpp \ + LoopUnrollRuntime.cpp \ + LoopUtils.cpp \ + LoopVersioning.cpp \ + LowerInvoke.cpp \ + LowerSwitch.cpp \ + Mem2Reg.cpp \ + MetaRenamer.cpp \ + ModuleUtils.cpp \ + PromoteMemoryToRegister.cpp \ + SSAUpdater.cpp \ + SimplifyCFG.cpp \ + SimplifyIndVar.cpp \ + SimplifyInstructions.cpp \ + SimplifyLibCalls.cpp \ + SymbolRewriter.cpp \ + UnifyFunctionExitNodes.cpp \ + ValueMapper.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= Utils.cpp +.endif + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmtransformutils/Makefile.depend b/lib/clang/libllvmtransformutils/Makefile.depend new file mode 100644 index 0000000..f3a7d48 --- /dev/null +++ b/lib/clang/libllvmtransformutils/Makefile.depend @@ -0,0 +1,46 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +BasicBlockUtils.o: Intrinsics.inc.h +BasicBlockUtils.po: Intrinsics.inc.h +BuildLibCalls.o: Intrinsics.inc.h +BuildLibCalls.po: Intrinsics.inc.h +CloneFunction.o: Intrinsics.inc.h +CloneFunction.po: Intrinsics.inc.h +CodeExtractor.o: Intrinsics.inc.h +CodeExtractor.po: Intrinsics.inc.h +GlobalStatus.o: Intrinsics.inc.h +GlobalStatus.po: Intrinsics.inc.h +InlineFunction.o: Intrinsics.inc.h +InlineFunction.po: Intrinsics.inc.h +IntegerDivision.o: Intrinsics.inc.h +IntegerDivision.po: Intrinsics.inc.h +Local.o: Intrinsics.inc.h +Local.po: Intrinsics.inc.h +LoopSimplify.o: Intrinsics.inc.h +LoopSimplify.po: Intrinsics.inc.h +LowerExpectIntrinsic.o: Intrinsics.inc.h +LowerExpectIntrinsic.po: Intrinsics.inc.h +PromoteMemoryToRegister.o: Intrinsics.inc.h +PromoteMemoryToRegister.po: Intrinsics.inc.h +SSAUpdater.o: Intrinsics.inc.h +SSAUpdater.po: Intrinsics.inc.h +SimplifyCFG.o: Intrinsics.inc.h +SimplifyCFG.po: Intrinsics.inc.h +SimplifyIndVar.o: Intrinsics.inc.h +SimplifyIndVar.po: Intrinsics.inc.h +SimplifyLibCalls.o: Intrinsics.inc.h +SimplifyLibCalls.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmvectorize/Makefile b/lib/clang/libllvmvectorize/Makefile new file mode 100644 index 0000000..bfe1a10 --- /dev/null +++ b/lib/clang/libllvmvectorize/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmvectorize + +SRCDIR= lib/Transforms/Vectorize +SRCS= BBVectorize.cpp \ + LoopVectorize.cpp \ + SLPVectorizer.cpp + +.if ${MK_CLANG_EXTRAS} != "no" +SRCS+= Vectorize.cpp +.endif + +TGHDRS= Intrinsics + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmvectorize/Makefile.depend b/lib/clang/libllvmvectorize/Makefile.depend new file mode 100644 index 0000000..daeb031 --- /dev/null +++ b/lib/clang/libllvmvectorize/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +BBVectorize.o: Intrinsics.inc.h +BBVectorize.po: Intrinsics.inc.h +LoopVectorize.o: Intrinsics.inc.h +LoopVectorize.po: Intrinsics.inc.h +SLPVectorizer.o: Intrinsics.inc.h +SLPVectorizer.po: Intrinsics.inc.h +.endif diff --git a/lib/clang/libllvmx86asmparser/Makefile b/lib/clang/libllvmx86asmparser/Makefile new file mode 100644 index 0000000..f972065 --- /dev/null +++ b/lib/clang/libllvmx86asmparser/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmx86asmparser + +SRCDIR= lib/Target/X86/AsmParser +INCDIR= lib/Target/X86 +SRCS= X86AsmInstrumentation.cpp \ + X86AsmParser.cpp + +TGHDRS= X86GenAsmMatcher \ + X86GenInstrInfo \ + X86GenRegisterInfo \ + X86GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmx86asmparser/Makefile.depend b/lib/clang/libllvmx86asmparser/Makefile.depend new file mode 100644 index 0000000..d4b04c6 --- /dev/null +++ b/lib/clang/libllvmx86asmparser/Makefile.depend @@ -0,0 +1,30 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +X86AsmInstrumentation.o: X86GenInstrInfo.inc.h +X86AsmInstrumentation.o: X86GenRegisterInfo.inc.h +X86AsmInstrumentation.o: X86GenSubtargetInfo.inc.h +X86AsmInstrumentation.po: X86GenInstrInfo.inc.h +X86AsmInstrumentation.po: X86GenRegisterInfo.inc.h +X86AsmInstrumentation.po: X86GenSubtargetInfo.inc.h +X86AsmParser.o: X86GenAsmMatcher.inc.h +X86AsmParser.o: X86GenInstrInfo.inc.h +X86AsmParser.o: X86GenRegisterInfo.inc.h +X86AsmParser.o: X86GenSubtargetInfo.inc.h +X86AsmParser.po: X86GenAsmMatcher.inc.h +X86AsmParser.po: X86GenInstrInfo.inc.h +X86AsmParser.po: X86GenRegisterInfo.inc.h +X86AsmParser.po: X86GenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmx86codegen/Makefile b/lib/clang/libllvmx86codegen/Makefile new file mode 100644 index 0000000..0f6776a --- /dev/null +++ b/lib/clang/libllvmx86codegen/Makefile @@ -0,0 +1,38 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmx86codegen + +SRCDIR= lib/Target/X86 +SRCS= X86AsmPrinter.cpp \ + X86CallFrameOptimization.cpp \ + X86ExpandPseudo.cpp \ + X86FastISel.cpp \ + X86FixupLEAs.cpp \ + X86FloatingPoint.cpp \ + X86FrameLowering.cpp \ + X86ISelDAGToDAG.cpp \ + X86ISelLowering.cpp \ + X86InstrInfo.cpp \ + X86MCInstLower.cpp \ + X86MachineFunctionInfo.cpp \ + X86PadShortFunction.cpp \ + X86RegisterInfo.cpp \ + X86SelectionDAGInfo.cpp \ + X86Subtarget.cpp \ + X86TargetMachine.cpp \ + X86TargetObjectFile.cpp \ + X86TargetTransformInfo.cpp \ + X86VZeroUpper.cpp \ + X86WinEHState.cpp + +TGHDRS= Intrinsics \ + X86GenCallingConv \ + X86GenDAGISel \ + X86GenFastISel \ + X86GenInstrInfo \ + X86GenRegisterInfo \ + X86GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmx86codegen/Makefile.depend b/lib/clang/libllvmx86codegen/Makefile.depend new file mode 100644 index 0000000..889d747 --- /dev/null +++ b/lib/clang/libllvmx86codegen/Makefile.depend @@ -0,0 +1,136 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +X86AsmPrinter.o: X86GenInstrInfo.inc.h +X86AsmPrinter.o: X86GenRegisterInfo.inc.h +X86AsmPrinter.o: X86GenSubtargetInfo.inc.h +X86AsmPrinter.po: X86GenInstrInfo.inc.h +X86AsmPrinter.po: X86GenRegisterInfo.inc.h +X86AsmPrinter.po: X86GenSubtargetInfo.inc.h +X86CallFrameOptimization.o: X86GenInstrInfo.inc.h +X86CallFrameOptimization.o: X86GenRegisterInfo.inc.h +X86CallFrameOptimization.o: X86GenSubtargetInfo.inc.h +X86CallFrameOptimization.po: X86GenInstrInfo.inc.h +X86CallFrameOptimization.po: X86GenRegisterInfo.inc.h +X86CallFrameOptimization.po: X86GenSubtargetInfo.inc.h +X86FastISel.o: Intrinsics.inc.h +X86FastISel.o: X86GenCallingConv.inc.h +X86FastISel.o: X86GenFastISel.inc.h +X86FastISel.o: X86GenInstrInfo.inc.h +X86FastISel.o: X86GenRegisterInfo.inc.h +X86FastISel.o: X86GenSubtargetInfo.inc.h +X86FastISel.po: Intrinsics.inc.h +X86FastISel.po: X86GenCallingConv.inc.h +X86FastISel.po: X86GenFastISel.inc.h +X86FastISel.po: X86GenInstrInfo.inc.h +X86FastISel.po: X86GenRegisterInfo.inc.h +X86FastISel.po: X86GenSubtargetInfo.inc.h +X86FixupLEAs.o: X86GenInstrInfo.inc.h +X86FixupLEAs.o: X86GenRegisterInfo.inc.h +X86FixupLEAs.o: X86GenSubtargetInfo.inc.h +X86FixupLEAs.po: X86GenInstrInfo.inc.h +X86FixupLEAs.po: X86GenRegisterInfo.inc.h +X86FixupLEAs.po: X86GenSubtargetInfo.inc.h +X86FloatingPoint.o: X86GenInstrInfo.inc.h +X86FloatingPoint.o: X86GenRegisterInfo.inc.h +X86FloatingPoint.o: X86GenSubtargetInfo.inc.h +X86FloatingPoint.po: X86GenInstrInfo.inc.h +X86FloatingPoint.po: X86GenRegisterInfo.inc.h +X86FloatingPoint.po: X86GenSubtargetInfo.inc.h +X86FrameLowering.o: X86GenInstrInfo.inc.h +X86FrameLowering.o: X86GenRegisterInfo.inc.h +X86FrameLowering.o: X86GenSubtargetInfo.inc.h +X86FrameLowering.po: X86GenInstrInfo.inc.h +X86FrameLowering.po: X86GenRegisterInfo.inc.h +X86FrameLowering.po: X86GenSubtargetInfo.inc.h +X86ISelDAGToDAG.o: Intrinsics.inc.h +X86ISelDAGToDAG.o: X86GenDAGISel.inc.h +X86ISelDAGToDAG.o: X86GenInstrInfo.inc.h +X86ISelDAGToDAG.o: X86GenRegisterInfo.inc.h +X86ISelDAGToDAG.o: X86GenSubtargetInfo.inc.h +X86ISelDAGToDAG.po: Intrinsics.inc.h +X86ISelDAGToDAG.po: X86GenDAGISel.inc.h +X86ISelDAGToDAG.po: X86GenInstrInfo.inc.h +X86ISelDAGToDAG.po: X86GenRegisterInfo.inc.h +X86ISelDAGToDAG.po: X86GenSubtargetInfo.inc.h +X86ISelLowering.o: Intrinsics.inc.h +X86ISelLowering.o: X86GenCallingConv.inc.h +X86ISelLowering.o: X86GenInstrInfo.inc.h +X86ISelLowering.o: X86GenRegisterInfo.inc.h +X86ISelLowering.o: X86GenSubtargetInfo.inc.h +X86ISelLowering.po: Intrinsics.inc.h +X86ISelLowering.po: X86GenCallingConv.inc.h +X86ISelLowering.po: X86GenInstrInfo.inc.h +X86ISelLowering.po: X86GenRegisterInfo.inc.h +X86ISelLowering.po: X86GenSubtargetInfo.inc.h +X86InstrInfo.o: X86GenInstrInfo.inc.h +X86InstrInfo.o: X86GenRegisterInfo.inc.h +X86InstrInfo.o: X86GenSubtargetInfo.inc.h +X86InstrInfo.po: X86GenInstrInfo.inc.h +X86InstrInfo.po: X86GenRegisterInfo.inc.h +X86InstrInfo.po: X86GenSubtargetInfo.inc.h +X86MCInstLower.o: X86GenInstrInfo.inc.h +X86MCInstLower.o: X86GenRegisterInfo.inc.h +X86MCInstLower.o: X86GenSubtargetInfo.inc.h +X86MCInstLower.po: X86GenInstrInfo.inc.h +X86MCInstLower.po: X86GenRegisterInfo.inc.h +X86MCInstLower.po: X86GenSubtargetInfo.inc.h +X86MachineFunctionInfo.o: X86GenRegisterInfo.inc.h +X86MachineFunctionInfo.po: X86GenRegisterInfo.inc.h +X86PadShortFunction.o: X86GenInstrInfo.inc.h +X86PadShortFunction.o: X86GenRegisterInfo.inc.h +X86PadShortFunction.o: X86GenSubtargetInfo.inc.h +X86PadShortFunction.po: X86GenInstrInfo.inc.h +X86PadShortFunction.po: X86GenRegisterInfo.inc.h +X86PadShortFunction.po: X86GenSubtargetInfo.inc.h +X86RegisterInfo.o: X86GenInstrInfo.inc.h +X86RegisterInfo.o: X86GenRegisterInfo.inc.h +X86RegisterInfo.o: X86GenSubtargetInfo.inc.h +X86RegisterInfo.po: X86GenInstrInfo.inc.h +X86RegisterInfo.po: X86GenRegisterInfo.inc.h +X86RegisterInfo.po: X86GenSubtargetInfo.inc.h +X86SelectionDAGInfo.o: X86GenInstrInfo.inc.h +X86SelectionDAGInfo.o: X86GenRegisterInfo.inc.h +X86SelectionDAGInfo.o: X86GenSubtargetInfo.inc.h +X86SelectionDAGInfo.po: X86GenInstrInfo.inc.h +X86SelectionDAGInfo.po: X86GenRegisterInfo.inc.h +X86SelectionDAGInfo.po: X86GenSubtargetInfo.inc.h +X86Subtarget.o: X86GenInstrInfo.inc.h +X86Subtarget.o: X86GenRegisterInfo.inc.h +X86Subtarget.o: X86GenSubtargetInfo.inc.h +X86Subtarget.po: X86GenInstrInfo.inc.h +X86Subtarget.po: X86GenRegisterInfo.inc.h +X86Subtarget.po: X86GenSubtargetInfo.inc.h +X86TargetMachine.o: X86GenInstrInfo.inc.h +X86TargetMachine.o: X86GenRegisterInfo.inc.h +X86TargetMachine.o: X86GenSubtargetInfo.inc.h +X86TargetMachine.po: X86GenInstrInfo.inc.h +X86TargetMachine.po: X86GenRegisterInfo.inc.h +X86TargetMachine.po: X86GenSubtargetInfo.inc.h +X86TargetTransformInfo.o: Intrinsics.inc.h +X86TargetTransformInfo.o: X86GenInstrInfo.inc.h +X86TargetTransformInfo.o: X86GenRegisterInfo.inc.h +X86TargetTransformInfo.o: X86GenSubtargetInfo.inc.h +X86TargetTransformInfo.po: Intrinsics.inc.h +X86TargetTransformInfo.po: X86GenInstrInfo.inc.h +X86TargetTransformInfo.po: X86GenRegisterInfo.inc.h +X86TargetTransformInfo.po: X86GenSubtargetInfo.inc.h +X86VZeroUpper.o: X86GenInstrInfo.inc.h +X86VZeroUpper.o: X86GenRegisterInfo.inc.h +X86VZeroUpper.o: X86GenSubtargetInfo.inc.h +X86VZeroUpper.po: X86GenInstrInfo.inc.h +X86VZeroUpper.po: X86GenRegisterInfo.inc.h +X86VZeroUpper.po: X86GenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmx86desc/Makefile b/lib/clang/libllvmx86desc/Makefile new file mode 100644 index 0000000..1ca2839 --- /dev/null +++ b/lib/clang/libllvmx86desc/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmx86desc + +SRCDIR= lib/Target/X86/MCTargetDesc +SRCS= X86AsmBackend.cpp \ + X86ELFObjectWriter.cpp \ + X86ELFRelocationInfo.cpp \ + X86MCAsmInfo.cpp \ + X86MCCodeEmitter.cpp \ + X86MCTargetDesc.cpp \ + X86MachORelocationInfo.cpp \ + X86MachObjectWriter.cpp \ + X86WinCOFFObjectWriter.cpp \ + X86WinCOFFStreamer.cpp +CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/.. + +TGHDRS= X86GenInstrInfo \ + X86GenRegisterInfo \ + X86GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmx86desc/Makefile.depend b/lib/clang/libllvmx86desc/Makefile.depend new file mode 100644 index 0000000..b68230d --- /dev/null +++ b/lib/clang/libllvmx86desc/Makefile.depend @@ -0,0 +1,70 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +X86AsmBackend.o: X86GenInstrInfo.inc.h +X86AsmBackend.o: X86GenRegisterInfo.inc.h +X86AsmBackend.o: X86GenSubtargetInfo.inc.h +X86AsmBackend.po: X86GenInstrInfo.inc.h +X86AsmBackend.po: X86GenRegisterInfo.inc.h +X86AsmBackend.po: X86GenSubtargetInfo.inc.h +X86ELFObjectWriter.o: X86GenInstrInfo.inc.h +X86ELFObjectWriter.o: X86GenRegisterInfo.inc.h +X86ELFObjectWriter.o: X86GenSubtargetInfo.inc.h +X86ELFObjectWriter.po: X86GenInstrInfo.inc.h +X86ELFObjectWriter.po: X86GenRegisterInfo.inc.h +X86ELFObjectWriter.po: X86GenSubtargetInfo.inc.h +X86ELFRelocationInfo.o: X86GenInstrInfo.inc.h +X86ELFRelocationInfo.o: X86GenRegisterInfo.inc.h +X86ELFRelocationInfo.o: X86GenSubtargetInfo.inc.h +X86ELFRelocationInfo.po: X86GenInstrInfo.inc.h +X86ELFRelocationInfo.po: X86GenRegisterInfo.inc.h +X86ELFRelocationInfo.po: X86GenSubtargetInfo.inc.h +X86MCCodeEmitter.o: X86GenInstrInfo.inc.h +X86MCCodeEmitter.o: X86GenRegisterInfo.inc.h +X86MCCodeEmitter.o: X86GenSubtargetInfo.inc.h +X86MCCodeEmitter.po: X86GenInstrInfo.inc.h +X86MCCodeEmitter.po: X86GenRegisterInfo.inc.h +X86MCCodeEmitter.po: X86GenSubtargetInfo.inc.h +X86MCTargetDesc.o: X86GenInstrInfo.inc.h +X86MCTargetDesc.o: X86GenRegisterInfo.inc.h +X86MCTargetDesc.o: X86GenSubtargetInfo.inc.h +X86MCTargetDesc.po: X86GenInstrInfo.inc.h +X86MCTargetDesc.po: X86GenRegisterInfo.inc.h +X86MCTargetDesc.po: X86GenSubtargetInfo.inc.h +X86MachORelocationInfo.o: X86GenInstrInfo.inc.h +X86MachORelocationInfo.o: X86GenRegisterInfo.inc.h +X86MachORelocationInfo.o: X86GenSubtargetInfo.inc.h +X86MachORelocationInfo.po: X86GenInstrInfo.inc.h +X86MachORelocationInfo.po: X86GenRegisterInfo.inc.h +X86MachORelocationInfo.po: X86GenSubtargetInfo.inc.h +X86MachObjectWriter.o: X86GenInstrInfo.inc.h +X86MachObjectWriter.o: X86GenRegisterInfo.inc.h +X86MachObjectWriter.o: X86GenSubtargetInfo.inc.h +X86MachObjectWriter.po: X86GenInstrInfo.inc.h +X86MachObjectWriter.po: X86GenRegisterInfo.inc.h +X86MachObjectWriter.po: X86GenSubtargetInfo.inc.h +X86WinCOFFObjectWriter.o: X86GenInstrInfo.inc.h +X86WinCOFFObjectWriter.o: X86GenRegisterInfo.inc.h +X86WinCOFFObjectWriter.o: X86GenSubtargetInfo.inc.h +X86WinCOFFObjectWriter.po: X86GenInstrInfo.inc.h +X86WinCOFFObjectWriter.po: X86GenRegisterInfo.inc.h +X86WinCOFFObjectWriter.po: X86GenSubtargetInfo.inc.h +X86WinCOFFStreamer.o: X86GenInstrInfo.inc.h +X86WinCOFFStreamer.o: X86GenRegisterInfo.inc.h +X86WinCOFFStreamer.o: X86GenSubtargetInfo.inc.h +X86WinCOFFStreamer.po: X86GenInstrInfo.inc.h +X86WinCOFFStreamer.po: X86GenRegisterInfo.inc.h +X86WinCOFFStreamer.po: X86GenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmx86disassembler/Makefile b/lib/clang/libllvmx86disassembler/Makefile new file mode 100644 index 0000000..23ec976 --- /dev/null +++ b/lib/clang/libllvmx86disassembler/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +LIB= llvmx86disassembler + +SRCDIR= lib/Target/X86/Disassembler +INCDIR= lib/Target/X86 +SRCS= X86Disassembler.cpp + +.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no" +SRCS+= X86DisassemblerDecoder.cpp +.endif + +TGHDRS= X86GenDisassemblerTables \ + X86GenInstrInfo \ + X86GenRegisterInfo \ + X86GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmx86disassembler/Makefile.depend b/lib/clang/libllvmx86disassembler/Makefile.depend new file mode 100644 index 0000000..e463379 --- /dev/null +++ b/lib/clang/libllvmx86disassembler/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +X86Disassembler.o: X86GenInstrInfo.inc.h +X86Disassembler.o: X86GenRegisterInfo.inc.h +X86Disassembler.o: X86GenSubtargetInfo.inc.h +X86Disassembler.po: X86GenInstrInfo.inc.h +X86Disassembler.po: X86GenRegisterInfo.inc.h +X86Disassembler.po: X86GenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmx86info/Makefile b/lib/clang/libllvmx86info/Makefile new file mode 100644 index 0000000..bc1a7d7 --- /dev/null +++ b/lib/clang/libllvmx86info/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmx86info + +SRCDIR= lib/Target/X86/TargetInfo +INCDIR= lib/Target/X86 +SRCS= X86TargetInfo.cpp + +TGHDRS= X86GenInstrInfo \ + X86GenRegisterInfo \ + X86GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmx86info/Makefile.depend b/lib/clang/libllvmx86info/Makefile.depend new file mode 100644 index 0000000..511a4d1 --- /dev/null +++ b/lib/clang/libllvmx86info/Makefile.depend @@ -0,0 +1,22 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +X86TargetInfo.o: X86GenInstrInfo.inc.h +X86TargetInfo.o: X86GenRegisterInfo.inc.h +X86TargetInfo.o: X86GenSubtargetInfo.inc.h +X86TargetInfo.po: X86GenInstrInfo.inc.h +X86TargetInfo.po: X86GenRegisterInfo.inc.h +X86TargetInfo.po: X86GenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmx86instprinter/Makefile b/lib/clang/libllvmx86instprinter/Makefile new file mode 100644 index 0000000..308f91c --- /dev/null +++ b/lib/clang/libllvmx86instprinter/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmx86instprinter + +SRCDIR= lib/Target/X86/InstPrinter +INCDIR= lib/Target/X86 +SRCS= X86ATTInstPrinter.cpp \ + X86InstComments.cpp \ + X86IntelInstPrinter.cpp + +TGHDRS= X86GenAsmWriter \ + X86GenAsmWriter1 \ + X86GenInstrInfo \ + X86GenRegisterInfo \ + X86GenSubtargetInfo + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmx86instprinter/Makefile.depend b/lib/clang/libllvmx86instprinter/Makefile.depend new file mode 100644 index 0000000..dfc7c0f --- /dev/null +++ b/lib/clang/libllvmx86instprinter/Makefile.depend @@ -0,0 +1,38 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + usr.bin/clang/tblgen.host \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +X86ATTInstPrinter.o: X86GenAsmWriter.inc.h +X86ATTInstPrinter.o: X86GenInstrInfo.inc.h +X86ATTInstPrinter.o: X86GenRegisterInfo.inc.h +X86ATTInstPrinter.o: X86GenSubtargetInfo.inc.h +X86ATTInstPrinter.po: X86GenAsmWriter.inc.h +X86ATTInstPrinter.po: X86GenInstrInfo.inc.h +X86ATTInstPrinter.po: X86GenRegisterInfo.inc.h +X86ATTInstPrinter.po: X86GenSubtargetInfo.inc.h +X86InstComments.o: X86GenInstrInfo.inc.h +X86InstComments.o: X86GenRegisterInfo.inc.h +X86InstComments.o: X86GenSubtargetInfo.inc.h +X86InstComments.po: X86GenInstrInfo.inc.h +X86InstComments.po: X86GenRegisterInfo.inc.h +X86InstComments.po: X86GenSubtargetInfo.inc.h +X86IntelInstPrinter.o: X86GenAsmWriter1.inc.h +X86IntelInstPrinter.o: X86GenInstrInfo.inc.h +X86IntelInstPrinter.o: X86GenRegisterInfo.inc.h +X86IntelInstPrinter.o: X86GenSubtargetInfo.inc.h +X86IntelInstPrinter.po: X86GenAsmWriter1.inc.h +X86IntelInstPrinter.po: X86GenInstrInfo.inc.h +X86IntelInstPrinter.po: X86GenRegisterInfo.inc.h +X86IntelInstPrinter.po: X86GenSubtargetInfo.inc.h +.endif diff --git a/lib/clang/libllvmx86utils/Makefile b/lib/clang/libllvmx86utils/Makefile new file mode 100644 index 0000000..8355e7e --- /dev/null +++ b/lib/clang/libllvmx86utils/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmx86utils + +SRCDIR= lib/Target/X86/Utils +INCDIR= lib/Target/X86 +SRCS= X86ShuffleDecode.cpp + +.include "../clang.lib.mk" diff --git a/lib/clang/libllvmx86utils/Makefile.depend b/lib/clang/libllvmx86utils/Makefile.depend new file mode 100644 index 0000000..3e7f3f5 --- /dev/null +++ b/lib/clang/libllvmx86utils/Makefile.depend @@ -0,0 +1,15 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/clang/lldb.lib.mk b/lib/clang/lldb.lib.mk new file mode 100644 index 0000000..d8dc024 --- /dev/null +++ b/lib/clang/lldb.lib.mk @@ -0,0 +1,8 @@ +# $FreeBSD$ + +LLDB_SRCS= ${.CURDIR}/../../../contrib/llvm/tools/lldb + +CFLAGS+=-I${LLDB_SRCS}/include -I${LLDB_SRCS}/source +CXXFLAGS+=-std=c++11 -DLLDB_DISABLE_PYTHON + +.include "clang.lib.mk" |