[PATCH] D121898: [Verifier] Verify parameter alignment.
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 21 18:26:05 PDT 2022
skan added inline comments.
Herald added a subscriber: StephenFan.
================
Comment at: llvm/test/Verifier/param-ret-align.ll:1
+; RUN: not llvm-as < %s 2>&1 | FileCheck %s
+
----------------
LuoYuanke wrote:
> pengfei wrote:
> > Can we merge them to one file?
> Probably not. llvm-as would exit on the first failure.
Then? We could check more than one failure in a LIT test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121898/new/
https://reviews.llvm.org/D121898
More information about the llvm-commits
mailing list