1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/tools/llvm-profdata
Nathan Slingerland 7993025023 [llvm-profdata] Use SmallSet rather that std::set for keeping track of profdata merge errors
Missed bit of feedback from D14720.

Use SmallSet<std::error_code> rather than std::set<...> in order to be more efficient.

llvm-svn: 253474
2015-11-18 17:10:24 +00:00
..
CMakeLists.txt
llvm-profdata.cpp [llvm-profdata] Use SmallSet rather that std::set for keeping track of profdata merge errors 2015-11-18 17:10:24 +00:00
LLVMBuild.txt
Makefile