This is an archive of the discontinued LLVM Phabricator instance.

[InlineAsm] Add missing constraint A to getMemConstraintName
AbandonedPublic

Authored by Jim on Apr 25 2022, 10:13 PM.

Details

Summary

Constraint A was added from https://reviews.llvm.org/D54296.

Clang will crash with option -mllvm --debug due to lack of constraint name for constraint A.

Diff Detail

Event Timeline

Jim created this revision.Apr 25 2022, 10:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2022, 10:13 PM
Herald added a subscriber: dexonsmith. · View Herald Transcript
Jim requested review of this revision.Apr 25 2022, 10:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2022, 10:13 PM
Jim added a comment.May 10 2022, 7:34 PM

This patch only add missing case in getMemConstraintName.
Could someone help to take a review. Thanks.

Jim abandoned this revision.Jun 15 2023, 7:16 PM