]> granicus.if.org Git - clang/commit
Update CodeGen to use DLL storage class for dllimport/dllexport
authorNico Rieck <nico.rieck@gmail.com>
Tue, 14 Jan 2014 15:23:53 +0000 (15:23 +0000)
committerNico Rieck <nico.rieck@gmail.com>
Tue, 14 Jan 2014 15:23:53 +0000 (15:23 +0000)
commitdfedf3016cb7eb55517ec879b7fc52f805b41e86
tree3dc9319ba669f236fe6c1088a625d1f3430cb73b
parent379c854bb3448942ef052ca8c19936c72fd61851
Update CodeGen to use DLL storage class for dllimport/dllexport

With the old linkage types removed, set the linkage to external for both
dllimport and dllexport to reflect what's currently supported.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199220 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/dllimport-dllexport.c