Skip to content

Commit

Permalink
Fix Werror buildbots after llvm#84915
Browse files Browse the repository at this point in the history
  • Loading branch information
OCHyams committed Mar 18, 2024
1 parent c2f75c7 commit a9f78a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/IR/DebugProgramInstruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ getDbgRecordRange(DPMarker *DbgMarker) {
return DbgMarker->getDbgRecordRange();
}

DEFINE_ISA_CONVERSION_FUNCTIONS(DbgRecord, LLVMDbgRecordRef);
DEFINE_ISA_CONVERSION_FUNCTIONS(DbgRecord, LLVMDbgRecordRef)

} // namespace llvm

Expand Down

0 comments on commit a9f78a3

Please sign in to comment.