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 8ce4a8f commit f83d66cCopy full SHA for f83d66c
llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
@@ -1,7 +1,7 @@
1
;; This test checks whether DW_AT_data_location attribute
2
;; accepts DIExpression.
3
4
-; RUN: llc mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o
5
; RUN: llvm-dwarfdump %t.o | FileCheck %s
6
7
;; Test whether DW_AT_data_location is generated.
0 commit comments