mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Add a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65822 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f188178a2f
commit
f5178ce144
@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// Exception classes for LLVMC.
|
// Exception classes for llvmc.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
namespace llvmc {
|
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 {
|
class error_code: public std::runtime_error {
|
||||||
int Code_;
|
int Code_;
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user