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:
Evgeniy Brevnov 2020-12-24 19:44:50 +07:00
parent ef2f843347
commit ce4413e489
1 changed files with 1 additions and 1 deletions

View File

@ -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(...)