Clang mangles half type as 'DF16_', which is not recognized by the Itanium demangler today.
This patch makes the demangler recognize it and map to "_Float16" string representation, which
is the spelling supported by clang FE for e.g. spir64 target.
Details
Details
- Reviewers
erik.pilkington rsmith
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Remove usage of std::string (also fixes debug build of the unittests/Demangle/ItaniumDemangleTest.cpp)