[llvm] cd9142e - DebugInfo: Generalize test/DebugInfo/X86/convert-linked.ll to run with different architectures

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 18:02:39 PST 2020


Author: David Blaikie
Date: 2020-02-04T18:02:03-08:00
New Revision: cd9142ed8a46e3ffa199176a5f447fc1a4e1c4d1

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

LOG: DebugInfo: Generalize test/DebugInfo/X86/convert-linked.ll to run with different architectures

Added: 
    

Modified: 
    llvm/test/DebugInfo/X86/convert-linked.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/X86/convert-linked.ll b/llvm/test/DebugInfo/X86/convert-linked.ll
index 8d277d8649e1..1f27d3f74053 100644
--- a/llvm/test/DebugInfo/X86/convert-linked.ll
+++ b/llvm/test/DebugInfo/X86/convert-linked.ll
@@ -1,4 +1,4 @@
-; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump - | FileCheck %s
+; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump - | FileCheck %s
 
 ; CHECK: DW_TAG_compile_unit
 ; CHECK: [[CU0BT0:0x[0-9a-f]+]]: DW_TAG_base_type
@@ -16,11 +16,6 @@
 ; CHECK: DW_TAG_variable
 ; CHECK: DW_OP_convert ([[CU1BT0]]) "DW_ATE_signed_8", DW_OP_convert ([[CU1BT1]]) "DW_ATE_signed_16"
 
-; ModuleID = 'llvm-link'
-source_filename = "llvm-link"
-target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-unknown-linux-gnu"
-
 define dso_local signext i8 @foo(i8 signext %x) !dbg !9 {
 entry:
   call void @llvm.dbg.value(metadata i8 %x, metadata !13, metadata !DIExpression()), !dbg !14


        


More information about the llvm-commits mailing list