+21
−0
+2
−0
clang/test/PCH/Inputs/pch-through3c.h
0 → 100644
+1
−0
clang/test/PCH/pch-through3c.cpp
0 → 100644
+8
−0
Loading
------------------------------------------------------------------------ r340025 | erichkeane | 2018-08-17 06:43:39 -0700 (Fri, 17 Aug 2018) | 8 lines Fix for bug 38508 - Don't do PCH processing when only generating preprocessor output This clang-cl driver change removes the PCH options when we are only generating preprocessed output. This is similar to the behavior of Y-. Patch by: mikerice Differential Revision: https://reviews.llvm.org/D50640 ------------------------------------------------------------------------ llvm-svn: 345311