This is an archive of the discontinued LLVM Phabricator instance.

[libc] Use '+' constraint on inline assembly
ClosedPublic

Authored by abrachet on Feb 16 2022, 2:21 PM.

Diff Detail

Event Timeline

abrachet created this revision.Feb 16 2022, 2:21 PM
abrachet requested review of this revision.Feb 16 2022, 2:21 PM
abrachet added a subscriber: nathanchance.

@nathanchance could you take a look if this fixes the problem from https://github.com/llvm/llvm-project/issues/53391 for you? I was not able to reproduce this error after the workaround

lntue accepted this revision.Feb 16 2022, 2:28 PM
This revision is now accepted and ready to land.Feb 16 2022, 2:28 PM

@nathanchance could you take a look if this fixes the problem from https://github.com/llvm/llvm-project/issues/53391 for you? I was not able to reproduce this error after the workaround

Yes, it does. Thanks a lot for the quick fix!

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 16 2022, 7:00 PM