Move the error handling functions to Error.h. NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 6 Aug 2015 15:08:23 +0000 (15:08 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 6 Aug 2015 15:08:23 +0000 (15:08 +0000)
commit192e1fa59df8b1d43bf520bad193da8973420549
tree12f01cb2226005e2135cfa1d38f9c5da1b74245c
parentb835ae8e4aaef80441f7a5eb26be1ab077b2b2d9
Move the error handling functions to Error.h. NFC.

llvm-svn: 244216
lld/ELF/CMakeLists.txt
lld/ELF/Chunks.cpp
lld/ELF/Driver.cpp
lld/ELF/Driver.h
lld/ELF/DriverUtils.cpp
lld/ELF/Error.cpp [new file with mode: 0644]
lld/ELF/Error.h [new file with mode: 0644]
lld/ELF/InputFiles.cpp
lld/ELF/SymbolTable.cpp
lld/ELF/Writer.cpp