Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't separate files/opt when using msvc assembler
The MSVC assemblers don't support using `--` to mark the end of the options and the start of the "verbatim" file list. When the compiler family is MSVC with clang-cl, the assembler used will be the standard MSVC assembler.
- Loading branch information