Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I just understand what 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.
Comment Actions
I stuffed up the diff somehow. The changes in config.py should be part of D103156, not here. I suspect that's what's breaking the test. Will investigate and fix.
Comment Actions
Remove unrelated changes.
I'm still investigating the cause of the test failure - it doesn't fail for me locally on my windows machine.
Comment Actions
The latest pre-merge test hasn't failed with this test as a failure, and the test passes on my Linux machine. I'm going to assume that the failure was just due to the broken diff and commit this as-is.