<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/102401>102401</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [llvm-lit] lit internally shell to execute parentheses syntax
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          Harini0924
      </td>
    </tr>
</table>

<pre>
    lit’s internal shell cannot recognize and execute the () syntax, which is used in tests across BOLT and compiler-rt.

Error Displayed:
```
FAIL: BOLT :: X86/instrumentation-eh_frame_hdr.cpp (375 of 453)
******************** TEST 'BOLT :: X86/instrumentation-eh_frame_hdr.cpp' FAILED ********************
Exit Code: 127

Command Output (stdout):
--
# RUN: at line 9
(/usr/local/google/home/harinidonthula/llvm-project/build/bin/llvm-readelf -SW /usr/local/google/home/harinidonthula/llvm-project/build/tools/bolt/test/X86/Output/instrumentation-eh_frame_hdr.cpp.tmp.instr | grep -v bolt; /usr/local/google/home/harinidonthula/llvm-project/build/bin/llvm-readelf -lW /usr/local/google/home/harinidonthula/llvm-project/build/tools/bolt/test/X86/Output/instrumentation-eh_frame_hdr.cpp.tmp.instr |    grep LOAD | tail -n 1) | /usr/local/google/home/harinidonthula/llvm-project/build/bin/FileCheck /usr/local/google/home/harinidonthula/llvm-project/bolt/test/X86/instrumentation-eh_frame_hdr.cpp
# executed command: '(/usr/local/google/home/harinidonthula/llvm-project/build/bin/llvm-readelf' -SW /usr/local/google/home/harinidonthula/llvm-project/build/tools/bolt/test/X86/Output/instrumentation-eh_frame_hdr.cpp.tmp.instr
# .---command stderr------------
# | '(/usr/local/google/home/harinidonthula/llvm-project/build/bin/llvm-readelf': command not found
# `-----------------------------
# error: command failed with exit status: 127

--

********************
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzMlluPqzYQxz-NeRmBwIYQHnjIJotaadWVerZq344cGIJbYyN72Es_fWXCZqN21dvZIx2EgjDDP8NvLh7pvToZxJoVN6w4RHKmwbr6O-mUUWnF8-hou5daK2K3nG1TVlUelCF0RmrwA2oNrTTGEjhs7cmo3xGk6QCfsZ0JgQYExreMV-BfDMlnxvfwNKh2AOVh9tiBMkDoyYNsnfUebu7vHhaN1o6T0uhiRwlLDyzdnX9vnbMODspPWr5gx8S6zjbpei63ze77OyZ2Z71gJHbwy3bDeKOMJzePaEiSsibG4XPv5Iifh84l7TQFj0VZgO0hLwTj1arP__8JD7efHoDx8r97w3gJ4VtuD_AlHqzsnhXB3nYY_j_j5TXXvR3HwP1-pmmmAMFTZ2cKAF4Zx_ErCwE__vRDUJEEWhmEC6Ut483sHeONtq3UjDcna08aGW8GOy6XJb86a2iYtQyG-nGMJ2d_xZYYb46z0l24KvP60KHsUPcQf_oZPkyfrNU-3FsdlkMaMt6cw3Km8C_ik9A4JYsRsHIPJ4cTxI-waIqbj3P2PRj6G4cBcOZxd787LAsklYbYQBY6Qlj4YDyN0rgfsP3tA4Tf4fCPtXopjrUBLl0sVFWoFMbLr1sdoVV8ywXyhieJ43glA546dC6-Ot7sziny9bGF8Lz6E3az3s6mu3Jjk8Z_d1zFPWxO12q9VBo7eFI0AIbu60nS7N_pvxeZL95t_rQfRl0tukpUMsI6K7lIy6zcVtFQb7DIihzzvt1u2l4UiG0nSky3QpT5McsjVfOU5-k2DW-JtEpknxUoqjYtS34Ux4zlKY5S6STwTKw7Rcr7GessvJZFWh5R-2W64NzgEyxPGedh2HD1EoTjfPIsT7Xy5N9kSJFexpLFJgwgxQG0osv0oV_W-YPsZdqYpENDA3r067gRzU7XA9EUgDPehLxRNMzHpLXjmgZ_TZXFy5D362c81vyPAAAA__-zPtnF">