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

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 07:34:37 PST 2018


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


More information about the llvm-commits mailing list