[PATCH] D137756: [z/OS][p][pg] Throw Error When Using -p or -pg on z/OS

Michael Francis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 22 09:15:00 PST 2022


francii added a comment.

I will add the missing `e` in the `error:` momentarily.



================
Comment at: clang/test/Driver/zos-profiling-error.c:7
+// RUN: not %clang -target s390x-none-zos -pg -S %s 2>&1 | FileCheck -check-prefix=FAIL-PG-NAME %s
+// FAIL-PG-NAME: rror: unsupported option '-pg' for target 's390x-none-zos'
----------------
I will add the missing `e` in `error:` momentarily.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137756



More information about the cfe-commits mailing list