[llvm-branch-commits] [llvm] ce4413e - Moved dwarf_eh_resume.ll from Generic to X86 folder

Evgeniy Brevnov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Dec 24 05:14:03 PST 2020


Author: Evgeniy Brevnov
Date: 2020-12-24T20:08:50+07:00
New Revision: ce4413e48941eeb85769e35b1a31112f39d9cc4c

URL: https://github.com/llvm/llvm-project/commit/ce4413e48941eeb85769e35b1a31112f39d9cc4c
DIFF: https://github.com/llvm/llvm-project/commit/ce4413e48941eeb85769e35b1a31112f39d9cc4c.diff

LOG: 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

Added: 
    llvm/test/CodeGen/X86/dwarf_eh_resume.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/Generic/dwarf_eh_resume.ll


################################################################################
diff  --git a/llvm/test/CodeGen/Generic/dwarf_eh_resume.ll b/llvm/test/CodeGen/X86/dwarf_eh_resume.ll
similarity index 88%
rename from llvm/test/CodeGen/Generic/dwarf_eh_resume.ll
rename to llvm/test/CodeGen/X86/dwarf_eh_resume.ll
index b7bc17c46963..f44f0bc1e503 100644
--- 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(...)
 


        


More information about the llvm-branch-commits mailing list