mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Properly extern this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18664 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d828e340a8
commit
2c20ef506f
@ -188,5 +188,7 @@ bool AliasAnalysis::canInstructionRangeModify(const Instruction &I1,
|
||||
// the risk of AliasAnalysis being used, but the default implementation not
|
||||
// being linked into the tool that uses it.
|
||||
//
|
||||
extern void llvm::BasicAAStub();
|
||||
namespace llvm {
|
||||
extern void BasicAAStub();
|
||||
}
|
||||
static IncludeFile INCLUDE_BASICAA_CPP((void*)&BasicAAStub);
|
||||
|
Loading…
x
Reference in New Issue
Block a user