[all-commits] [llvm/llvm-project] d3b26d: Clang: Change the default DWARF version to 5
David Blaikie via All-commits
all-commits at lists.llvm.org
Sun Jan 23 20:50:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3b26dea16108c427b19b5480c9edc76edf8f5b4
https://github.com/llvm/llvm-project/commit/d3b26dea16108c427b19b5480c9edc76edf8f5b4
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-01-23 (Sun, 23 Jan 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Driver/ToolChain.h
M clang/lib/Driver/ToolChains/Linux.h
M clang/test/CodeGen/debug-info-extern-call.c
M clang/test/CodeGen/dwarf-version.c
M clang/test/Driver/cl-options.c
M clang/test/Driver/clang-g-opts.c
M clang/test/Driver/ve-toolchain.c
M clang/test/Driver/ve-toolchain.cpp
Log Message:
-----------
Clang: Change the default DWARF version to 5
(except on platforms that already opt in to specific versions - SCE,
Android, and Darwin using DWARFv4 explicitly, for instance)
More information about the All-commits
mailing list