In D65848 the function getFuncNameInModule was refactored to no longer use module.
This diff removes the parameter and rename the function name to avoid confusion.
Details
Details
- Reviewers
wenlei wmi davidxl - Commits
- rG44e5aaf91175: Remove an unused Module param
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for cleanup. I think we could use getFuncName to be concise and still differentiate from getName which may return MD5.