[Lldb-commits] [PATCH] D100193: [lldb] Require x86 backend for a bunch of DWARF tests
    Jonas Devlieghere via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Apr  9 08:38:55 PDT 2021
    
    
  
JDevlieghere requested changes to this revision.
JDevlieghere added a comment.
This revision now requires changes to proceed.
Rather than updating all the these tests, please move them into an x86 subdirectory and add a `lit.local.cfg` to mark the whole folder as unsupported without x86 support. Something like:
  if not 'x86' in config.available_features:
    config.unsupported = True
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100193/new/
https://reviews.llvm.org/D100193
    
    
More information about the lldb-commits
mailing list