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 8bd06d5 commit 197f305Copy full SHA for 197f305
llvm/test/DebugInfo/X86/debug-names-types.ll
@@ -5,7 +5,7 @@
5
; RUN: llc -mtriple=x86_64 -generate-type-units -dwarf-version=5 -filetype=obj %s -o %t
6
; RUN: llvm-dwarfdump -debug-info -debug-names %t | FileCheck %s
7
8
-; RUN: llc -mtriple=x86_64 -generate-type-units -dwarf-version=5 -filetype=obj -split-dwarf-file=mainTypes.dwo --split-dwarf-output=mainTypes.dwo %s -o %t
+; RUN: llc -mtriple=x86_64 -generate-type-units -dwarf-version=5 -filetype=obj -split-dwarf-file=%t.mainTypes.dwo --split-dwarf-output=%t.mainTypes.dwo %s -o %t
9
; RUN: llvm-readelf --sections %t | FileCheck %s --check-prefixes=CHECK-SPLIT
10
11
; CHECK-SPLIT-NOT: .debug_names
0 commit comments