llvm-project/lld/lib/ReaderWriter
Pete Cooper 1e00911ee0 Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
Adds a GenericError class to lld/Core which can carry a string.  This is
analygous to the dynamic_error we currently use in lld/Core.

Use this GenericError instead of make_dynamic_error_code.  Also, provide
an implemention of GenericError::convertToErrorCode which for now converts
it in to the dynamic_error_code we used to have.  This will go away once
all the APIs are converted.

llvm-svn: 264910
2016-03-30 20:15:06 +00:00
..
MachO Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC. 2016-03-30 20:15:06 +00:00
YAML Remove dead flags. 2016-03-28 20:59:47 +00:00
CMakeLists.txt Remove remaining files of Core. 2016-03-02 00:37:50 +00:00
FileArchive.cpp Remove dead flags. 2016-03-28 20:59:47 +00:00