diff options
author | Chris Apple <14171107+cjappl@users.noreply.github.com> | 2024-01-09 16:29:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 16:29:04 -0800 |
commit | ab82b0624015d910455b5844cb0ad3d2a4d38732 (patch) | |
tree | 862a918cb3dc507fe2b3062d0cb9c1ca10cb5101 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 046dffce237f193a50a46c3f5bd8a8ca2efc3c77 (diff) | |
download | llvm-ab82b0624015d910455b5844cb0ad3d2a4d38732.zip llvm-ab82b0624015d910455b5844cb0ad3d2a4d38732.tar.gz llvm-ab82b0624015d910455b5844cb0ad3d2a4d38732.tar.bz2 |
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.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions