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. manojgupta on Jun 20 2017, 3:32 PM. Authored by
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. |