If a .h file is specifed as input, it gets compiled to a PCH file.
Handle the PCH Action and do not throw the error:
"cannot specify -o when generating multiple output files"
This fixes PR33533.
 Differential  D34426  
[Driver] Do not increment ActionCount for precompiled headers. Authored by manojgupta on Jun 20 2017, 3:32 PM. 
Details 
 If a .h file is specifed as input, it gets compiled to a PCH file. This fixes PR33533. 
Diff Detail 
 Event TimelineComment Actions I am not sure what is the expected behavior. Maybe clang is doing the right thing in rejecting.   |