[Lldb-commits] [PATCH] D97696: [lldb] Enable cross CU decl file test only for x64 Linux

Andy Yankovsky via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 1 08:51:43 PST 2021


werat created this revision.
werat added reviewers: jankratochvil, teemperor.
werat requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Fix tests after https://reviews.llvm.org/D96778


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97696

Files:
  lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s


Index: lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s
===================================================================
--- lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s
+++ lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s
@@ -11,7 +11,7 @@
 # file_names[  1]: name: "inlinevar2.c"
 # file_names[  2]: name: "inlinevar.h"
 
-# REQUIRES: x86
+# REQUIRES: x86_64-linux
 
 // RUN: %clang -o %t --target=x86_64-pc-linux %s \
 // RUN:   %S/Inputs/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu2.s


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97696.327131.patch
Type: text/x-patch
Size: 661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210301/4dbd8b52/attachment-0001.bin>


More information about the lldb-commits mailing list