mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Initialize variable to silence warning
This will quiet LLVM.
This commit is contained in:
@@ -90,7 +90,7 @@ void Image::scanMachO(const llvm::object::MachOObjectFile *O) {
|
||||
}
|
||||
|
||||
// The offset from the symbol is stored at the target address.
|
||||
uint64_t Offset;
|
||||
uint64_t Offset = 0;
|
||||
auto OffsetContent =
|
||||
getContentsAtAddress(bind.address(), O->getBytesInAddress());
|
||||
if (OffsetContent.empty())
|
||||
|
||||
Reference in New Issue
Block a user