Prior to this patch when you used clang -module-file-info clang would delete the module on completion because the module was treated as an output file.
This fixes the issue so you don't need to invoke cc1 directly to get module file information.
Paths
| Differential D103547
Don't delete the module you're inspecting ClosedPublic Authored by beanz on Jun 2 2021, 11:53 AM.
Details Summary Prior to this patch when you used clang -module-file-info clang would delete the module on completion because the module was treated as an output file. This fixes the issue so you don't need to invoke cc1 directly to get module file information.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 2 2021, 1:10 PM This revision was landed with ongoing or failed builds.Jun 3 2021, 11:00 AM Closed by commit rG13a9b2220f22: Don't delete the module you're inspecting (authored by beanz). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 349341 clang/lib/Driver/Driver.cpp
clang/test/Modules/module_file_info.m
|