[all-commits] [llvm/llvm-project] 9c2700: [CMake][compiler-rt] Don't load LLVM config in the...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Nov 15 01:02:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c2700dfa51a3f10e47f902939bbbe0a5b6b9c9b
https://github.com/llvm/llvm-project/commit/9c2700dfa51a3f10e47f902939bbbe0a5b6b9c9b
Author: Petr Hosek <phosek at google.com>
Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths:
M compiler-rt/CMakeLists.txt
M compiler-rt/lib/builtins/CMakeLists.txt
M runtimes/CMakeLists.txt
Log Message:
-----------
[CMake][compiler-rt] Don't load LLVM config in the runtimes build
LLVM runtimes build already loads the LLVM config and sets all
appropriate variables, no need to do it again.
Differential Revision: https://reviews.llvm.org/D137870
More information about the All-commits
mailing list