llvm-project/llvm/tools/llvm-lto
Jan Svoboda 5f4ae56457 [llvm] Remove uses of `std::vector<bool>`
LLVM Programmer’s Manual strongly discourages the use of `std::vector<bool>` and suggests `llvm::BitVector` as a possible replacement.

This patch does just that for llvm.

Reviewed By: dexonsmith

Differential Revision: https://reviews.llvm.org/D117121
2022-01-18 18:20:45 +01:00
..
CMakeLists.txt Fix bot failure by adding needed dependence 2021-09-24 12:43:10 -07:00
llvm-lto.cpp [llvm] Remove uses of `std::vector<bool>` 2022-01-18 18:20:45 +01:00