[llvm] r321692 - Thread MCSubtargetInfo through Target::createMCAsmBackend

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 01:33:41 PST 2018


On 3 January 2018 at 09:14, Daniel Jasper via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Hi Alex,
>
> I see you already fixed cc1as. Can you also fix the WebAssembly backend? The
> call is in:
> lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp:119

Thanks for letting me know - fixed in r321696. I've added WebAssembly
to my standard local build config now, so should spot failures
locally.

Perhaps you could look in to adding a WebAssembly buildbot to the
staging buildmaster, much like we have for AVR and recently RISC-V?
<http://llvm.org/docs/HowToAddABuilder.html>.

Best,

Alex


More information about the llvm-commits mailing list