mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 07:16:08 +00:00

This patch fixes an issue where we weren't looking for exact matches in the expression parser and also fixed the type lookup logic in the Module.cpp. Tests added to make sure we don't regress. Differential Revision: https://reviews.llvm.org/D46128 llvm-svn: 331227