From: Lang Hames Date: Fri, 23 Jan 2015 21:49:12 +0000 (+0000) Subject: [Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=89eab6e7bdb04741c86f1f83e2d567e328cf24f3 [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 --- diff --git a/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp b/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp index f658ab2b298..75d1b1f7431 100644 --- 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