We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132629b commit 407fd29Copy full SHA for 407fd29
llvm/test/CAS/dwarf-5.ll
@@ -1,9 +1,13 @@
1
; RUN: rm -rf %t && mkdir -p %t
2
; 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
+; RUN: llvm-dwarfdump %t/dwarf-5.o | FileCheck %s
4
; CHECK: .debug_info contents:
5
; CHECK-NEXT: 0x{{[0-9a-f]+}}: Compile Unit: length = 0x{{[0-9a-f]+}}, format = DWARF32, version = 0x0005
6
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
+
11
%"class.llvm::StringRef" = type { ptr, i64 }
12
%"class.llvm::function_ref" = type { ptr, i64 }
13
%"class.llvm::function_ref.1" = type { ptr, i64 }
0 commit comments