diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-24 14:25:37 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-24 14:25:37 +0000 |
commit | a425bbbfb871e44d515a59543eb5b226a689d20c (patch) | |
tree | 47c18ce811dec66c3895dfe108231d3e04af26b3 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | f265dae1a323383a9308d4602f4c255248d18ac2 (diff) | |
download | llvm-a425bbbfb871e44d515a59543eb5b226a689d20c.zip llvm-a425bbbfb871e44d515a59543eb5b226a689d20c.tar.gz llvm-a425bbbfb871e44d515a59543eb5b226a689d20c.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions