[lldb-dev] [Bug 34676] New: check-lldb target fails on Windows due to incomplete compiler path

via lldb-dev lldb-dev at lists.llvm.org
Tue Sep 19 15:07:27 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=34676

            Bug ID: 34676
           Summary: check-lldb target fails on Windows due to incomplete
                    compiler path
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: amccarth at google.com
                CC: llvm-bugs at lists.llvm.org

`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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20170919/eb7c61a0/attachment-0001.html>


More information about the lldb-dev mailing list