Skip to content

Commit a2f079e

Browse files
kripkentlively
andauthored
Update src/passes/StringLifting.cpp
Co-authored-by: Thomas Lively <tlively123@gmail.com>
1 parent a244003 commit a2f079e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/passes/StringLifting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ struct StringLifting : public Pass {
9595
}
9696
auto item = array[index];
9797
if (!item->isString()) {
98-
Fatal() << "StringLifting: bad string.const section (!string)";
98+
Fatal() << "StringLifting: string.const section entry is not a string";
9999
}
100100
importedStrings[global->name] = item->getIString();
101101
}

0 commit comments

Comments
 (0)