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 ab699d7 commit a2545c3Copy full SHA for a2545c3
llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
@@ -1,7 +1,7 @@
1
;; This test checks whether DWARF operator DW_OP_push_object_address
2
;; is accepted and processed.
3
4
-; RUN: %llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s
5
6
;; Test whether DW_OP_push_object_address is accepted.
7
0 commit comments