Similar to MCSymbol::print in 3d6c8ebb584375d01b1acead4c2056b3f0c501fc
(llvm-svn: 81682, PR4966), these symbols may need to be quoted to be handled by
the linker correctly.
Details
Details
- Reviewers
compnerd - Commits
- rG122d92dfc31f: fix symbol printing on windows
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with the name change.
llvm/lib/IR/Mangler.cpp | ||
---|---|---|
188 | I think that isAcceptableChar is very ambiguous. It can also be difffernent in different contexts. It would be better to rename this to be more precise. Perhaps canBeUnquotedInDirective? |
I think that isAcceptableChar is very ambiguous. It can also be difffernent in different contexts. It would be better to rename this to be more precise. Perhaps canBeUnquotedInDirective?