Skip to content

Commit c5ff3df

Browse files
committed
[lldb] Hardcode target in dwo-type-in-main-file.s test
1 parent 2f20417 commit c5ff3df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lldb/test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
# type, but that type is defined in another compile unit in the main object
33
# file.
44

5-
# RUN: llvm-mc %s -o %t --filetype=obj --defsym MAIN=0
6-
# RUN: llvm-mc %s -o %T/dwo-type-in-main-file-cu2.dwo --filetype=obj --defsym DWO=0
5+
# REQUIRES: x86
6+
7+
# RUN: llvm-mc %s -o %t --triple=x86_64-pc-linux --filetype=obj --defsym MAIN=0
8+
# RUN: llvm-mc %s -o %T/dwo-type-in-main-file-cu2.dwo --triple=x86_64-pc-linux --filetype=obj --defsym DWO=0
79
# RUN: cd %T
810
# RUN: %lldb %t -o "target var a" -b 2>&1 | FileCheck %s
911

0 commit comments

Comments
 (0)