On targets which don't allow "@" in identifiers, make sure we don't emit them; otherwise, we can't parse our own output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D122516
[MC] Make MCAsmInfo::isAcceptableChar reflect MCAsmInfo::doesAllowAtInName ClosedPublic Authored by efriedma on Mar 25 2022, 3:57 PM.
Details Summary On targets which don't allow "@" in identifiers, make sure we don't emit them; otherwise, we can't parse our own output.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 25 2022, 4:03 PM Closed by commit rGa8ebd85e463b: [MC] Make MCAsmInfo::isAcceptableChar reflect MCAsmInfo::doesAllowAtInName (authored by efriedma). · Explain WhyMar 29 2022, 2:01 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 418973 llvm/lib/MC/MCAsmInfo.cpp
llvm/test/CodeGen/AArch64/ehcontguard.ll
llvm/test/CodeGen/AArch64/win_cst_pool.ll
llvm/unittests/MC/SystemZ/SystemZAsmLexerTest.cpp
|