[PATCH] D137756: [z/OS][pg] Throw error when using -pg on z/OS

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 28 11:08:14 PST 2022


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

Most targets reject `-p` now. It's unnecessary to have another z/OS specific diagnostic. So this patch can be abandoned.

  % fclang -p a.cc
  clang-16: error: unsupported option '-p' for target 'x86_64-unknown-linux-gnu'


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