diff options
Diffstat (limited to 'test/CBackend/2003-06-28-LinkOnceGlobalVars.llx')
-rw-r--r-- | test/CBackend/2003-06-28-LinkOnceGlobalVars.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CBackend/2003-06-28-LinkOnceGlobalVars.llx b/test/CBackend/2003-06-28-LinkOnceGlobalVars.llx index 2281ffa..acb3c22 100644 --- a/test/CBackend/2003-06-28-LinkOnceGlobalVars.llx +++ b/test/CBackend/2003-06-28-LinkOnceGlobalVars.llx @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llvm-dis -c | grep common | grep X +; RUN: llvm-as < %s | llc -march=c | grep common | grep X %X = linkonce global int 5 |