mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
37458f6693
str method of FPBits class is only used for pretty printing its objects in tests. It brings cpp::string dependency to FPBits class, which is not ideal for embedded use case. We move str method to a free function in test utils and remove this dependency of FPBits class. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D152607 |
||
---|---|---|
.. | ||
check_mpfr.cpp | ||
CMakeLists.txt | ||
mpfr_inc.h | ||
MPFRUtils.cpp | ||
MPFRUtils.h |