mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 07:24:25 +00:00
Rename createIRObjectFile to just create.
It is a static method of IRObjectFile, so having to use IRObjectFile::createIRObjectFile was redundant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223822 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -65,8 +65,8 @@ public:
|
||||
static ErrorOr<MemoryBufferRef>
|
||||
findBitcodeInMemBuffer(MemoryBufferRef Object);
|
||||
|
||||
static ErrorOr<std::unique_ptr<IRObjectFile>>
|
||||
createIRObjectFile(MemoryBufferRef Object, LLVMContext &Context);
|
||||
static ErrorOr<std::unique_ptr<IRObjectFile>> create(MemoryBufferRef Object,
|
||||
LLVMContext &Context);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user