mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Add -disable-required-unwind-tables to tests
that need it (usually, grepping for some string found in unwind info) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49364 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 | grep xor | count 4
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -stats -info-output-file - | grep asm-printer | grep 12
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -stats -disable-required-unwind-tables -info-output-file - | grep asm-printer | grep 12
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep fldz
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep fldl
|
||||
|
||||
|
Reference in New Issue
Block a user