- File cl.cmd, location: [llvm]/bin
clang.exe -target x86_64-w64-mingw32 %*
According to the official Microsoft documentation:
The %* batch parameter is a wildcard reference to all the arguments, not including %0, that are passed to the batch file.