chapuni added a comment. In https://reviews.llvm.org/D32439#790302, @Serge_Preis wrote:
> Thank you for clarifications, would you explain how may I reproduce failure > locally or remotely. I'd like to see c-index-test output before clang-check > to understand what's going on. Just change LLVM_DEFAULT_TARGET_TRIPLE, build and run check-clang. You may use ccmake for it. Or, modify RUN line locally like RUN: c-index-test (snip) %s -Xclang -triple -Xclang x86_64-pc-win32 Don't forget restore LLVM_DEFAULT_TARGET_TRIPLE to the default value (usually it's same as HOST_TRIPLE) later. Repository: rL LLVM https://reviews.llvm.org/D32439 _______________________________________________ cfe-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
