diff options
author | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2008-02-26 21:41:45 +0000 |
---|---|---|
committer | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2008-02-26 21:41:45 +0000 |
commit | 813733577d33ec56479667b49e1bff42dc6bba90 (patch) | |
tree | 121170a321a1591e3fb5288191182cac90bb66d4 /CodeGen/CodeGenModule.cpp | |
parent | d87a321a3c3902f7acfc6539b8946a00da6e45cc (diff) |
Implement codegen for the following static var init.
void g() {
static char a[10];
static char *b = a;
}
Now we can compile wget!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions