[all-commits] [llvm/llvm-project] 4e421b: [runtimes] Use standalone build only for compiler-rt
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Mar 2 16:21:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e421b2323b38e94e82ac71e5a4dfd78f6744e87
https://github.com/llvm/llvm-project/commit/4e421b2323b38e94e82ac71e5a4dfd78f6744e87
Author: Petr Hosek <phosek at google.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M compiler-rt/cmake/Modules/CustomLibcxx/CMakeLists.txt
M runtimes/CMakeLists.txt
Log Message:
-----------
[runtimes] Use standalone build only for compiler-rt
compiler-rt needs to use standalone build because of the assumptions
made by its build, but other runtimes can use non-standalone build.
Differential Revision: https://reviews.llvm.org/D97575
More information about the All-commits
mailing list