[PATCH] D95660: [NFC] Disallow unused prefixes under clang/test/Driver
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 29 10:58:56 PST 2021
MaskRay added inline comments.
================
Comment at: clang/test/Driver/rocm-device-libs.cl:82
// RUN: %s \
-// RUN: 2>&1 | FileCheck --check-prefixes=COMMON,COMMON-UNSAFE,GFX803,WAVE64 %s
+// RUN: 2>&1 | FileCheck --check-prefixes=COMMON,GFX803,WAVE64 %s
----------------
Since you changing the lines, consider indenting `2>&1`
The most common style is to place `2>&1 | \` on the previous line.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95660/new/
https://reviews.llvm.org/D95660
More information about the cfe-commits
mailing list