[Lldb-commits] [lldb] c5ff3df - [lldb] Hardcode target in dwo-type-in-main-file.s test
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 16 05:25:28 PDT 2020
Author: Pavel Labath
Date: 2020-03-16T13:25:10+01:00
New Revision: c5ff3df839321847ab7558ffb292f725d0356dfe
URL: https://github.com/llvm/llvm-project/commit/c5ff3df839321847ab7558ffb292f725d0356dfe
DIFF: https://github.com/llvm/llvm-project/commit/c5ff3df839321847ab7558ffb292f725d0356dfe.diff
LOG: [lldb] Hardcode target in dwo-type-in-main-file.s test
Added:
Modified:
lldb/test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s b/lldb/test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s
index 26d8b56ccf06..3b6d52c9042a 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s
+++ b/lldb/test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s
@@ -2,8 +2,10 @@
# type, but that type is defined in another compile unit in the main object
# file.
-# RUN: llvm-mc %s -o %t --filetype=obj --defsym MAIN=0
-# RUN: llvm-mc %s -o %T/dwo-type-in-main-file-cu2.dwo --filetype=obj --defsym DWO=0
+# REQUIRES: x86
+
+# RUN: llvm-mc %s -o %t --triple=x86_64-pc-linux --filetype=obj --defsym MAIN=0
+# RUN: llvm-mc %s -o %T/dwo-type-in-main-file-cu2.dwo --triple=x86_64-pc-linux --filetype=obj --defsym DWO=0
# RUN: cd %T
# RUN: %lldb %t -o "target var a" -b 2>&1 | FileCheck %s
More information about the lldb-commits
mailing list