Module Name: src Committed By: joerg Date: Sun Sep 29 12:12:02 UTC 2013
Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/comp: mi src/external/bsd/llvm: Makefile Makefile.inc link.mk src/external/bsd/llvm/bin: Makefile src/external/bsd/llvm/lib: Makefile Makefile.inc src/external/bsd/llvm/lib/libLLVMDebugInfo: Makefile src/share/mk: bsd.own.mk Added Files: src/external/bsd/llvm/bin/lldb: Makefile src/external/bsd/llvm/lib/libLLVMLTO: Makefile src/external/bsd/llvm/lib/liblldbAPI: Makefile src/external/bsd/llvm/lib/liblldbBreakpoint: Makefile src/external/bsd/llvm/lib/liblldbCommands: Makefile src/external/bsd/llvm/lib/liblldbCore: Makefile src/external/bsd/llvm/lib/liblldbDataFormatters: Makefile src/external/bsd/llvm/lib/liblldbExpression: Makefile src/external/bsd/llvm/lib/liblldbHostCommon: Makefile src/external/bsd/llvm/lib/liblldbHostNetBSD: Makefile src/external/bsd/llvm/lib/liblldbInterpreter: Makefile src/external/bsd/llvm/lib/liblldbLog: Makefile src/external/bsd/llvm/lib/liblldbPluginABIMacOSX_arm: Makefile src/external/bsd/llvm/lib/liblldbPluginABIMacOSX_i386: Makefile src/external/bsd/llvm/lib/liblldbPluginABISysV_x86_64: Makefile src/external/bsd/llvm/lib/liblldbPluginAppleObjCRuntime: Makefile src/external/bsd/llvm/lib/liblldbPluginCXXItaniumABI: Makefile src/external/bsd/llvm/lib/liblldbPluginDisassemblerLLVM: Makefile src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderMacOSXDYLD: Makefile src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderPosixDYLD: Makefile src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderStatic: Makefile src/external/bsd/llvm/lib/liblldbPluginInstructionARM: Makefile src/external/bsd/llvm/lib/liblldbPluginObjectContainerBSDArchive: Makefile src/external/bsd/llvm/lib/liblldbPluginObjectContainerMachOArchive: Makefile src/external/bsd/llvm/lib/liblldbPluginObjectFileELF: Makefile src/external/bsd/llvm/lib/liblldbPluginObjectFileMachO: Makefile src/external/bsd/llvm/lib/liblldbPluginObjectFilePECOFF: Makefile src/external/bsd/llvm/lib/liblldbPluginPlatformGDB: Makefile src/external/bsd/llvm/lib/liblldbPluginPlatformLinux: Makefile src/external/bsd/llvm/lib/liblldbPluginPlatformMacOSX: Makefile src/external/bsd/llvm/lib/liblldbPluginPlatformNetBSD: Makefile src/external/bsd/llvm/lib/liblldbPluginPlatformPOSIX: Makefile src/external/bsd/llvm/lib/liblldbPluginProcessElfCore: Makefile src/external/bsd/llvm/lib/liblldbPluginProcessGDBRemote: Makefile src/external/bsd/llvm/lib/liblldbPluginProcessMachCore: Makefile src/external/bsd/llvm/lib/liblldbPluginProcessNetBSD: Makefile src/external/bsd/llvm/lib/liblldbPluginProcessPOSIX: Makefile src/external/bsd/llvm/lib/liblldbPluginProcessUtility: Makefile src/external/bsd/llvm/lib/liblldbPluginSymbolFileDWARF: Makefile src/external/bsd/llvm/lib/liblldbPluginSymbolFileSymtab: Makefile src/external/bsd/llvm/lib/liblldbPluginSymbolVendorELF: Makefile src/external/bsd/llvm/lib/liblldbPluginUnwindAssemblyInstEmulation: Makefile src/external/bsd/llvm/lib/liblldbPluginUnwindAssemblyX86: Makefile src/external/bsd/llvm/lib/liblldbSymbol: Makefile src/external/bsd/llvm/lib/liblldbTarget: Makefile src/external/bsd/llvm/lib/liblldbUtility: Makefile Log Message: Hook up initial build infrastructure for LLDB. Update LLVM/Clang snapshot to r191390 for some required changed. Re-enable static analyzer in Clang. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 src/distrib/sets/sets.subr cvs rdiff -u -r1.1838 -r1.1839 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/Makefile \ src/external/bsd/llvm/link.mk cvs rdiff -u -r1.55 -r1.56 src/external/bsd/llvm/Makefile.inc cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/bin/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/bin/lldb/Makefile cvs rdiff -u -r1.33 -r1.34 src/external/bsd/llvm/lib/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/Makefile.inc cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMDebugInfo/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libLLVMLTO/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbAPI/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbBreakpoint/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbCommands/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbCore/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbDataFormatters/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbExpression/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbHostCommon/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbHostNetBSD/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbInterpreter/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbLog/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginABIMacOSX_arm/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginABIMacOSX_i386/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginABISysV_x86_64/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginAppleObjCRuntime/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginCXXItaniumABI/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginDisassemblerLLVM/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderMacOSXDYLD/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderPosixDYLD/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginDynamicLoaderStatic/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginInstructionARM/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginObjectContainerBSDArchive/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginObjectContainerMachOArchive/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginObjectFileELF/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginObjectFilePECOFF/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginPlatformGDB/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginPlatformLinux/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginPlatformMacOSX/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginPlatformNetBSD/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginPlatformPOSIX/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginProcessGDBRemote/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginProcessMachCore/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginProcessNetBSD/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginProcessPOSIX/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginProcessUtility/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginSymbolFileDWARF/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginSymbolFileSymtab/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginSymbolVendorELF/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginUnwindAssemblyInstEmulation/Makefile cvs rdiff -u -r0 -r1.1 \ src/external/bsd/llvm/lib/liblldbPluginUnwindAssemblyX86/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbSymbol/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbTarget/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/liblldbUtility/Makefile cvs rdiff -u -r1.750 -r1.751 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.