Record GCC-style command-line switches by default
authorZixing Liu <zixing.liu@canonical.com>
Mon, 23 Sep 2024 11:23:31 +0000 (13:23 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 23 Sep 2024 11:23:31 +0000 (13:23 +0200)
commitc781b08c79913733f33f3e5d26503eae7160c04d
treea524d57396eb865b2298fdd69fbe7e393b80a780
parentd238defb5f000307ab13285b902e3293f46a5077
Record GCC-style command-line switches by default

Forwarded: https://github.com/llvm/llvm-project/issues/94690
Last-Update: 2024-06-04

This makes Clang default behaviour more like GCC where if debug
symbol generation is enabled, the command-line switches data
will be stored inside the debug symbols.
Last-Update: 2024-06-04
Gbp-Pq: Name clang-record-gcc-switches-by-default.patch
clang/lib/Driver/ToolChains/Clang.cpp