[all-commits] [llvm/llvm-project] be320f: [libunwind] Convert a few options from CACHE PATH ...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed Jan 10 01:25:29 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be320fdf7ba9a94f6970f433ec1402cdc5cfe6b1
      https://github.com/llvm/llvm-project/commit/be320fdf7ba9a94f6970f433ec1402cdc5cfe6b1
  Author: Martin Storsjö <martin at martin.st>
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
    M libunwind/CMakeLists.txt

  Log Message:
  -----------
  [libunwind] Convert a few options from CACHE PATH to CACHE STRING (#77534)

This applies the same change as in
760261a3daf98882ccbd177e3133fb4a058f47ad (where they were applied to
libcxxabi and libcxx) to libunwind as well.

These options can reasonably be set either as an absolute or relative
path, but if set as type PATH, they are rewritten from relative into
absolute relative to the build directory, while the relative form is
intended to be relative to the install prefix.




More information about the All-commits mailing list