[all-commits] [llvm/llvm-project] 914fff: [libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLU...

John Ericson via All-commits all-commits at lists.llvm.org
Mon Jan 10 13:32:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 914fffc7f2492a1e4bc419a80c30fdb3f9440698
      https://github.com/llvm/llvm-project/commit/914fffc7f2492a1e4bc419a80c30fdb3f9440698
  Author: John Ericson <John.Ericson at Obsidian.Systems>
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
    M libunwind/CMakeLists.txt
    M libunwind/include/CMakeLists.txt

  Log Message:
  -----------
  [libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLUDE_DIR` CACHE PATH

This is created on analogy with the other CACHE PATHs in this package,
and other `*_INSTALL_INCLUDE_DIR` in other packages.

The branching is adjusted to deduplicate some existing code, and
likewise avoid having to define this new variable more than once.

This will be used for D99484.

Reviewed By: #libunwind, compnerd

Differential Revision: https://reviews.llvm.org/D116873




More information about the All-commits mailing list