1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/include
Duncan P. N. Exon Smith 9a22e0f76e ModuleSummaryIndex: Avoid enum bitfields for MSVC portability
Enum bitfields have crazy portability issues with MSVC.  Use unsigned
instead of LinkageTypes here in the ModuleSummaryIndex to address
Takumi's concerns from r267335.

llvm-svn: 267342
2016-04-24 14:25:37 +00:00
..
llvm ModuleSummaryIndex: Avoid enum bitfields for MSVC portability 2016-04-24 14:25:37 +00:00
llvm-c Style fix in Core.h / Core.cpp. NFC 2016-04-23 00:12:45 +00:00