]> granicus.if.org Git - clang/commit
Revert "[CodeGen] Fix crash with duplicated mangled name."
authorRenato Golin <renato.golin@linaro.org>
Wed, 15 Apr 2015 08:44:40 +0000 (08:44 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 15 Apr 2015 08:44:40 +0000 (08:44 +0000)
commit90ae040cdfc037bb3fb64ac836f35948a1ceacca
treeea3c499f3bc1ba89e5be7949a7a9a92014468d78
parente927484cd3bd34232b551b11991f561bd6b8df13
Revert "[CodeGen] Fix crash with duplicated mangled name."

This reverts commit r234767, as it was breaking all ARM buildbots for two days and the
assert is not in the code, making it difficult to spot the error, which would keep the
bots red for a few more days. New errors were silently introduced because of this bug,
and we don't want this to escalate.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234983 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGenCXX/duplicate-mangled-name2.cpp [deleted file]
test/CodeGenCXX/duplicate-mangled-name3.cpp [deleted file]