[all-commits] [llvm/llvm-project] 452095: [clang/darwin] Pass libclang_rt.profile last on li...
Nico Weber via All-commits
all-commits at lists.llvm.org
Tue Jul 27 04:51:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 452095fe2f58528c174ca780265f227439e3e07e
https://github.com/llvm/llvm-project/commit/452095fe2f58528c174ca780265f227439e3e07e
Author: Nico Weber <thakis at chromium.org>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/test/Driver/darwin-ld.c
Log Message:
-----------
[clang/darwin] Pass libclang_rt.profile last on linker command
This reverts the functional change of https://reviews.llvm.org/D35385 because
it sounds like this is no longer necessary
(https://bugs.llvm.org/show_bug.cgi?id=51135#c11) and makes clang's behavior
more uniform across platforms.
Differential Revision: https://reviews.llvm.org/D106733
More information about the All-commits
mailing list