[all-commits] [llvm/llvm-project] 429a71: [cmake] Move HandleOutOfTreeLLVM to common cmake u...
John Ericson via All-commits
all-commits at lists.llvm.org
Wed Jan 19 14:05:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 429a717ea5ec141b5c0c93c2c53097dccf67e05a
https://github.com/llvm/llvm-project/commit/429a717ea5ec141b5c0c93c2c53097dccf67e05a
Author: John Ericson <John.Ericson at Obsidian.Systems>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
A cmake/Modules/HandleOutOfTreeLLVM.cmake
R libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
M libcxxabi/CMakeLists.txt
M libunwind/CMakeLists.txt
Log Message:
-----------
[cmake] Move HandleOutOfTreeLLVM to common cmake utils
This is better than libunwind and libcxxabi fishing it out of libcxx's
module directory.
It is done in prepartion for a better version of D117537 which deduplicates
CMake logic instead of just renaming to avoid a name clash.
Reviewed By: phosek, #libunwind, #libc_abi, Ericson2314
Differential Revision: https://reviews.llvm.org/D117617
More information about the All-commits
mailing list