Skip to content

Commit 407fd29

Browse files
Add a target triple to dwarf-5.ll
(cherry picked from commit 32757fa)
1 parent 132629b commit 407fd29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

llvm/test/CAS/dwarf-5.ll

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
; RUN: rm -rf %t && mkdir -p %t
22
; RUN: llc --filetype=obj --mccas-verify --cas-backend --cas=%t/cas %s -o %t/dwarf-5.o
3-
; RUN: dwarfdump %t/dwarf-5.o | FileCheck %s
3+
; RUN: llvm-dwarfdump %t/dwarf-5.o | FileCheck %s
44
; CHECK: .debug_info contents:
55
; CHECK-NEXT: 0x{{[0-9a-f]+}}: Compile Unit: length = 0x{{[0-9a-f]+}}, format = DWARF32, version = 0x0005
66

7+
source_filename = "/Users/shubham/Development/Delta/alternate/CommandLine.cpp"
8+
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
9+
target triple = "arm64-apple-macosx14.0.0"
10+
711
%"class.llvm::StringRef" = type { ptr, i64 }
812
%"class.llvm::function_ref" = type { ptr, i64 }
913
%"class.llvm::function_ref.1" = type { ptr, i64 }

0 commit comments

Comments
 (0)