Skip to content

Commit 01c7b41

Browse files
Fix unused function warning
(cherry picked from commit 719280e)
1 parent 218a6eb commit 01c7b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/MCCAS/MCCASObjectV1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ struct CUInfo {
124124
};
125125
static Expected<CUInfo> getAndSetDebugAbbrevOffsetAndSkip(
126126
MutableArrayRef<char> CUData, support::endianness Endian,
127-
std::optional<uint32_t> NewOffset = std::nullopt);
127+
std::optional<uint32_t> NewOffset, uint8_t AddressSize);
128128
Expected<cas::ObjectProxy>
129129
MCSchema::createFromMCAssemblerImpl(MachOCASWriter &ObjectWriter,
130130
MCAssembler &Asm, const MCAsmLayout &Layout,

0 commit comments

Comments
 (0)