This is an archive of the discontinued LLVM Phabricator instance.

Allow /showIncludes with /P
ClosedPublic

Authored by erichkeane on Oct 19 2017, 12:23 PM.

Details

Summary

r213589 was checked in as a solution to
https://bugs.llvm.org/show_bug.cgi?id=20336.

However, it is possible to use /EP with /P
to suppress #line directives AND output to
a file. There is no reason in that case to
suppress /showIncludes.

This was reported here:
https://bugs.llvm.org/show_bug.cgi?id=34997

Diff Detail

Repository
rL LLVM

Event Timeline

erichkeane created this revision.Oct 19 2017, 12:23 PM
thakis accepted this revision.Oct 20 2017, 12:05 PM

Thanks!

This revision is now accepted and ready to land.Oct 20 2017, 12:05 PM
This revision was automatically updated to reflect the committed changes.