On Wed, Feb 25, 2015 at 3:35 AM, NAKAMURA Takumi <[email protected]> wrote:
> I have reverted it (and r230448), for now. Reproducible with > LLVM_DEFAULT_TARGET_TRIPLE=x86_64-win32. > 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? > Unfortunately, clang/test/PCH/headersearch.cpp is skipped on Windows > due to shell issue. Could you take a look please? > 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.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
