avr-gcc uses the $ symbol as an assembly separator instead of the more common %% syntax. We need it in LLVM too to be compatible.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D138535
[AVR] Add $ separator string (like avr-gcc) aykevl on Nov 22 2022, 5:12 PM. Authored by
Details 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
|