[PATCH] clang-cl: support building DLLs (PR17083)

Hans Wennborg hans at chromium.org
Mon Sep 9 17:44:28 PDT 2013


Hi rnk,

This patch adds support for building DLLs (the /LD and /LDd flags). It basically does two things: runtime selection and passing -dll and -implib to the linker.

http://llvm-reviews.chandlerc.com/D1632

Files:
  include/clang/Driver/CLCompatOptions.td
  include/clang/Driver/Types.def
  lib/Driver/Driver.cpp
  lib/Driver/Tools.cpp
  test/Driver/cl-link.c
  test/Driver/cl-outputs.c
  test/Driver/cl-runtime-flags.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1632.1.patch
Type: text/x-patch
Size: 12491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130909/636753de/attachment.bin>


More information about the cfe-commits mailing list