diff --git a/llvm/test/CodeGen/Generic/dwarf_eh_resume.ll b/llvm/test/CodeGen/X86/dwarf_eh_resume.ll rename from llvm/test/CodeGen/Generic/dwarf_eh_resume.ll rename to llvm/test/CodeGen/X86/dwarf_eh_resume.ll --- a/llvm/test/CodeGen/Generic/dwarf_eh_resume.ll +++ b/llvm/test/CodeGen/X86/dwarf_eh_resume.ll @@ -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(...)