llvm-project/lld/lib
Michael J. Spencer 9ff4be240a Add the core architecture for the lld driver.
This includes selecting which driver to emulate, option parsing, invocation
building, and running the link. This currently only supports a very basic
subset of ld for x86_64-linux.

lld -flavor ld obj.o -o obj

or symlink lld as (ld , link, ld64, core) to get the desired behavior without
-flavor.

llvm-svn: 169659
2012-12-08 00:47:36 +00:00
..
Core Add library dependencies to the lld cmake build. 2012-12-04 21:09:04 +00:00
Driver Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00
Passes Major refactoring: Remove Platform concept. In its place there are 2012-05-31 22:34:00 +00:00
ReaderWriter Add library dependencies to the lld cmake build. 2012-12-04 21:09:04 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00