Looks good.
================ Comment at: test/Driver/pch-deps.c:18 @@ +17,3 @@ + +// RUN: %clang -x c++ %s -o %t.o -MMD -MT dependencies -MF %t.d -fmodule-file-deps -### 2> %t +// RUN: FileCheck %s -check-prefix=CHECK-EXPLICIT-NOPCH -input-file=%t ---------------- nit: I'd either line wrap both of these command lines (slightly preferable) or none of them. http://reviews.llvm.org/D8378 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
