summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-db/CLIDebugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-db/CLIDebugger.h')
-rw-r--r--llvm/tools/llvm-db/CLIDebugger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-db/CLIDebugger.h b/llvm/tools/llvm-db/CLIDebugger.h
index a5c73bd86a0..99045592edf 100644
--- a/llvm/tools/llvm-db/CLIDebugger.h
+++ b/llvm/tools/llvm-db/CLIDebugger.h
@@ -29,7 +29,7 @@ namespace llvm {
/// CLIDebugger - This class implements the command line interface for the
/// LLVM debugger.
class CLIDebugger {
- const LLVMContext& Context;
+ LLVMContext& Context;
/// Dbg - The low-level LLVM debugger object that we use to do our dirty
/// work.
@@ -82,7 +82,7 @@ namespace llvm {
const SourceLanguage *CurrentLanguage;
public:
- CLIDebugger(const LLVMContext& ctxt);
+ CLIDebugger(LLVMContext& ctxt);
/// getDebugger - Return the current LLVM debugger implementation being
/// used.
OpenPOWER on IntegriCloud