[PATCH] D103154: [lit][test] Improve testing of use_llvm_tool

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 18:53:15 PDT 2021


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

I just understand what D102630 <https://reviews.llvm.org/D102630> and this do. Now `rm $build/bin/ld.lld; llvm-lit something.s` will not pick a `ld.lld` from PATH. Looks great!

  curl -L 'https://reviews.llvm.org/D103154?download=1' | patch -p1
  ninja check-lit

says use-llvm-tool.py fails.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103154/new/

https://reviews.llvm.org/D103154



More information about the llvm-commits mailing list