[PATCH] D136612: [lit][REQUIRES] Fix some tests with incorrect REQUIRES clauses

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 5 14:38:07 PDT 2022


probinson marked an inline comment as done.
probinson added inline comments.


================
Comment at: llvm/test/MC/AsmParser/layout-interdependency.s:2
 # RUN: not llvm-mc --filetype=obj %s -o /dev/null 2>&1 | FileCheck %s
-# REQUIRES: defaut_triple
+# REQUIRES: default_triple
 
----------------
ikudrin wrote:
> Actually, this should be `object-emission` instead, because not all default targets can generate object files (see D121996 for other examples).
Thanks!  fixed in rG38c07d9


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136612



More information about the llvm-commits mailing list