aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorKazushi (Jam) Marukawa <marukawa@nec.com>2021-01-30 12:34:06 +0900
committerKazushi (Jam) Marukawa <marukawa@nec.com>2021-02-01 19:00:47 +0900
commit4648098f97fa2a7c08c04632c70cf29293528812 (patch)
treea0a4f4c63bdc1226ae62b5620e813889845fad65 /clang/lib/Frontend/CompilerInvocation.cpp
parenta9583a19237e66fa56fcd979511ac14232e9a3c3 (diff)
downloadllvm-4648098f97fa2a7c08c04632c70cf29293528812.zip
llvm-4648098f97fa2a7c08c04632c70cf29293528812.tar.gz
llvm-4648098f97fa2a7c08c04632c70cf29293528812.tar.bz2
[VE] Change inetger constants 32-bit friendly
Correct integer constants like `1UL << 63` to `UINT64_C(1) << 63` in order to make them work on 32-bit machines. Tested on both an i386 and x86_64 machines. Reviewed By: mgorny Differential Revision: https://reviews.llvm.org/D95724
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions