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.
Differential D103547
Don't delete the module you're inspecting beanz on Jun 2 2021, 11:53 AM. Authored by
Details 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 Timeline |