Skip to content

Commit a2545c3

Browse files
committed
[NFCI] Removed '%' from llc in test case in ab699d7
1 parent ab699d7 commit a2545c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; This test checks whether DWARF operator DW_OP_push_object_address
22
;; is accepted and processed.
33

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

66
;; Test whether DW_OP_push_object_address is accepted.
77

0 commit comments

Comments
 (0)