[all-commits] [llvm/llvm-project] b58bf7: [clang][driver] update the darwin driver to point ...
Alex Lorenz via All-commits
all-commits at lists.llvm.org
Mon Feb 7 16:51:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b58bf76f97f4bffe91bcf673dcc1231c0cfc0921
https://github.com/llvm/llvm-project/commit/b58bf76f97f4bffe91bcf673dcc1231c0cfc0921
Author: Alex Lorenz <arphaman at gmail.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.cpp
A clang/test/Driver/Inputs/resource_dir/lib/darwin/macho_embedded/libclang_rt.hard_pic.a
A clang/test/Driver/Inputs/resource_dir/lib/darwin/macho_embedded/libclang_rt.hard_static.a
A clang/test/Driver/Inputs/resource_dir/lib/darwin/macho_embedded/libclang_rt.soft_pic.a
A clang/test/Driver/Inputs/resource_dir/lib/darwin/macho_embedded/libclang_rt.soft_static.a
R clang/test/Driver/Inputs/resource_dir/lib/macho_embedded/libclang_rt.hard_pic.a
R clang/test/Driver/Inputs/resource_dir/lib/macho_embedded/libclang_rt.hard_static.a
R clang/test/Driver/Inputs/resource_dir/lib/macho_embedded/libclang_rt.soft_pic.a
R clang/test/Driver/Inputs/resource_dir/lib/macho_embedded/libclang_rt.soft_static.a
Log Message:
-----------
[clang][driver] update the darwin driver to point to correct macho_embedded path
Compiler-rt started emitting the macho_embedded libraries in
`<resource_dir>/lib/darwin/macho_embedded` after
https://reviews.llvm.org/D105765 / 1e03c37b97b6176a60404d84665c40321f4e33a4,
so update the clang's driver to reflect that.
Differential Revision: https://reviews.llvm.org/D115403
More information about the All-commits
mailing list