diff options
Diffstat (limited to 'llvm/test/CodeGen/SPARC')
-rw-r--r-- | llvm/test/CodeGen/SPARC/2009-08-28-PIC.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SPARC/2009-08-28-PIC.ll b/llvm/test/CodeGen/SPARC/2009-08-28-PIC.ll index b763daf480f..a2ba0d02d45 100644 --- a/llvm/test/CodeGen/SPARC/2009-08-28-PIC.ll +++ b/llvm/test/CodeGen/SPARC/2009-08-28-PIC.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=sparc --relocation-model=pic | grep _GLOBAL_OFFSET_TABLE_ +; RUN: llc -march=sparc --relocation-model=pic < %s | grep _GLOBAL_OFFSET_TABLE_ @foo = global i32 0 ; <i32*> [#uses=1] diff --git a/llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll b/llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll index 7fe81cc9b54..0167d3237aa 100644 --- a/llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll +++ b/llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=sparc | grep weak +; RUN: llc -march=sparc < %s | grep weak define weak i32 @func() nounwind { entry: |