mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix some more quoting issues in RUN lines, this time regarding unintended
variable expansions involving the $ character. This fixes 4 tests that were not running properly before. llvm-svn: 52183
This commit is contained in:
parent
e8fb62fb3c
commit
00a807266e
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -o - | grep \$7 | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -o - | grep \$6 | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -o - | grep {\$7} | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -o - | grep {\$6} | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -o - | grep 1024 | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -o - | grep jb | count 2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -o - | grep je | count 1
|
||||
|
@ -1,6 +1,6 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att | grep (\$bar) | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att | grep (\$qux) | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att | grep (\$hen) | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att | grep {(\$bar)} | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att | grep {(\$qux)} | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=att | grep {(\$hen)} | count 1
|
||||
; PR1339
|
||||
|
||||
@"$bar" = global i32 zeroinitializer
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -relocation-model=pic | grep '\$pb' | grep mov
|
||||
; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -relocation-model=pic | grep {\$pb} | grep mov
|
||||
;
|
||||
; Make sure the PIC label flags2-"L1$pb" is not moved up to the preheader.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep '\$132,' | count 2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep '\$2,' | count 2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep {\$132,} | count 2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep {\$2,} | count 2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shufps | count 4
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep pinsrw | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movhpd | count 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user