mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[WinEH] Removing seh-filter.ll until I can determine its validity
llvm-svn: 235566
This commit is contained in:
parent
1ed92e06d5
commit
3715b60690
@ -1,21 +0,0 @@
|
|||||||
; RUN: llc -O0 -mtriple=x86_64-windows-msvc < %s | FileCheck %s
|
|
||||||
|
|
||||||
declare void @g()
|
|
||||||
define void @f() {
|
|
||||||
invoke void @g() to label %return unwind label %lpad
|
|
||||||
|
|
||||||
return:
|
|
||||||
ret void
|
|
||||||
|
|
||||||
lpad:
|
|
||||||
%ehptrs = landingpad {i8*, i32} personality i8* bitcast (i32 (...)* @__C_specific_handler to i8*)
|
|
||||||
filter [0 x i8*] zeroinitializer
|
|
||||||
call void @__cxa_call_unexpected(i8* null)
|
|
||||||
unreachable
|
|
||||||
}
|
|
||||||
declare i32 @__C_specific_handler(...)
|
|
||||||
declare void @__cxa_call_unexpected(i8*)
|
|
||||||
|
|
||||||
; We don't emit entries for filters.
|
|
||||||
; CHECK: .seh_handlerdata
|
|
||||||
; CHECK: .long 0
|
|
Loading…
Reference in New Issue
Block a user