<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Feb 25, 2015 at 3:35 AM, NAKAMURA Takumi <span dir="ltr"><<a href="mailto:geek4civic@gmail.com" target="_blank">geek4civic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have reverted it (and r230448), for now. Reproducible with<br>
LLVM_DEFAULT_TARGET_TRIPLE=x86_64-win32.<br></blockquote><div><br></div><div>I don't like to reconfigure and rebuild most of LLVM to repro these issues. Is it possible to pass this to llvm-lit.py somehow to get %clang_cc1 to expand to clang -cc1 -triple $mytriple?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Unfortunately, clang/test/PCH/headersearch.cpp is skipped on Windows<br>
due to shell issue. Could you take a look please?<br></blockquote><div><br></div><div>I can reproduce with LIT_USE_INTERNAL_SHELL=0. The problem is that this test relies on -Wpadded, which is only implemented in the Itanium record layout code. I think we can safely give headersearch.cpp a triple and reland.</div></div></div></div>