Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NvlinkWrapper] Fix
-pluing
not consuming its argument
Summary: Sometimes `clang` will pass `-plugin` when doing LTO, which should be correctly consumed by the nvlink wrapper. Right now it was leaving the `plugin.so` argument as a regular input, which would cause it to error on the `.so` input.
- Loading branch information