[PATCH] D93803: Moved dwarf_eh_resume.ll from Generic to X86 folder
Evgeniy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 24 04:58:25 PST 2020
ebrevnov created this revision.
Herald added a subscriber: pengfei.
ebrevnov requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Make test case x86 specific.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93803
Files:
llvm/test/CodeGen/Generic/dwarf_eh_resume.ll
llvm/test/CodeGen/X86/dwarf_eh_resume.ll
Index: llvm/test/CodeGen/X86/dwarf_eh_resume.ll
===================================================================
--- llvm/test/CodeGen/X86/dwarf_eh_resume.ll
+++ 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(...)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93803.313687.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201224/a3db22f5/attachment.bin>
More information about the llvm-commits
mailing list