Commit c2873d7
committed
[PAuthLR] Fix unannoted fallthrough
There was a missing break, which led to an unannotated fallthrough
when merging llvm#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.1 parent 3d6923d commit c2873d7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
| 775 | + | |
775 | 776 | | |
776 | 777 | | |
777 | 778 | | |
| |||
0 commit comments