[clang] Fix coverage when /fo is used (PR #88201)

2024-04-09 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (pdagobert) Changes Fixes https://github.com/llvm/llvm-project/issues/87304 --- Full diff: https://github.com/llvm/llvm-project/pull/88201.diff 1 Files Affected: - (modified) clang/lib/Driver/ToolChains/Clang.cpp (+4)

[clang] Fix coverage when /fo is used (PR #88201)

2024-04-09 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you,

[clang] Fix coverage when /fo is used (PR #88201)

2024-04-09 Thread via cfe-commits
https://github.com/pdagobert created https://github.com/llvm/llvm-project/pull/88201 Fixes https://github.com/llvm/llvm-project/issues/87304 >From 6db0e01e198de9e5ee4055f9433150818c429c10 Mon Sep 17 00:00:00 2001 From: pdagobert Date: Tue, 9 Apr 2024 23:10:58 +0200 Subject: [PATCH] Fix