Use the correct alignment for uuid descriptors
authorDavid Majnemer <david.majnemer@gmail.com>
Sun, 27 Mar 2016 04:46:14 +0000 (04:46 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sun, 27 Mar 2016 04:46:14 +0000 (04:46 +0000)
commit65687600908a23fc510600d6bec06238fd2cc9d5
treef616a8328447cc4cd5fdc772c044f5dedfd703dc
parent1dbc7a7a5a4836f84d7304762ba93da34a339c52
Use the correct alignment for uuid descriptors

The _GUID_ descriptors emitted by MSVC have alignment 8 for 64-bit
builds: we should do the same if the linker picks the "wrong" COMDAT.

llvm-svn: 264530
clang/lib/CodeGen/CodeGenModule.cpp
clang/test/CodeGenCXX/microsoft-uuidof.cpp