summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/ms-integer-static-data-members-exported.cpp
Commit message (Collapse)AuthorAgeFilesLines
* MS compatibility: always emit dllexported in-class initialized static data ↵Hans Wennborg2014-07-171-0/+22
members (PR20140) This makes us emit dllexported in-class initialized static data members (which are treated as definitions in MSVC), even when they're not referenced. It also makes their special linkage reflected in the GVA linkage instead of getting massaged in CodeGen. Differential Revision: http://reviews.llvm.org/D4563 llvm-svn: 213304
OpenPOWER on IntegriCloud