diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-09-04 21:07:37 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-09-04 21:07:37 +0000 |
commit | b00f360e8fc5a6171c71861a2ffca29b0400a5c0 (patch) | |
tree | 90a9aee614f88d03b4ab291f0eec6d4e3b1bced5 /llvm/lib/CodeGen | |
parent | 2a749ee0b9ac2f70dd88429444aa9b3362adea75 (diff) | |
download | bcm5719-llvm-b00f360e8fc5a6171c71861a2ffca29b0400a5c0.tar.gz bcm5719-llvm-b00f360e8fc5a6171c71861a2ffca29b0400a5c0.zip |
Do not emit duplicate global initializers for template static data members inside namespaces
A quirk of AST representation leads to class template static data member
definitions being visited twice during Clang IRGen resulting in
duplicate (benign) initializers.
Discovered while investigating a possibly-related debug info bug tickled
by the duplicate emission of these members & their associated debug
info.
With thanks to Richard Smith for help investigating, understanding, and
helping with the fix.
llvm-svn: 189996
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions