mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Add a comment.
llvm-svn: 65822
This commit is contained in:
parent
3cde18e191
commit
1a0ddf169b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user