diff options
author | Harini0924 <79345568+Harini0924@users.noreply.github.com> | 2024-08-23 08:20:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-23 08:20:11 -0700 |
commit | 7f3793207bfcbb52b1367baefdfa7a6453041ade (patch) | |
tree | 9975d9f16f462e6ab267136e7621a76ef3d441f6 /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | 3faf5b93cfd2b2723851191a244a9616d40771e7 (diff) | |
download | llvm-7f3793207bfcbb52b1367baefdfa7a6453041ade.zip llvm-7f3793207bfcbb52b1367baefdfa7a6453041ade.tar.gz llvm-7f3793207bfcbb52b1367baefdfa7a6453041ade.tar.bz2 |
[BOLT][test] Removed the use of parentheses in BOLT tests with lit internal shell (#105720)
This patch addresses compatibility issues with the lit internal shell by
removing the use of subshell execution (parentheses and subshell syntax)
in the `BOLT` tests. The lit internal shell does not support
parentheses, so the tests have been refactored to use separate command
invocations, with outputs redirected to temporary files where necessary.
This change is relevant for enabling the lit internal shell by default,
as outlined in [[RFC] Enabling the Lit Internal Shell by
Default](https://discourse.llvm.org/t/rfc-enabling-the-lit-internal-shell-by-default/80179)
fixes: #102401
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions