Skip to content

Commit 189e367

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.6
1 parent 94f290f commit 189e367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/SpecialCaseList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ SpecialCaseList::addSection(StringRef SectionStr, unsigned FileNo,
150150

151151
bool SpecialCaseList::parse(unsigned FileIdx, const MemoryBuffer *MB,
152152
std::string &Error) {
153-
unsigned long long Version = std::numeric_limits<unsigned long long>::max();
153+
unsigned long long Version = 2;
154154

155155
StringRef Header = MB->getBuffer();
156156
if (Header.consume_front("#!special-case-list-v"))

0 commit comments

Comments
 (0)