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

Paul Semel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 05:52:20 PDT 2018


paulsemel added a comment.

In https://reviews.llvm.org/D49043#1161402, @jhenderson wrote:

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


I feel terrible, I don't know the REQUIRES thing... where should I put this ? :)


Repository:
  rL LLVM

https://reviews.llvm.org/D49043





More information about the llvm-commits mailing list