forked from OSchip/llvm-project
[flang] Add extension edit descriptors to the unparser.
Original-commit: flang-compiler/f18@74e09e249a Reviewed-on: https://github.com/flang-compiler/f18/pull/352
This commit is contained in:
parent
e0f76d2306
commit
4d21120d89
|
@ -1502,6 +1502,8 @@ public:
|
|||
FMT(DC);
|
||||
FMT(DP);
|
||||
#undef FMT
|
||||
case format::ControlEditDesc::Kind::Dollar: Put('$'); break;
|
||||
case format::ControlEditDesc::Kind::Backslash: Put('\\'); break;
|
||||
default: CRASH_NO_CASE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue