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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 06:12:55 PDT 2018


jhenderson added a comment.

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

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


Take a look at the documentation for it here:
https://llvm.org/docs/TestingGuide.html#constraining-test-execution


Repository:
  rL LLVM

https://reviews.llvm.org/D49043





More information about the llvm-commits mailing list