[all-commits] [llvm/llvm-project] 933a56: [PAuthLR] Add Missing Break Statement for MachineO...

Jack Styles via All-commits all-commits at lists.llvm.org
Mon Oct 28 02:09:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 933a56674e75ed372e000758378b7981e5b4d387
      https://github.com/llvm/llvm-project/commit/933a56674e75ed372e000758378b7981e5b4d387
  Author: Jack Styles <jack.styles at arm.com>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:
    M llvm/lib/CodeGen/MachineOperand.cpp

  Log Message:
  -----------
  [PAuthLR] Add Missing Break Statement for MachineOperand Switch Statement (#113883)

There was a missing break, which led to an unannotated fallthrough when
merging #112171. This has caused sanitizer builds to fail.

This adds the missing break in the switch statement to ensure that the
fallthrough does not occur.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list