Skip to content

Commit f83d66c

Browse files
committed
Fixed bot failure after 4042ada
Added '-' in `mtriple` in test case There was a bot failure due to this: http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-debian/builds/6790
1 parent 8ce4a8f commit f83d66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; This test checks whether DW_AT_data_location attribute
22
;; accepts DIExpression.
33

4-
; RUN: llc mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o
4+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o
55
; RUN: llvm-dwarfdump %t.o | FileCheck %s
66

77
;; Test whether DW_AT_data_location is generated.

0 commit comments

Comments
 (0)