forked from OSchip/llvm-project
22d41ba024
off_t apparently is just "long" on Win64, which is 32-bits, and therefore not long enough to compare with UINT32_MAX. Use auto to follow the surrounding code. uint64_t would also be fine. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FileWriter.cpp | ||
FunctionInfo.cpp | ||
GsymCreator.cpp | ||
GsymReader.cpp | ||
Header.cpp | ||
InlineInfo.cpp | ||
LLVMBuild.txt | ||
LineTable.cpp | ||
Range.cpp |