Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert that the llvm::Function is created with the same name as reque…
…sted (carbon-language#4306) This will catch some cases of bugs in the name mangling logic - if within a single file we incorrectly mangle two distinct entities to the same name, llvm::Function will assign a new name to the second copy showing one of the two entities should have a distinct name/is missing something in their mangling.
- Loading branch information