Skip to content

Commit dbd39a1

Browse files
committed
don't add -linux
1 parent f19ca9c commit dbd39a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/DebugInfo/X86/convert-loclist.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
; RUN: llc -mtriple=x86_64-linux -filetype=obj < %s \
1+
; RUN: llc -mtriple=x86_64 -filetype=obj < %s \
22
; RUN: | llvm-dwarfdump -debug-info -debug-loclists - | FileCheck %s
3-
; RUN: llc -mtriple=x86_64-linux -split-dwarf-file=foo.dwo -filetype=obj -dwarf-op-convert=Enable < %s \
3+
; RUN: llc -mtriple=x86_64 -split-dwarf-file=foo.dwo -filetype=obj -dwarf-op-convert=Enable < %s \
44
; RUN: | llvm-dwarfdump -debug-info -debug-loclists - | FileCheck --check-prefix=SPLIT --check-prefix=CHECK %s
5-
; RUN: llc -mtriple=x86_64-linux -split-dwarf-file=foo.dwo -filetype=asm -dwarf-op-convert=Enable < %s \
5+
; RUN: llc -mtriple=x86_64 -split-dwarf-file=foo.dwo -filetype=asm -dwarf-op-convert=Enable < %s \
66
; RUN: | FileCheck --check-prefix=ASM %s
77

88
; RUN: llc -mtriple=x86_64-mingw -filetype=obj < %s \

0 commit comments

Comments
 (0)