[all-commits] [llvm/llvm-project] 9e3714: [libunwind] Add cached compile and link flags to l...
mgrzywac via All-commits
all-commits at lists.llvm.org
Thu Jun 29 00:44:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e37142dc12a7d57a793db56ea5fd259171fe20a
https://github.com/llvm/llvm-project/commit/9e37142dc12a7d57a793db56ea5fd259171fe20a
Author: mgrzywac <maciej.grzywacz at intel.com>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M libunwind/CMakeLists.txt
M libunwind/src/CMakeLists.txt
Log Message:
-----------
[libunwind] Add cached compile and link flags to libunwind
Add flags allowing to use compile flags and libraries provided in cache with libunwind.
Similar flags are already present in libc++ and libc++abi CMakeLists files.
Differential Revision: https://reviews.llvm.org/D150252
More information about the All-commits
mailing list