[PATCH] D32439: Fix for incorrect source position of dependent c'tor initializer (bug:26195)
Serge Preis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 26 03:10:41 PDT 2017
Serge_Preis added a comment.
In https://reviews.llvm.org/D32439#790252, @chapuni wrote:
> In https://reviews.llvm.org/D32439#790248, @Serge_Preis wrote:
>
> > Is there any meaning in 'test-clang-msc-x64-on-i686-linux-RA' (I just don't knwo what this configuration mean) - I tested on Linux that I have at my disposal and tesing passes.
>
>
> It's cross-compiling.
> LLVM_BUILD_32_BITS=ON (-m32)
> LLVM_DEFAULT_TARGET_TRIPLE=x86_64-pc-win32
>
> See also; http://bb.pgr.jp/builders/test-clang-msc-x64-on-i686-linux-RA/builds/3858
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.
Repository:
rL LLVM
https://reviews.llvm.org/D32439
More information about the cfe-commits
mailing list