[PATCH] D35048: [opt-viewer] Move under tools, install it

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 03:37:34 PDT 2017


anemet created this revision.
Herald added subscribers: fhahn, mgorny.

We weren't installing opt-viewer and co before, this fixes the omission.  I am
also moving the tools from utils/ to tools/.  I believe that this is more
appropriate since these tools have matured greatly in the past year through
contributions by multiple people (thanks!) so they are ready to become
external tools.

The tools are installed under <install>/share/opt-viewer/.

I am *not* adding the llvm- prefix.  If people feel strongly about adding
that, this is probably a good time since the new location will require some
mental adjustment anyway.

Fixes PR33521


https://reviews.llvm.org/D35048

Files:
  tools/opt-viewer/CMakeLists.txt
  tools/opt-viewer/opt-diff.py
  tools/opt-viewer/opt-stats.py
  tools/opt-viewer/opt-viewer.py
  tools/opt-viewer/optpmap.py
  tools/opt-viewer/optrecord.py
  tools/opt-viewer/style.css
  utils/opt-viewer/opt-diff.py
  utils/opt-viewer/opt-stats.py
  utils/opt-viewer/opt-viewer.py
  utils/opt-viewer/optpmap.py
  utils/opt-viewer/optrecord.py
  utils/opt-viewer/style.css

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35048.105391.patch
Type: text/x-patch
Size: 28662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170706/ff3fd43a/attachment.bin>


More information about the llvm-commits mailing list