Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(76)

Unified Diff: lib/CodeGen/ELFWriter.h

Issue 91042: Implement LLVM JIT side of GDB JIT debugging interface (Closed) SVN Base: http://llvm.org/svn/llvm-project/llvm/trunk/
Patch Set: Synced with TOT. Created 2 months, 2 weeks ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: lib/CodeGen/ELFWriter.h
===================================================================
--- lib/CodeGen/ELFWriter.h (revision 82403)
+++ lib/CodeGen/ELFWriter.h (working copy)
@@ -28,6 +28,7 @@
class ELFSection;
struct ELFSym;
class GlobalVariable;
+ class JITDebugRegisterer;
class Mangler;
class MachineCodeEmitter;
class MachineConstantPoolEntry;
@@ -51,6 +52,7 @@
///
class ELFWriter : public MachineFunctionPass {
friend class ELFCodeEmitter;
+ friend class JITDebugRegisterer;
public:
static char ID;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497