diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2016-05-27 05:21:35 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2016-05-27 05:21:35 +0000 |
commit | 1eaa97f43912b6d4571e1397bbed9a72018e3dc4 (patch) | |
tree | e1d104c37f85d7db5a654131198670b428e8fe18 /llvm/lib/Support/Error.cpp | |
parent | 8ef190c7b0d2ebfb6ba8e7249179c4c26143d69e (diff) | |
download | llvm-1eaa97f43912b6d4571e1397bbed9a72018e3dc4.zip llvm-1eaa97f43912b6d4571e1397bbed9a72018e3dc4.tar.gz llvm-1eaa97f43912b6d4571e1397bbed9a72018e3dc4.tar.bz2 |
Linker: teach the IR mover to return llvm::Error.
This will be needed in order to consistently return an Error
to clients of the API being developed in D20268.
Differential Revision: http://reviews.llvm.org/D20550
llvm-svn: 270967
Diffstat (limited to 'llvm/lib/Support/Error.cpp')
-rw-r--r-- | llvm/lib/Support/Error.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Error.cpp b/llvm/lib/Support/Error.cpp index f2985de..1d1abbd 100644 --- a/llvm/lib/Support/Error.cpp +++ b/llvm/lib/Support/Error.cpp @@ -8,7 +8,6 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/Error.h" - #include "llvm/ADT/Twine.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/ManagedStatic.h" |