Common: Add LLVM SmallVector

This commit is contained in:
Stenzek
2023-12-08 16:35:55 +10:00
parent 6b00bf016d
commit fdd3edf73a
7 changed files with 1833 additions and 1 deletions

View File

@@ -49,6 +49,8 @@ add_library(common
small_string.h
string_util.cpp
string_util.h
thirdparty/SmallVector.cpp
thirdparty/SmallVector.h
threading.cpp
threading.h
timer.cpp