Skip to content

Commit d29eac0

Browse files
committed
missed one container
1 parent 8bff29d commit d29eac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/include/PerThreadTable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ template <typename ContainerType, typename ObjectType> struct PerThreadTable {
107107
};
108108

109109
std::mutex Mutex;
110-
std::list<std::shared_ptr<PerThreadData>> ThreadDataList;
110+
llvm::SmallVector<std::shared_ptr<PerThreadData>> ThreadDataList;
111111

112112
// define default constructors, disable copy and move constructors
113113
PerThreadTable() = default;

0 commit comments

Comments
 (0)