Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SPV: Change the key of extBuiltinMap to std::string
Using const char* is not a good choice. We assume strings are always from spv::E_SPV_XXX definitions. However, it is not the case. We can store the name strings of extended intruction set in local variables.
- Loading branch information