projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f188178
)
Add a comment.
author
Mikhail Glushenkov
<foldr@codedgers.com>
Mon, 2 Mar 2009 09:01:39 +0000
(09:01 +0000)
committer
Mikhail Glushenkov
<foldr@codedgers.com>
Mon, 2 Mar 2009 09:01:39 +0000
(09:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65822
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CompilerDriver/Error.h
patch
|
blob
|
history
diff --git
a/include/llvm/CompilerDriver/Error.h
b/include/llvm/CompilerDriver/Error.h
index c0aaff1a7245823ca1b6309d1cd6d2fb84e7f69b..29c4add29d7018f0c5e2069b2156a833818f3e6f 100644
(file)
--- a/
include/llvm/CompilerDriver/Error.h
+++ b/
include/llvm/CompilerDriver/Error.h
@@
-7,7
+7,7
@@
//
//===----------------------------------------------------------------------===//
//
-// Exception classes for
LLVMC
.
+// Exception classes for
llvmc
.
//
//===----------------------------------------------------------------------===//
@@
-18,6
+18,8
@@
namespace llvmc {
+ /// error_code - This gets thrown during the compilation process if a tool
+ /// invocation returns a non-zero exit code.
class error_code: public std::runtime_error {
int Code_;
public: