[PATCH] D94385: [NFC] Disallow unused prefixes in CodeGen/PowerPC tests.
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 09:11:34 PST 2021
mtrofin added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/ppc32-pic.ll:4
; RUN: llc < %s -mtriple=powerpc -relocation-model=pic -mattr=+secure-plt | \
-; RUN: FileCheck -check-prefixes=SMALL,SMALL-SECUREPLT %s
+; RUN: FileCheck --check-prefix=SMALL %s
@bar = common global i32 0, align 4
----------------
jsji wrote:
> jsji wrote:
> > Looks like this is typo, should be `SMALL-SECURE` instead of `SMALL-SECUREPLT`.
> Maybe update it to `SMALL-SECURE` instead.
Yup, and there was a bug in the test. Fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94385/new/
https://reviews.llvm.org/D94385
More information about the llvm-commits
mailing list