[all-commits] [llvm/llvm-project] 998822: [compiler-rt] Handle non-canonical triples with ne...
Tobias Hieta via All-commits
all-commits at lists.llvm.org
Thu Sep 15 07:04:28 PDT 2022
Branch: refs/heads/release/15.x
Home: https://github.com/llvm/llvm-project
Commit: 99882208e2346bee52e8a4fd182675d52e3b182c
https://github.com/llvm/llvm-project/commit/99882208e2346bee52e8a4fd182675d52e3b182c
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2022-09-15 (Thu, 15 Sep 2022)
Changed paths:
M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
Log Message:
-----------
[compiler-rt] Handle non-canonical triples with new runtime lib layout
As described in Issue #54196
<https://github.com/llvm/llvm-project/issues/54196>, the ideas of `clang`
and `compiler-rt` where runtime libs are located with
`-DLLVM_ENABLE_RUNTIMES` can differ. This is the `compiler-rt` side of the
patch I've used to get them in sync for the `amd64-pc-solaris2.11` and
`sparc64-unknown-linux-gnu` release builds.
Tested on `amd64-pc-solaris2.11` and `sparc64-unknown-linux-gnu`.
Differential Revision: https://reviews.llvm.org/D133406
(cherry picked from commit cadc9cdedfef892b00b17658a823e4846a71e3ac)
More information about the All-commits
mailing list