[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.

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
This commit is contained in:
Lang Hames 2015-01-23 21:49:12 +00:00
parent 63cc4f56a9
commit 89eab6e7bd

View File

@ -16,9 +16,10 @@ static struct RegisterJIT {
RegisterJIT() { llvm::OrcMCJITReplacement::Register(); }
} JITRegistrator;
extern "C" void LLVMLinkInOrcMCJITReplacement() {}
}
extern "C" void LLVMLinkInOrcMCJITReplacement() {}
namespace llvm {
GenericValue