clang-cl: Support building DLLs (PR17083)
This adds driver support for building DLLs (the /LD and /LDd flags). It basically does two things: runtime selection and passing -dll and -implib to the linker. llvm-svn: 190428
Loading
Please register or sign in to comment