> ============================================================================== > --- cfe/trunk/test/SemaCXX/cxx1y-generic-lambdas.cpp (original) > +++ cfe/trunk/test/SemaCXX/cxx1y-generic-lambdas.cpp Wed Oct 23 01:44:28 2013 > @@ -1,4 +1,4 @@ > -// RUN: %clang_cc1 -std=c++1y -verify -fsyntax-only -fblocks %s > +// RUN: %clang_cc1 -std=c++1y -verify -fsyntax-only -fblocks -emit-llvm -o - > %s
Why emit llvm if you are not checking the output? Cheers, Rafael _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
