[Docs][llvm-exegesis] Specify supported platforms and architectures
authorAiden Grossman <agrossman154@yahoo.com>
Sat, 13 May 2023 09:05:22 +0000 (09:05 +0000)
committerAiden Grossman <agrossman154@yahoo.com>
Sat, 13 May 2023 09:05:39 +0000 (09:05 +0000)
commit9fe45fcba7ea785844d9a3c10f3b0a2269afab93
tree86b9c03295582473d1ada9c0aa3008808bfc1898
parent88c1242ed7e1d82d0f681b5627e42e80b60dc9fe
[Docs][llvm-exegesis] Specify supported platforms and architectures

Currently, there is no documentation on what platforms and architectures
llvm-exegesis is supported on. This patch adds in user-facing
documentation in the CommandGuide about what architectures are supported
as well as developer facing documentation detailing the technical
reasons for why certain platforms are supported and some aren't.

This is a follow-up after discussion in
https://discourse.llvm.org/t/clarification-on-platform-support-for-llvm-exegesis/70206.

Reviewed By: kpdev42

Differential Revision: https://reviews.llvm.org/D149378
llvm/docs/CommandGuide/llvm-exegesis.rst
llvm/tools/llvm-exegesis/README.md [new file with mode: 0644]