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@lists.llvm.org
Reporter: amcca...@google.com
CC: llvm-b...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev