This adds support for resolving linker executable paths relatively
instead of requiring them to be names, or absolute paths. This is useful
if you're vendoring an in-tree linker, and do not want to potentially
invalidate shared remote caches by using local absolute paths in command
lines.
Details
Details
- Reviewers
kastiglione MaskRay theraven rnk
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
clang/test/Driver/fuse-ld.c | ||
---|---|---|
7 | This changes the working directory. It may be better moving cd tests to the bottom. |
This changes the working directory. It may be better moving cd tests to the bottom.