Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
This breaks check-clang: http://45.33.8.238/linux/93300/step_7.txt
Please take a look and revert for now if it takes a while to fix.
Comment Actions
This ended up being a local config thing that I fixed in af95441ba7f3ca61c925409e58ee7e5486d84033
Comment Actions
…but even after that, things are still broken on macOS: http://45.33.8.238/macm1/50243/step_7.txt
ar: no archive members specified usage: ar -d [-TLsv] archive file ... ar -m [-TLsv] archive file ... ar -m [-abiTLsv] position archive file ... ar -p [-TLsv] archive [file ...] ar -q [-cTLsv] archive file ... ar -r [-cuTLsv] archive file ... ar -r [-abciuTLsv] position archive file ... ar -t [-TLsv] archive [file ...] ar -x [-ouTLsv] archive [file ...]
clang/test/Driver/hip-link-bc-to-bc.hip | ||
---|---|---|
22 | probably we should use llvm-ar instead of ar |
Comment Actions
@thakis thanks for reverting that, sorry I didn't see your request sooner!
I've switched the patch to use "llvm-ar" instead of "ar", which should solve the issues
probably we should use llvm-ar instead of ar