[PATCH] D136612: [lit][REQUIRES] Fix some tests with incorrect REQUIRES clauses
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 5 01:55:24 PDT 2022
ikudrin 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
----------------
Actually, this should be `object-emission` instead, because not all default targets can generate object files (see D121996 for other examples).
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