[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 03:17:31 PDT 2017


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





More information about the cfe-commits mailing list