hanchenye-llvm-project/lld/lib/Core
Rui Ueyama 7da4037c81 Replace ReaderError with DynamicError.
ReaderErrorCategory was used only at one place. We now have a
DynamicErrorCategory for this kind of one-time error, so use it.
The calling function doesn't really care the type of an error, so
ReaderErrorCategory was actually dead code.

llvm-svn: 224245
2014-12-15 12:20:13 +00:00
..
CMakeLists.txt Fix build breakage. 2014-06-03 07:53:37 +00:00
DefinedAtom.cpp [mach-o] Support linker synthesized mach_header symbols. 2014-11-12 22:21:56 +00:00
Error.cpp Replace ReaderError with DynamicError. 2014-12-15 12:20:13 +00:00
File.cpp Partially roll back r217324. 2014-09-08 18:01:42 +00:00
InputGraph.cpp Simplify InputGraph API. 2014-12-14 02:04:01 +00:00
LinkingContext.cpp [Core] Remove function to not override RoundTripPasses. 2014-12-01 20:28:54 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
Resolver.cpp Simplify InputGraph API. 2014-12-14 02:04:01 +00:00
SymbolTable.cpp Follow-up to r221913. Fix some -Wcast-qual warning reasons. 2014-11-14 07:15:43 +00:00
TODO.txt