- Updated lit config for ld.lld command, for it to match "ld\.lld" instead of trying to match respective regex. (It was able to work with ld-lld and ld1lld as well)
- Fixed the lld test using ld-lld command
Details
Details
- Reviewers
rupprecht • espindola - Commits
- rGda063e64ebc9: Update lit config for ld.lld command to match "ld\.lld" instead of trying to…
rL357218: Update lit config for ld.lld command to match "ld\.lld" instead of trying to…
rG45bd9b2567db: Fixed the lld test using ld-lld command to use ld.lld instead.
rLLD357216: Fixed the lld test using ld-lld command to use ld.lld instead.
rL357216: Fixed the lld test using ld-lld command to use ld.lld instead.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Since this spans the llvm+lld repositories, I think you may need to do this as two separate commits. It would be good to commit the lld test first to avoid any breakage caused by the lit change.