projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71ec1e5
)
[ORC] Fix an 80 column violation.
author
Lang Hames
<lhames@gmail.com>
Mon, 11 Oct 2021 16:53:05 +0000
(09:53 -0700)
committer
Lang Hames
<lhames@gmail.com>
Mon, 11 Oct 2021 16:53:16 +0000
(09:53 -0700)
llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h
b/llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h
index 46f33813be517b814470a083d155fbea316cecc9..513d3cfc18e64be66c15ce78a788846ce8a661c7 100644
(file)
--- a/
llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h
+++ b/
llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h
@@
-37,8
+37,8
@@
public:
Create(std::unique_ptr<TaskDispatcher> D,
TransportTCtorArgTs &&...TransportTCtorArgs) {
std::unique_ptr<SimpleRemoteEPC> SREPC(
-
new SimpleRemoteEPC(std::make_shared<SymbolStringPool>(),
-
std::move(D)));
+ new SimpleRemoteEPC(std::make_shared<SymbolStringPool>(),
+ std::move(D)));
auto T = TransportT::Create(
*SREPC, std::forward<TransportTCtorArgTs>(TransportTCtorArgs)...);
if (!T)