[PATCH] D145021: [Clang][AIX][p] Claim -p in front end
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 1 21:39:13 PST 2023
MaskRay added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:6342
+ A->claim();
+ if (TC.getTriple().isOSAIX()) {
+ if (!Args.hasArgNoClaim(options::OPT_pg))
----------------
Use `&&`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145021/new/
https://reviews.llvm.org/D145021
More information about the cfe-commits
mailing list