Skip to content

[BoundsSafety] Unbreak several codegen tests #10626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025

Conversation

delcypher
Copy link

This commit (and its corresponding merge commit) broke several codegen tests.

commit 4b59b95733c1e89755f3f92272bc662e0db68712
Merge: c5ca74521067 c37b2549ff01
Author: git apple-llvm automerger <am@git-apple-llvm>
Date:   Fri May 2 23:22:29 2025 -0700

    Merge commit 'c37b2549ff01' from llvm.org/main into next

commit c37b2549ff0150301eb23bd28c2802efc426b7f2
error: cannot run gpg: No such file or directory
Author: Yingwei Zheng <dtcxzyw2333@gmail.com>
Date:   Fri May 2 05:21:59 2025 +0800

    Revert "[InstSimplify] Fold getelementptr inbounds null, idx -> null (#130742)" (#138168)

    Revert #130742 for now to avoid breaking glibc failures until the
    workaround patches are landed.

This commit re-generates the failing codegen tests.

rdar://150697626

This commit (and its corresponding merge commit) broke several codegen
tests.

```
commit 4b59b95
Merge: c5ca745 c37b254
Author: git apple-llvm automerger <am@git-apple-llvm>
Date:   Fri May 2 23:22:29 2025 -0700

    Merge commit 'c37b2549ff01' from llvm.org/main into next

commit c37b254
error: cannot run gpg: No such file or directory
Author: Yingwei Zheng <dtcxzyw2333@gmail.com>
Date:   Fri May 2 05:21:59 2025 +0800

    Revert "[InstSimplify] Fold getelementptr inbounds null, idx -> null (llvm#130742)" (llvm#138168)

    Revert llvm#130742 for now to avoid breaking glibc failures until the
    workaround patches are landed.
```

This commit re-generates the failing codegen tests.

rdar://150697626
@delcypher delcypher added the clang:bounds-safety Issue relating to the experimental -fbounds-safety feature in Clang label May 6, 2025
@delcypher
Copy link
Author

Landing now to fix CI. Please let me know if further follow up changes are needed.

@delcypher delcypher merged commit 517c19d into swiftlang:next May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:bounds-safety Issue relating to the experimental -fbounds-safety feature in Clang
1 participant