llvm-project/lld/include/lld/Core
Nick Kledzik bb963dfb7e Factor out core linking options from Platform in a new ResolverOptions
class.  Change Resolver to no longer use Platform.  Core linking
now issues errors directly.  We need to factor that out later.

Rework how Darwin executable writer finds "main" atom.  It now
adds to core linking an Atom  which has a Reference to "main".  

llvm-svn: 155060
2012-04-18 21:55:06 +00:00
..
AbsoluteAtom.h Use the LLVM RTTI library. 2012-04-02 23:56:36 +00:00
AliasAtom.h Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/Support 2012-04-03 18:39:40 +00:00
Atom.h Remove trailing whitespace. 2012-04-03 18:40:27 +00:00
DefinedAtom.h Rename referencesBegin() to begin() so that C++11 range based for loops can be used 2012-04-08 23:52:13 +00:00
Error.h Cleanup system_error extensions. 2012-01-31 21:47:13 +00:00
File.h Factor out core linking options from Platform in a new ResolverOptions 2012-04-18 21:55:06 +00:00
InputFiles.h Factor out core linking options from Platform in a new ResolverOptions 2012-04-18 21:55:06 +00:00
LLVM.h Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/Support 2012-04-03 18:39:40 +00:00
NativeReader.h Remove trailing whitespace. 2012-04-03 18:40:27 +00:00
NativeWriter.h Remove trailing whitespace. 2012-04-03 18:40:27 +00:00
Pass.h Remove trailing whitespace. 2012-04-03 18:40:27 +00:00
Platform.h Factor out core linking options from Platform in a new ResolverOptions 2012-04-18 21:55:06 +00:00
Reference.h First implementation of Darwin Platform. It is rich enough to generate 2012-04-07 01:31:00 +00:00
Resolver.h Factor out core linking options from Platform in a new ResolverOptions 2012-04-18 21:55:06 +00:00
SharedLibraryAtom.h Remove trailing whitespace. 2012-04-03 18:40:27 +00:00
SymbolTable.h Factor out core linking options from Platform in a new ResolverOptions 2012-04-18 21:55:06 +00:00
TODO.txt [docs] Add more open projects. 2012-04-08 03:47:49 +00:00
UndefinedAtom.h Remove trailing whitespace. 2012-04-03 18:40:27 +00:00
YamlReader.h Remove trailing whitespace. 2012-04-03 18:40:27 +00:00
YamlWriter.h Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/Support 2012-04-03 18:39:40 +00:00