Files
clang-p2996/clang/test/CodeGen/weak-global.c
Eli Friedman d72a9624a1 Tentative declarations are supposed to have common linkage, not weak.
This change makes clang generate the same thing as llvm-gcc.

llvm-svn: 51674
2008-05-29 11:03:17 +00:00

4 lines
52 B
C

// RUN: clang -emit-llvm < %s | grep common
int i;