[all-commits] [llvm/llvm-project] 7b04bf: [runtimes] Always configure libc++abi before libc++
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri May 6 12:44:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b04bf9d6f27a9c5f4de2287fcd73edea9213bcb
https://github.com/llvm/llvm-project/commit/7b04bf9d6f27a9c5f4de2287fcd73edea9213bcb
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-05-06 (Fri, 06 May 2022)
Changed paths:
M runtimes/CMakeLists.txt
Log Message:
-----------
[runtimes] Always configure libc++abi before libc++
That makes it possible to reuse libc++abi targets from the libc++
configuration, which is necessary to allow major CMake simplifications.
As a fly-by fix, we also unify how compiler-rt ordering is handled so
it matches how libc++ and libc++abi are handled (compiler-rt always
ends up first).
Differential Revision: https://reviews.llvm.org/D120719
More information about the All-commits
mailing list