[all-commits] [llvm/llvm-project] ab82b0: Make SANITIZER_MIN_OSX_VERSION a cache variable (#...

Chris Apple via All-commits all-commits at lists.llvm.org
Tue Jan 9 16:29:18 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab82b0624015d910455b5844cb0ad3d2a4d38732
      https://github.com/llvm/llvm-project/commit/ab82b0624015d910455b5844cb0ad3d2a4d38732
  Author: Chris Apple <14171107+cjappl at users.noreply.github.com>
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
    M compiler-rt/cmake/config-ix.cmake

  Log Message:
  -----------
  Make SANITIZER_MIN_OSX_VERSION a cache variable (#74394)

It is desirable to be able to configure the `-mmacosx-version-min` flag
for the sanitizers, but this flag was never made a CACHE variable in
cmake.

By doing this, it will allow developers to select different minimum
versions, which results in different interceptors being enabled or
disabled on their platforms. This version can now persist between cmake
runs, so it can be remembered by cmake, and edited in the cache file.




More information about the All-commits mailing list