[PATCH] D73568: Remove lit feature object-emission

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 17 16:46:34 PDT 2020


vsk added a comment.

@ted @JDevlieghere I think this caused a bunch of tests to be disabled, because "x86" is not an available feature.

  $ ./bin/llvm-lit /Users/vsk/src/llvm-project-master/llvm/test/DebugInfo/X86/dwarf-callsite-related-attrs.ll 
  -- Testing: 1 tests, 1 workers --
  UNSUPPORTED: LLVM :: DebugInfo/X86/dwarf-callsite-related-attrs.ll (1 of 1)
  
  $ ./bin/llvm-lit /Users/vsk/src/llvm-project-master/llvm/test/DebugInfo/X86/arguments.ll                   
  -- Testing: 1 tests, 1 workers --
  UNSUPPORTED: LLVM :: DebugInfo/X86/arguments.ll (1 of 1)

If 'object-emission' is gone, can we fix this by removing all instances of 'REQUIRES: x86'?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73568/new/

https://reviews.llvm.org/D73568





More information about the llvm-commits mailing list