Re: r300762 - Fix assertion failure in codegen on non-template deduction guide.

2017-04-19 Thread Richard Smith via cfe-commits
Sorry about that, target triple added in r300803. On 19 April 2017 at 17:12, Galina Kistanova wrote: > Hello Richard, > > This commit broke one of our builders: > > Failing Tests (1): > Clang :: CodeGenCXX/cxx1z-class-deduction.cpp > > http://lab.llvm.org:8011/builders/llvm-clang-x86_64- > e

Re: r300762 - Fix assertion failure in codegen on non-template deduction guide.

2017-04-19 Thread Galina Kistanova via cfe-commits
Hello Richard, This commit broke one of our builders: Failing Tests (1): Clang :: CodeGenCXX/cxx1z-class-deduction.cpp http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/1267 Please have a look at this? Thanks Galina On Wed, Apr 19, 2017 at 2:15 PM, Richard

r300762 - Fix assertion failure in codegen on non-template deduction guide.

2017-04-19 Thread Richard Smith via cfe-commits
Author: rsmith Date: Wed Apr 19 16:15:45 2017 New Revision: 300762 URL: http://llvm.org/viewvc/llvm-project?rev=300762&view=rev Log: Fix assertion failure in codegen on non-template deduction guide. Added: cfe/trunk/test/CodeGenCXX/cxx1z-class-deduction.cpp Modified: cfe/trunk/lib/CodeGen