[PATCH] D69997: [llvm-objdump] Print relocation addends in hexadecimal

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 06:43:22 PST 2019


thakis added a comment.

I don't know if there's a list anywhere. `ls llvm/lib/Target` shows you all in tree targets, LLVM_ALL_TARGETS in cmake (see llvm-cs.pcc.me.uk) shows the on by default targets, so adding the difference to LLVM_EXPERIMENTAL_TARGETS_TO_BUILD will likely give you all targets.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69997





More information about the llvm-commits mailing list