f3b63c004a8101f8c70869c3f0df755bec8a3035
- As `long`/`ulong` on Windows has different bit sizes from Linux platforms, even compiled in 64-bit mode. Need to use portable data type `int64_t`/`uint64_t` as possible or use `long long` ones to match the prototype in LLVM IR. Change-Id: I62fe16a2e53aa0f2f2b4069b8a1596b8db7050c9
Popis
Nebyl uveden žádný popis
Jazyky
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Jiný
1.1%