| commit | 192e1fa59df8b1d43bf520bad193da8973420549 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Aug 06 15:08:23 2015 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Aug 06 15:08:23 2015 +0000 |
| tree | 12f01cb2226005e2135cfa1d38f9c5da1b74245c | |
| parent | b835ae8e4aaef80441f7a5eb26be1ab077b2b2d9 [diff] [blame] |
Move the error handling functions to Error.h. NFC. llvm-svn: 244216
diff --git a/lld/ELF/DriverUtils.cpp b/lld/ELF/DriverUtils.cpp index 7bc6fc5..a08a8bd 100644 --- a/lld/ELF/DriverUtils.cpp +++ b/lld/ELF/DriverUtils.cpp
@@ -14,6 +14,7 @@ //===----------------------------------------------------------------------===// #include "Driver.h" +#include "Error.h" #include "llvm/ADT/STLExtras.h" using namespace llvm;