Revert "Convert other drivers to use WrapperNode" and subsequent commits.

r225764 broke a basic functionality on Mac OS. This change reverts
r225764, r225766, r225767, r225769, r225814, r225816, r225829, and r225832.

git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@225859 91177308-0d34-0410-b5e6-96231b3b80d8
45 files changed
tree: 78e9457ba752412e0d48fee47ec2c7bf4d783481
  1. cmake/
  2. docs/
  3. include/
  4. lib/
  5. test/
  6. tools/
  7. unittests/
  8. utils/
  9. .arcconfig
  10. .clang-format
  11. .gitignore
  12. CMakeLists.txt
  13. LICENSE.TXT
  14. Makefile
  15. README.md
README.md

LLVM Linker (lld)

This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.

lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.