[llvm] r326795 - [Asm] Add debug printing for assembler macros

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 08:55:01 PST 2018


I've committed r326810, and actually done a shared library build to check it this time rather than assuming I know what the problem is.

Oliver

> -----Original Message-----
> From: Alex Bradbury [mailto:asb at lowrisc.org]
> Sent: 06 March 2018 16:32
> To: Oliver Stannard
> Cc: Eric Liu via llvm-commits
> Subject: Re: [llvm] r326795 - [Asm] Add debug printing for assembler
> macros
>
> I'm still getting the same failure on those two buildbots, and my
> local -DBUILD_SHARED_LIBS build
> http://lab.llvm.org:8014/builders/llvm-riscv-
> linux/builds/1910/steps/compile/logs/stdio
>
> Best,
>
> Alex
>
> On 6 March 2018 at 15:36, Oliver Stannard via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
> > Should be fixed by r326804.
> >
> > I agree that a standard builder testing the shared libraries
> configuration would be useful, I've been caught out by this a few times
> before.
> >
> > Oliver
> >
> >> -----Original Message-----
> >> From: Alex Bradbury [mailto:asb at lowrisc.org]
> >> Sent: 06 March 2018 15:35
> >> To: Oliver Stannard
> >> Cc: Eric Liu via llvm-commits
> >> Subject: Re: [llvm] r326795 - [Asm] Add debug printing for assembler
> >> macros
> >>
> >> On 6 March 2018 at 15:28, Oliver Stannard via llvm-commits
> >> <llvm-commits at lists.llvm.org> wrote:
> >> > Ah, yep, I've added a dependency from MC to MCParser, which is the
> >> wrong way round. I think I should just be able to move the calls from
> >> MCContext to AsmParser to fix this.
> >> >
> >> > Thanks for letting me know, for some reason I didn't get any emails
> >> from those bots.
> >>
> >> The experimental builders (on http://lab.llvm.org:8014/ rather than
> >> http://lab.llvm.org:8011/) don't send out emails by design. Ideally
> >> they'd email the builder owner at least, but neither Dylan or I have
> >> got that to work. It looks like none of the standard builders use
> >> DBUILD_SHARED_LIBS=True. It would probably be nice to have a standard
> >> builder testing that configuration.
> >>
> >> Best,
> >>
> >> Alex
> > IMPORTANT NOTICE: The contents of this email and any attachments are
> confidential and may also be privileged. If you are not the intended
> recipient, please notify the sender immediately and do not disclose the
> contents to any other person, use it for any purpose, or store or copy
> the information in any medium. Thank you.
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


More information about the llvm-commits mailing list