mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[upstream_utils] Upgrade to LLVM 20.1.7 (#8033)
Also removes xxhash, Hashing, and MapVector to reduce the size of the patches and to speed up compile times by a smidge.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
using namespace wpi;
|
||||
|
||||
int CountCopyAndMove::DefaultConstructions = 0;
|
||||
int CountCopyAndMove::ValueConstructions = 0;
|
||||
int CountCopyAndMove::CopyConstructions = 0;
|
||||
int CountCopyAndMove::CopyAssignments = 0;
|
||||
int CountCopyAndMove::MoveConstructions = 0;
|
||||
|
||||
Reference in New Issue
Block a user