llvm-project/lld/lib/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
..
CMakeLists.txt First implementation of Darwin Platform. It is rich enough to generate 2012-04-07 01:31:00 +00:00
Error.cpp Cleanup system_error extensions. 2012-01-31 21:47:13 +00:00
File.cpp Factor out core linking options from Platform in a new ResolverOptions 2012-04-18 21:55:06 +00:00
NativeFileFormat.h First implementation of Darwin Platform. It is rich enough to generate 2012-04-07 01:31:00 +00:00
NativeReader.cpp Rename referencesBegin() to begin() so that C++11 range based for loops can be used 2012-04-08 23:52:13 +00:00
NativeWriter.cpp Rename referencesBegin() to begin() so that C++11 range based for loops can be used 2012-04-08 23:52:13 +00:00
Platform.cpp First implementation of Darwin Platform. It is rich enough to generate 2012-04-07 01:31:00 +00:00
Resolver.cpp Factor out core linking options from Platform in a new ResolverOptions 2012-04-18 21:55:06 +00:00
SymbolTable.cpp 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
YamlKeyValues.cpp Factor out core linking options from Platform in a new ResolverOptions 2012-04-18 21:55:06 +00:00
YamlKeyValues.h Remove trailing whitespace. 2012-04-03 18:40:27 +00:00
YamlReader.cpp Remove definedAtomsBegin() and co. so that C++11 range based for loops can be used 2012-04-09 00:58:21 +00:00
YamlWriter.cpp Factor out core linking options from Platform in a new ResolverOptions 2012-04-18 21:55:06 +00:00