[PATCH] D145659: [clang] Add AVR specific inline assembly escaped characters
Jianjian Guan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 12 19:34:05 PDT 2023
jacquesguan added inline comments.
================
Comment at: clang/lib/Basic/Targets/AVR.cpp:433
+AVRTargetInfo::handleAsmEscapedChar(char EscChar) const {
+ char C;
+ switch (EscChar) {
----------------
redundant variable?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145659/new/
https://reviews.llvm.org/D145659
More information about the cfe-commits
mailing list