Skip to content

Commit 163c1c2

Browse files
committed
Add a todo comment about using an unordered_map
1 parent 72f52d8 commit 163c1c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/tools/sycl-post-link/sycl-post-link.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
using namespace llvm;
5353

5454
using string_vector = std::vector<std::string>;
55+
// TODO: use unordered_map instead of map.
5556
using EntryPointsMap = std::map<StringRef, std::vector<const Function *>>;
5657

5758
namespace {

0 commit comments

Comments
 (0)