[clang] [NFC] Reduce number of run steps in ppc rop-protect test. (PR #139607)

Amy Kwan via cfe-commits cfe-commits at lists.llvm.org
Wed May 14 06:36:59 PDT 2025


================
@@ -1,20 +1,10 @@
 // RUN: not %clang -target powerpc64le-unknown-linux-gnu -fsyntax-only \
 // RUN:   -mcpu=pwr10 -mrop-protect %s 2>&1 | FileCheck %s --check-prefix=HASROP
 // RUN: not %clang -target powerpc64le-unknown-linux-gnu -fsyntax-only \
-// RUN:   -mcpu=power10 -mrop-protect %s 2>&1 | FileCheck %s --check-prefix=HASROP
-// RUN: not %clang -target powerpc64le-unknown-linux-gnu -fsyntax-only \
-// RUN:   -mcpu=pwr9 -mrop-protect %s 2>&1 | FileCheck %s --check-prefix=HASROP
-// RUN: not %clang -target powerpc64le-unknown-linux-gnu -fsyntax-only \
-// RUN:   -mcpu=power9 -mrop-protect %s 2>&1 | FileCheck %s --check-prefix=HASROP
----------------
amy-kwan wrote:

Are we removing P9 as it should be covered by both P8/P10? Or did we also mean to keep a P9 line?

https://github.com/llvm/llvm-project/pull/139607


More information about the cfe-commits mailing list