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...
Dimitry Andric
dim at FreeBSD.org
Tue Mar 24 21:45:35 UTC 2015
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/
More information about the svn-src-projects
mailing list