Don't allow dllexport/import on static local variables
They might technically have external linkage, but it still doesn't make sense for the user to try and export such variables. This matches MSVC's and MinGW's behaviour. llvm-svn: 246864
Loading
Please register or sign in to comment