Skip to content

Commit 12edd4b

Browse files
committed
Fix arm bot failure after f91d18e
llc doesn't seem to automatically pick default `--triple`. using `%llc_dwarf` should fix this. Builder: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/20310 Error log: bin/llc: error: : error: unable to get target for 'x86_64-unknown-linux-gnu', see --version and --triple.
1 parent f91d18e commit 12edd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/distringtype.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; !DIStringType(name: "character(*)", stringLength: !{{[0-9]+}},
66
;; stringLengthExpression: !DIExpression(), size: 32)
77

8-
; RUN: llc -filetype=obj %s -o - | llvm-dwarfdump - | FileCheck %s
8+
; RUN: %llc_dwarf -filetype=obj %s -o - | llvm-dwarfdump - | FileCheck %s
99
; CHECK: DW_TAG_string_type
1010
; CHECK: DW_AT_name ("character(*)!2")
1111
; CHECK-NEXT: DW_AT_string_length

0 commit comments

Comments
 (0)