forked from OSchip/llvm-project
Moved dwarf_eh_resume.ll from Generic to X86 folder
Make test case x86 specific. Reviewed By: xbolva00 Differential Revision: https://reviews.llvm.org/D93803
This commit is contained in:
parent
ef2f843347
commit
ce4413e489
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc %s -stop-after=irtranslator -o - | FileCheck %s
|
||||
; RUN: opt -mtriple=x86_64-linux-gnu -dwarfehprepare -S %s | FileCheck %s
|
||||
|
||||
declare i32 @hoge(...)
|
||||
|
Loading…
Reference in New Issue