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 2f20417 commit c5ff3dfCopy full SHA for c5ff3df
lldb/test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s
@@ -2,8 +2,10 @@
2
# type, but that type is defined in another compile unit in the main object
3
# file.
4
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
+# REQUIRES: x86
+
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
9
# RUN: cd %T
10
# RUN: %lldb %t -o "target var a" -b 2>&1 | FileCheck %s
11
0 commit comments