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

Alex Cameron via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 9 22:53:01 PST 2019


tetsuo-cpp added a comment.

I compiled multiple older versions of `dot` and gave them a try (I went back to `2.30.1`) but still didn't see this problem. I've been testing like this (mainly testing SVG and JSON):

  tetsuo at garland-1572667608860-c-16-sgp1-01:~/dev/llvm-project$ build/bin/llvm-xray graph ./xray-log.a.out.uRHPKt -instr_map ./a.out | dot -Tsvg

@dberris Since I can't reproduce this, should I abandon this revision? Or would you still like the patch.


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

https://reviews.llvm.org/D69461





More information about the llvm-commits mailing list