aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/global-init.c
AgeCommit message (Expand)Author
2009-08-10these tests include section specifiers that aren't valid on the Chris Lattner
2009-08-05weak globals that are const should get weak_odr linkage.Chris Lattner
2009-08-05rdar://7119244 - globals with an explicit section specified don't getChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-03If a global var decl has an initializer, make sure to always set its linkage ...Anders Carlsson