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

build: fix memory manager compile options for CMake #13347

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

Jasinsky
Copy link
Contributor

@Jasinsky Jasinsky commented Sep 9, 2024

Summary

This enables CMake based build for sim:ostest. Flags which are set by set_source_files_properties are not reflected in final build. Changing these to target_compile_options makes CMake build runnable.

Impact

CMake based build for sim:ostest now runs.

Testing

Local build and playing around sim:ostest

This enables CMake based build for sim:ostest. Flags which
are set by set_source_files_properties are not reflected in
final build. Changing these to target_compile_options makes
CMake build runnable.

Signed-off-by: Daniel Jasinski <[email protected]>
@Jasinsky
Copy link
Contributor Author

Jasinsky commented Sep 9, 2024

FYI @acassis @xiaoxiang781216

@Jasinsky
Copy link
Contributor Author

Jasinsky commented Sep 9, 2024

#13302 will be closed by this issue.

@xiaoxiang781216 xiaoxiang781216 merged commit 7dbb887 into apache:master Sep 10, 2024
28 checks passed
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.

[BUG] sim:ostest receives SIGSEGV in kasan_mem_to_shadow when build with CMake
3 participants