Open
Albocoder
opened this issue 2 years ago
•
0 comments
Clang built with O0 patch (link) doesn't build the KINT, throwing some errors mainly due to StringRef->std::string conversion. To solve it one must add .str(). This patch makes it compile properly.