[PATCH] D11960: [windows] Always use the lit shell on Windows, even if bash is present
Filipe Cabecinhas via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 14:45:59 PDT 2015
filcab added a comment.
misaligned.cpp:3: "From the comment above, it seems this should be an XFAIL when we have *both* host-windows and "target Windows", no?"
What I meant is: you have both ON. Otherwise, you're hosting on Windows, targeting another platform, which I guess we can assume (for now?) supports DWARF. Or you're running on Linux (for example) and targetting Windows, in which case you're not using MSVC linker, and we can (can we?) assume the linker supports DWARF.
http://reviews.llvm.org/D11960
More information about the llvm-commits
mailing list