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.
Differential D124431
[InlineAsm] Add missing constraint A to getMemConstraintName Jim on Apr 25 2022, 10:13 PM. Authored by
Details
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
Unit Tests Event TimelineComment Actions This patch only add missing case in getMemConstraintName. |