Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't cache Halide_ASAN_ENABLED #6969

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Don't cache Halide_ASAN_ENABLED #6969

merged 1 commit into from
Aug 24, 2022

Conversation

alexreinking
Copy link
Member

check_cxx_symbol_exists saves its output in the cache and does not run if its destination variable is defined. This is OK when used to test something that necessitates a totally fresh configuration, like any property of the target architecture, which would require changing the toolchain file. However, the result here can change if someone just modifies CMAKE_CXX_FLAGS, so it can get out of sync in some cases.

check_cxx_symbol_exists saves its output in the cache and does not run
if its destination variable is defined. This is OK when used to test
something that necessitates a totally fresh configuration, like any
property of the target architecture, which would require changing the
toolchain file. However, the result here can change if someone just
modifies CMAKE_CXX_FLAGS, so it can get out of sync in some cases.
@alexreinking alexreinking merged commit 068f1e2 into main Aug 24, 2022
ardier pushed a commit to ardier/Halide-mutation that referenced this pull request Mar 3, 2024
check_cxx_symbol_exists saves its output in the cache and does not run
if its destination variable is defined. This is OK when used to test
something that necessitates a totally fresh configuration, like any
property of the target architecture, which would require changing the
toolchain file. However, the result here can change if someone just
modifies CMAKE_CXX_FLAGS, so it can get out of sync in some cases.
@alexreinking alexreinking deleted the cmake/asan branch August 10, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants