aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/MCJIT/MCJIT.h
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-21 17:42:06 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-21 17:42:06 +0000
commit6169453ba37ac353655f2475f336e66f31276752 (patch)
tree41bbad7ba9a1eb1b2afbc0157de173b7ab893733 /lib/ExecutionEngine/MCJIT/MCJIT.h
parent770530babc78e444bb6d0aadc87702ef138293fd (diff)
downloadexternal_llvm-6169453ba37ac353655f2475f336e66f31276752.zip
external_llvm-6169453ba37ac353655f2475f336e66f31276752.tar.gz
external_llvm-6169453ba37ac353655f2475f336e66f31276752.tar.bz2
Improving MCJIT/RuntimeDyld thread safety
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/MCJIT/MCJIT.h')
-rw-r--r--lib/ExecutionEngine/MCJIT/MCJIT.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ExecutionEngine/MCJIT/MCJIT.h b/lib/ExecutionEngine/MCJIT/MCJIT.h
index ebf51d4..6cb8f0a 100644
--- a/lib/ExecutionEngine/MCJIT/MCJIT.h
+++ b/lib/ExecutionEngine/MCJIT/MCJIT.h
@@ -70,10 +70,6 @@ private:
OwningPtr<RTDyldMemoryManager> ClientMM;
};
-// FIXME: This makes all kinds of horrible assumptions for the time being,
-// like only having one module, not needing to worry about multi-threading,
-// blah blah. Purely in get-it-up-and-limping mode for now.
-
// About Module states:
//
// The purpose of the "added" state is having modules in standby. (added=known