[PATCH] D49043: [llvm-objdump] Add -demangle (-C) option

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 04:59:36 PDT 2018


jhenderson added a comment.

In https://reviews.llvm.org/D49043#1161224, @paulsemel wrote:

> The buildbots were not passing. Again it seemed to be because of the disassembling option on other architectures (arm etc..).
>  If someone have any insight about what to do to test this disassembling option, I'll be glad :)


Is the problem as simple as adding a "REQUIRES: x86" to the test? Do the arm build bots etc have x86 target support?


Repository:
  rL LLVM

https://reviews.llvm.org/D49043





More information about the llvm-commits mailing list