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

Dave Bozier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 06:55:00 PST 2019


davidb added a comment.

In D69997#1751678 <https://reviews.llvm.org/D69997#1751678>, @thakis wrote:

> 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.


Thanks, that's what I've just done. Seemingly just ARC and AVR that are experimental.

I have fixed the tests here D70438 <https://reviews.llvm.org/D70438>.


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