Skip to content

Commit

Permalink
[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous nam…
Browse files Browse the repository at this point in the history
…espace.

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
  • Loading branch information
lhames committed Jan 23, 2015
1 parent 63cc4f5 commit 89eab6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ static struct RegisterJIT {
RegisterJIT() { llvm::OrcMCJITReplacement::Register(); }
} JITRegistrator;

extern "C" void LLVMLinkInOrcMCJITReplacement() {}
}

extern "C" void LLVMLinkInOrcMCJITReplacement() {}

namespace llvm {

GenericValue
Expand Down

0 comments on commit 89eab6e

Please sign in to comment.