mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
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
4c69b4d32f
commit
1cf11e9eff
@ -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…
x
Reference in New Issue
Block a user