summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/cfstring-windows.c
Commit message (Collapse)AuthorAgeFilesLines
* CodeGen: tweak CFString emission for COFF targetsSaleem Abdulrasool2016-06-011-0/+40
The `isa' member was previously not given the correct DLL Storage. Ensure that we give the `isa' constant `__CFConstantStringClassReference' the correct DLL storage. Default to dllimport unless an explicit specification gives it a dllexport storage. llvm-svn: 271361
OpenPOWER on IntegriCloud