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

Unified Diff: lib/ExecutionEngine/JIT/JIT.cpp

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/ExecutionEngine/JIT/JIT.cpp
===================================================================
--- lib/ExecutionEngine/JIT/JIT.cpp (revision 82403)
+++ lib/ExecutionEngine/JIT/JIT.cpp (working copy)
@@ -234,7 +234,7 @@
jitstate = new JITState(MP);
// Initialize JCE
- JCE = createEmitter(*this, JMM);
+ JCE = createEmitter(*this, JMM, TM);
// Add target data
MutexGuard locked(lock);

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