From owner-svn-src-projects@FreeBSD.ORG Tue Mar 24 21:45:35 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83A5731D; Tue, 24 Mar 2015 21:45:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65DDAD13; Tue, 24 Mar 2015 21:45:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2OLjZUu019745; Tue, 24 Mar 2015 21:45:35 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2OLjZBh019744; Tue, 24 Mar 2015 21:45:35 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201503242145.t2OLjZBh019744@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Tue, 24 Mar 2015 21:45:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r280464 - in projects/lld-import/contrib/llvm/tools/lld: . cmake docs include include/lld include/lld/Config include/lld/Core lib lib/Config lib/Core lib/Driver lib/ReaderWriter lib/Rea... X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2015 21:45:35 -0000 Author: dim Date: Tue Mar 24 21:45:34 2015 New Revision: 280464 URL: https://svnweb.freebsd.org/changeset/base/280464 Log: Import lld trunk r233088, stripped of cmake files, docs, tests, unittests, utils, www, and some other miscellaneous stuff that we don't need. Added: projects/lld-import/contrib/llvm/tools/lld/ - copied from r280462, vendor/lld/dist/ Deleted: projects/lld-import/contrib/llvm/tools/lld/.arcconfig projects/lld-import/contrib/llvm/tools/lld/.clang-format projects/lld-import/contrib/llvm/tools/lld/.gitignore projects/lld-import/contrib/llvm/tools/lld/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/Makefile projects/lld-import/contrib/llvm/tools/lld/README.md projects/lld-import/contrib/llvm/tools/lld/cmake/ projects/lld-import/contrib/llvm/tools/lld/docs/ projects/lld-import/contrib/llvm/tools/lld/include/Makefile projects/lld-import/contrib/llvm/tools/lld/include/lld/Config/Makefile projects/lld-import/contrib/llvm/tools/lld/include/lld/Config/Version.inc.in projects/lld-import/contrib/llvm/tools/lld/include/lld/Core/TODO.txt projects/lld-import/contrib/llvm/tools/lld/include/lld/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/Config/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/Config/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/Core/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/Core/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/Core/TODO.txt projects/lld-import/contrib/llvm/tools/lld/lib/Driver/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/Driver/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/Driver/TODO.rst projects/lld-import/contrib/llvm/tools/lld/lib/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/AArch64/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/AArch64/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/AArch64/TODO.rst projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/ARM/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/ARM/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/ARM/TODO.rst projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/Hexagon/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/Hexagon/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/Mips/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/Mips/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/TODO.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/X86/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/X86/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/X86_64/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/X86_64/ExampleSubTarget/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/X86_64/ExampleSubTarget/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/X86_64/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/ELF/X86_64/TODO.rst projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/Native/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/Native/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/PECOFF/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/PECOFF/Makefile projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/Makefile projects/lld-import/contrib/llvm/tools/lld/test/ projects/lld-import/contrib/llvm/tools/lld/tools/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/tools/Makefile projects/lld-import/contrib/llvm/tools/lld/tools/linker-script-test/ projects/lld-import/contrib/llvm/tools/lld/tools/lld/CMakeLists.txt projects/lld-import/contrib/llvm/tools/lld/tools/lld/Makefile projects/lld-import/contrib/llvm/tools/lld/tools/lld/TODO.txt projects/lld-import/contrib/llvm/tools/lld/unittests/ projects/lld-import/contrib/llvm/tools/lld/utils/ projects/lld-import/contrib/llvm/tools/lld/www/