[PATCH] D46417: wasm: Add a flag to control merging data segments

Nick Fitzgerald via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 7 13:16:32 PDT 2018


fitzgen added a comment.

In https://reviews.llvm.org/D46417#1090261, @fitzgen wrote:

> In https://reviews.llvm.org/D46417#1088769, @sbc100 wrote:
>
> > FYI the tests are pretty simple.  They live in 'test/wasm' and can be run using llvm-lit.   The command I normally run is `ninja && ./bin/llvm-lit  ../llvm/tools/lld/test`
>
>
> It looks like these tests might require `llc`, `llvm-as`, etc, but I can't figure out how to enable building them. I get this when I run the tests:


Fixed by running `ninja check-lld` instead of `llvm-lit` directly. All the current tests are passing now.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46417





More information about the llvm-commits mailing list