mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
93681fa6c6
commit
12f6a851de
@ -28,7 +28,3 @@ int LLIChildTarget::WriteBytes(const void *Data, size_t Size) {
|
||||
int LLIChildTarget::ReadBytes(void *Data, size_t Size) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint64_t LLIChildTarget::allocate(uint32_t Alignment, uint32_t Size) {
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user