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 135ed70 commit 878c08bCopy full SHA for 878c08b
lldb/test/Shell/SymbolFile/DWARF/x86/dwo-type-in-main-file.s
@@ -3,9 +3,9 @@
3
# file.
4
5
# RUN: mkdir -p %t.dir
6
-# RUN: llvm-mc %s -o %t --triple=x86_64-pc-linux --filetype=obj --defsym MAIN=0
+# RUN: llvm-mc %s -o %t.dir/obj.o --triple=x86_64-pc-linux --filetype=obj --defsym MAIN=0
7
# RUN: llvm-mc %s -o %t.dir/dwo-type-in-main-file-cu2.dwo --triple=x86_64-pc-linux --filetype=obj --defsym DWO=0
8
-# RUN: %lldb %t -o "target var a" -b 2>&1 | FileCheck %s
+# RUN: %lldb %t.dir/obj.o -o "target var a" -b 2>&1 | FileCheck %s
9
10
# CHECK: (A) a = (b = 47)
11
0 commit comments