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

A new call I added to linkInModule from llvm-link in r251866 was still passing in a boolean for an argument that was changed to an enum in r246561. I didn't catch this in my merge since the bool false matched the flag value it mapped to. llvm-svn: 251925