[PATCH] D32439: Fix for incorrect source position of dependent c'tor initializer (bug:26195)

NAKAMURA Takumi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 26 02:09:30 PDT 2017


chapuni added a comment.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D32439





More information about the cfe-commits mailing list