<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - check-lldb target fails on Windows due to incomplete compiler path"
   href="https://bugs.llvm.org/show_bug.cgi?id=34676">34676</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>check-lldb target fails on Windows due to incomplete compiler path
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>amccarth@google.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>`ninja check-lldb` fails when it attempts this command:

```
cmd.exe /C "cd /D D:\src\llvm\build\mono\tools\lldb\test &&
C:\python_35\python_d.exe D:/src/llvm/mono/llvm-project/lldb/test/dotest.py
--no-multiprocess --arch=i686 --executable D:/src/llvm/build/mono/bin/lldb.exe
-s D:/src/llvm/build/mono/lldb-test-traces -S nm -u CXXFLAGS -u CFLAGS -C
D:\src\llvm\build\ninja_release\bin --rerun-all-issues --enable-crash-dialog"
```

The problem is that the `-C` option is specifying a directory rather than a
full path to the clang executable.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>