Is there any c++ stl implement in llvm module

Viewed 11

I'd like to know is there any way to use c++ stl in llvm module. just like I can create a vector/map/set... variable in llvm module, and do add, delete, modify and query using IRBuiler apis to build an IR code segment. For data structures like DenseMap provided by llvm, they seems just an implement that can be used in c/c++ but can not be used in llvm module. Is there any way to do this?

0 Answers
Related