projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3687382
)
Whitespace.
author
Lang Hames
<lhames@gmail.com>
Sat, 5 Dec 2015 01:44:20 +0000
(
01:44
+0000)
committer
Lang Hames
<lhames@gmail.com>
Sat, 5 Dec 2015 01:44:20 +0000
(
01:44
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254821
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
patch
|
blob
|
history
diff --git
a/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
b/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
index
3bfff05
..
aa75b3f
100644
(file)
--- a/
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
+++ b/
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
@@
-202,7
+202,7
@@
private:
sys::Memory::MF_READ |
sys::Memory::MF_EXEC);
assert(!EC && "Failed to mprotect trampoline block");
-
+
TrampolineBlocks.push_back(std::move(TrampolineBlock));
}
@@
-404,7
+404,7
@@
void moveGlobalVariableInitializer(GlobalVariable &OrigGV,
ValueMaterializer *Materializer = nullptr,
GlobalVariable *NewGV = nullptr);
-/// @brief Clone
+/// @brief Clone
GlobalAlias* cloneGlobalAliasDecl(Module &Dst, const GlobalAlias &OrigA,
ValueToValueMapTy &VMap);