[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 06:41:58 PDT 2017


Serge_Preis added a comment.

In https://reviews.llvm.org/D32439#790323, @chapuni wrote:

> 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.


Thank you for your help. Unfortunately I still cannot reproduce the issue:  with local correction test passes and all attempts to configure cmake lead to missing bits/c++config.h file.


Repository:
  rL LLVM

https://reviews.llvm.org/D32439





More information about the cfe-commits mailing list