[PATCH] D146155: [clang][NFC] Fix location of 2>&1 in a few -print tests

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 15 10:49:08 PDT 2023


ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

While it's apparently valid to place Bash redirections anywhere in a
command-line, it is by far most frequently placed last. This changes
a few tests that did not conform to this convention and which I
originally thought were wrong.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146155

Files:
  clang/test/Driver/print-effective-triple.c
  clang/test/Driver/print-file-name.c
  clang/test/Driver/print-libgcc-file-name-clangrt.c
  clang/test/Driver/print-multi-directory.c
  clang/test/Driver/print-target-triple.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146155.505566.patch
Type: text/x-patch
Size: 9094 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230315/aeb5ff32/attachment-0001.bin>


More information about the cfe-commits mailing list