[PATCH] D69461: [XRay] Sanitize DOT labels in graph output

Alex Cameron via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 26 01:06:15 PDT 2019


tetsuo-cpp added a comment.

@lebedev.ri
Thanks for taking a look. I did come across that function earlier but didn't really understand it since I don't see any escaping rules in the docs that look like that. It also doesn't do anything with the `&` character which will appear in function names too.
But if that solves the problem you described then I'll just use that instead.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69461/new/

https://reviews.llvm.org/D69461





More information about the llvm-commits mailing list