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 5427973 commit cec4f42Copy full SHA for cec4f42
llvm/test/tools/llvm-symbolizer/use-debug-info-line-info.s
@@ -44,7 +44,7 @@
44
# !14 = !DILocation(line: 7, column: 1, scope: !5)
45
46
47
-# RUN: llvm-mc -filetype=obj %s -o %t
+# RUN: llvm-mc --filetype=obj --triple x86_64-pc-linux %s -o %t
48
# RUN: llvm-symbolizer --obj=%t 0xd | FileCheck %s
49
# RUN: llvm-symbolizer --inlining=false --obj=%t 0xd | FileCheck %s
50
# CHECK: foo
0 commit comments