[all-commits] [llvm/llvm-project] 462cf3: [Driver] Fix -gz=zlib options for linker also on F...
Ed Maste via All-commits
all-commits at lists.llvm.org
Tue Mar 2 05:45:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 462cf39a5c180621b56f7602270ce33eb7b68d23
https://github.com/llvm/llvm-project/commit/462cf39a5c180621b56f7602270ce33eb7b68d23
Author: Ed Maste <emaste at FreeBSD.org>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M clang/lib/Driver/ToolChains/FreeBSD.cpp
M clang/test/Driver/compress.c
Log Message:
-----------
[Driver] Fix -gz=zlib options for linker also on FreeBSD
ccb4124a4172 fixed translating -gz=zlib to --compress-debug-sections for
linker invocation for several ToolChains, but omitted FreeBSD.
Differential Revision: https://reviews.llvm.org/D97752
More information about the All-commits
mailing list