summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/vtable-key-function-win-comdat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* In case of an existing GlobalVariable, the comdat is created using the name ↵Yaron Keren2015-07-291-0/+25
of the new GV (usually NAME.1) instead of the correct NAME of the old GV. Moving comdat creation after GV replacement solves this. Patch + testcase. Reviewed by Reid Kleckner. http://reviews.llvm.org/D11594 llvm-svn: 243525
OpenPOWER on IntegriCloud