Lang Hames
f881fc9fb9
[Orc] Add support for EH-frame registration to the Orc Remote Target utility
...
classes.
OrcRemoteTargetClient::RCMemoryManager will now register EH frames with the
server automatically. This allows remote-execution of code that uses exceptions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257816 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-14 22:02:03 +00:00
Tanya Lattner
377a98477d
Rename all references to old mailing lists to new lists.llvm.org address.
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243999 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-05 03:51:17 +00:00
Douglas Katzman
ae7a59fa3e
Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun.
...
Use POSIX.1-2003 Technical Corrigendum 1 suggested workaround.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240140 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-19 17:21:02 +00:00
Lang Hames
52b43c0fb3
[ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager into
...
RuntimeDyld.
This should fix http://llvm.org/PR22593 .
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229343 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-15 23:22:43 +00:00