[PATCH] D93803: Moved dwarf_eh_resume.ll from Generic to X86 folder

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 24 05:09:04 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGce4413e48941: Moved dwarf_eh_resume.ll from Generic to X86 folder (authored by Evgeniy Brevnov <ybrevnov at azul.com>).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93803/new/

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.313689.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201224/c551a602/attachment.bin>


More information about the llvm-commits mailing list