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.
1 parent 3d0061c commit 1db6055Copy full SHA for 1db6055
llvm/lib/Target/X86/X86AsmPrinter.cpp
@@ -185,7 +185,7 @@ void X86AsmPrinter::emitKCFITypeId(const MachineFunction &MF) {
185
186
if (F.getParent()->getModuleFlag("kcfi-arity")) {
187
// The ArityToRegMap assumes the 64-bit Linux kernel ABI
188
- const auto &Triple = MF.getTarget().getTargetTriple();
+ [[maybe_unused]] const auto &Triple = MF.getTarget().getTargetTriple();
189
assert(Triple.isArch64Bit() && Triple.isOSLinux());
190
191
// Determine the function's arity (i.e., the number of arguments) at the ABI
0 commit comments