Without this option, the -run-llc mode does not work with shared objects at
[oota-llvm.git] / test / CBackend / 2003-06-28-LinkOnceGlobalVars.llx
1 ; RUN: llvm-as < %s | llvm-dis -c | grep common | grep X
2
3 %X = linkonce global int 5
4