[PATCH] D145021: [Clang][AIX][p] Claim -p in front end

Michael Francis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 1 14:23:47 PST 2023


francii updated this revision to Diff 501666.
francii added a comment.

Update to claiming logic:
if `-pg` is passed, only claim `-p` if `-p` is passed afterwards.
Otherwise, always claim `-p`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145021

Files:
  clang/lib/Driver/ToolChains/AIX.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/Driver/ibm-profiling.c
  clang/test/Driver/zos-profiling-error.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145021.501666.patch
Type: text/x-patch
Size: 4531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230301/b726f685/attachment.bin>


More information about the cfe-commits mailing list