This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Add $ separator string (like avr-gcc)
ClosedPublic

Authored by aykevl on Nov 22 2022, 5:12 PM.

Details

Summary

avr-gcc uses the $ symbol as an assembly separator instead of the more common %% syntax. We need it in LLVM too to be compatible.

Diff Detail

Event Timeline

aykevl created this revision.Nov 22 2022, 5:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 22 2022, 5:12 PM
Herald added subscribers: Jim, hiraditya. · View Herald Transcript
aykevl requested review of this revision.Nov 22 2022, 5:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 22 2022, 5:12 PM
benshi001 accepted this revision.Nov 24 2022, 10:57 PM

LGTM. This is in accordance with avr-gcc. Thanks.

This revision is now accepted and ready to land.Nov 24 2022, 10:57 PM
This revision was automatically updated to reflect the committed changes.