mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 06:31:50 +08:00
Add RUN:
llvm-svn: 101913
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
; RUN: llc -asm-verbose -O0 -o %t < %s
|
||||
; grep DW_AT_APPLE_omit_frame_ptr %t
|
||||
; RUN: grep DW_AT_APPLE_omit_frame_ptr %t
|
||||
; RUN: llc -disable-fp-elim -asm-verbose -O0 -o %t < %s
|
||||
; grep -v DW_AT_APPLE_omit_frame_ptr %t
|
||||
; RUN: grep -v DW_AT_APPLE_omit_frame_ptr %t
|
||||
|
||||
|
||||
define i32 @foo() nounwind ssp {
|
||||
|
||||
Reference in New Issue
Block a user