| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The client and server now use a single unified low-level RPC core built around
LLVM's existing cross-platform abstractions.
llvm-svn: 199947
|
|
|
|
|
|
|
|
|
|
|
|
| |
MCJIT remote execution (ChildTarget+RemoteTargetExternal) protocol was in
dire need of refactoring. It was fail-prone, had no error reporting and
implemented the same message logic on every single function.
This patch rectifies it, and makes it work on ARM, where it was randomly
failing. Other architectures shall profit from this change as well, making
their buildbots and releases more reliable.
llvm-svn: 199261
|
|
|
|
| |
llvm-svn: 199080
|
|
|
|
| |
llvm-svn: 192031
|
|
|
|
|
|
|
| |
This is unlikely to ever fail, but ubuntu GCC warns when the return value is
unused.
llvm-svn: 191973
|
|
|
|
| |
llvm-svn: 191857
|
|
At this time only Unix-based systems are supported. Windows has stubs and should re-route to the simulated mode.
Thanks to Sriram Murali for contributions to this patch.
llvm-svn: 191843
|