[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:37:39 PST 2023


MaskRay added inline comments.


================
Comment at: clang/test/Driver/ibm-profiling.c:1
+// RUN: %clang -### 2>&1 \
+// RUN:        --target=s390x-none-zos \
----------------
This is too verbose. Driver tests prefer packing many options on one line. The decreased number of lines actually improves readability.


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