Record GCC-style command-line switches by default
authorZixing Liu <zixing.liu@canonical.com>
Sat, 5 Apr 2025 20:24:44 +0000 (22:24 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 5 Apr 2025 20:24:44 +0000 (22:24 +0200)
commit8b33380d58fb23cee47ce0b698877a01f0ce2cd5
tree7f946f759be62fe9f6fa3d33accf14840e56130b
parent71a9f296d6b06d49963b4db2ac543aa42909cc3d
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