We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 218a6eb + 01c7b41 commit fce7267Copy full SHA for fce7267
llvm/lib/MCCAS/MCCASObjectV1.cpp
@@ -124,7 +124,7 @@ struct CUInfo {
124
};
125
static Expected<CUInfo> getAndSetDebugAbbrevOffsetAndSkip(
126
MutableArrayRef<char> CUData, support::endianness Endian,
127
- std::optional<uint32_t> NewOffset = std::nullopt);
+ std::optional<uint32_t> NewOffset, uint8_t AddressSize);
128
Expected<cas::ObjectProxy>
129
MCSchema::createFromMCAssemblerImpl(MachOCASWriter &ObjectWriter,
130
MCAssembler &Asm, const MCAsmLayout &Layout,
0 commit comments