]> granicus.if.org Git - clang/commit
Implement codegen for init_priority attribute properly - make sure it
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 6 Nov 2012 22:44:45 +0000 (22:44 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 6 Nov 2012 22:44:45 +0000 (22:44 +0000)
commit4179ddd5752ec5a252ca1e1eb77a5c34b5835d3b
treefa0696c30f2a3e090dfbb9941e94dd58ad160c75
parente5b4666d9b86ea30b90b599691e75d380f84ddd6
Implement codegen for init_priority attribute properly - make sure it
works between the modules.
No functionality change on Darwin/Windows.
This fixes PR11480.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167496 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDeclCXX.cpp
lib/CodeGen/CodeGenModule.h
test/CodeGenCXX/init-priority-attr.cpp [new file with mode: 0644]