mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
[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:
parent
63cc4f56a9
commit
89eab6e7bd
@ -16,9 +16,10 @@ static struct RegisterJIT {
|
||||
RegisterJIT() { llvm::OrcMCJITReplacement::Register(); }
|
||||
} JITRegistrator;
|
||||
|
||||
extern "C" void LLVMLinkInOrcMCJITReplacement() {}
|
||||
}
|
||||
|
||||
extern "C" void LLVMLinkInOrcMCJITReplacement() {}
|
||||
|
||||
namespace llvm {
|
||||
|
||||
GenericValue
|
||||
|
Loading…
x
Reference in New Issue
Block a user