forked from OSchip/llvm-project
Add a test for r222029 that doesn't rely on the default target being a COFF platform.
llvm-svn: 222041
This commit is contained in:
parent
8c3d92e7e5
commit
2700d03da5
|
@ -1,7 +1,9 @@
|
|||
; RUN: llc -mtriple=i686-pc-mingw32 -filetype=asm -O0 < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=i686-pc-cygwin -filetype=asm -O0 < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=i686-w64-mingw32 -filetype=asm -O0 < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=i686-pc-mingw32 -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=i686-pc-cygwin -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=i686-w64-mingw32 -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s
|
||||
; CHECK: .section .debug_info
|
||||
; CHECK: .section .apple_names
|
||||
; CHECK: .section .apple_types
|
||||
|
||||
; RUN: llc -mtriple=i686-pc-win32 -filetype=asm -O0 < %s | FileCheck -check-prefix=WIN32 %s
|
||||
; WIN32: .section .debug$S,"rd"
|
||||
|
|
Loading…
Reference in New Issue