[all-commits] [llvm/llvm-project] 25e2e9: [ADT] Fix SmallVector unused template instantiatio...
Andrew Browne via All-commits
all-commits at lists.llvm.org
Thu Apr 30 16:24:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 25e2e92297e21bb4e0acab1b6bb5b2fdd5dc49ad
https://github.com/llvm/llvm-project/commit/25e2e92297e21bb4e0acab1b6bb5b2fdd5dc49ad
Author: Andrew Browne <browneee at google.com>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M llvm/lib/Support/SmallVector.cpp
Log Message:
-----------
[ADT] Fix SmallVector unused template instantiation on 32-bit systems.
Summary:
This was introduced in dda3c19a3618dce94 aka D77621.
The unused template instantiation causes a warning on 32 bit systems
about truncating a uint64_t to 32-bit size_t.
Reviewed By: dblaikie, smeenai
Differential Revision: https://reviews.llvm.org/D79214
More information about the All-commits
mailing list