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:
63cc4f5
)
[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.
author
Lang Hames
<lhames@gmail.com>
Fri, 23 Jan 2015 21:49:12 +0000
(21:49 +0000)
committer
Lang Hames
<lhames@gmail.com>
Fri, 23 Jan 2015 21:49:12 +0000
(21:49 +0000)
This should fix some of the builder errors from r226940.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226941
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
patch
|
blob
|
history
diff --git
a/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
b/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
index
f658ab2
..
75d1b1f
100644
(file)
--- a/
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
+++ b/
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
@@
-16,9
+16,10
@@
static struct RegisterJIT {
RegisterJIT() { llvm::OrcMCJITReplacement::Register(); }
} JITRegistrator;
-extern "C" void LLVMLinkInOrcMCJITReplacement() {}
}
+extern "C" void LLVMLinkInOrcMCJITReplacement() {}
+
namespace llvm {
GenericValue