Treat dllimport globals without explicit storage class as extern
dllimport implies a definition which means the 'extern' keyword is optional when declaring imported variables. llvm-svn: 204576
Loading
Please register or sign in to comment
dllimport implies a definition which means the 'extern' keyword is optional when declaring imported variables. llvm-svn: 204576